Method | Description | |
---|---|---|
close ( float | null $timeout = null ) : void | {@inheritDoc} | |
closeAsync ( ) : cassandra\Future | {@inheritDoc} | |
execute ( cassandra\Statement $statement, |
{@inheritDoc} | |
executeAsync ( cassandra\Statement $statement, |
{@inheritDoc} | |
metrics ( ) : array | {@inheritDoc} | |
prepare ( string $cql, |
{@inheritDoc} | |
prepareAsync ( string $cql, |
{@inheritDoc} | |
schema ( ) : cassandra\Schema | {@inheritDoc} |
public closeAsync ( ) : cassandra\Future | ||
return | cassandra\Future | future |
public execute ( cassandra\Statement $statement, |
||
$statement | cassandra\Statement | statement to be executed |
$options | execution options (optional) | |
return | execution result |
public executeAsync ( cassandra\Statement $statement, |
||
$statement | cassandra\Statement | statement to be executed |
$options | execution options (optional) | |
return | cassandra\Future | future result |
public prepareAsync ( string $cql, |
||
$cql | string | CQL string to be prepared |
$options | preparation options | |
return | cassandra\Future | statement |
public schema ( ) : cassandra\Schema | ||
return | cassandra\Schema | current schema. |