Cassandra\SimpleStatement::__construct PHP Method

__construct() public method

Creates a new simple statement with the provided CQL.
public __construct ( string $cql )
$cql string CQL string for this simple statement
    public function __construct($cql)
    {
    }
SimpleStatement