interface Session
A class that contains and manages connections to DSE. It allows for executing or preparing queries for execution.
Implemented by
Methods
Execute a query.
Execute a query asynchronously. This method returns immediately, but the query continues execution in the background.
Prepare a query for execution.
Asynchronously prepare a query for execution.
null
close
(double
$timeout )
Close the session and all its connections.
Dse\FutureClose
closeAsync
( )Asynchronously close the session and all its connections.
Dse\Schema
schema
( )Get a snapshot of the cluster’s current schema.
Execute graph queries.
Asynchronously execute a graph query.