PHP Класс 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+.
См. также: Session::execute()
Наследование: implements cassandra\Statement
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $cql ) Creates a new simple statement with the provided CQL.

Описание методов

__construct() публичный метод

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