Cassandra\Session::prepareAsync PHP 메소드

prepareAsync() 공개 메소드

Note that all options passed to this method will be ignored.
public prepareAsync ( string $cql, ExecutionOptions $options = null ) : cassandra\Future
$cql string CQL string to be prepared
$options ExecutionOptions preparation options
리턴 cassandra\Future statement
    public function prepareAsync($cql, ExecutionOptions $options = null);