Cassandra\Session::prepareAsync PHP Méthode

prepareAsync() public méthode

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
Résultat cassandra\Future statement
    public function prepareAsync($cql, ExecutionOptions $options = null);