Cassandra\SimpleStatement::__construct PHP 메소드

__construct() 공개 메소드

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