Cassandra\DefaultSession::execute PHP 메소드

execute() 공개 메소드

{@inheritDoc}
public execute ( cassandra\Statement $statement, ExecutionOptions $options = null ) : Rows
$statement cassandra\Statement statement to be executed
$options ExecutionOptions execution options (optional)
리턴 Rows execution result
    public function execute(Statement $statement, ExecutionOptions $options = null)
    {
    }