PHP Class Cassandra\SimpleStatement

They are constructed with a CQL string that can contain positional argument markers ?. NOTE: Positional argument are only valid for native protocol v2+.
See also: Session::execute()
Inheritance: implements cassandra\Statement
Show file Open project: datastax/php-driver

Public Methods

Method Description
__construct ( string $cql ) Creates a new simple statement with the provided CQL.

Method Details

__construct() public method

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