NebulaGraph Java Client  release-3.6
SessionWrapper Class Reference
+ Inheritance diagram for SessionWrapper:
+ Collaboration diagram for SessionWrapper:

Public Member Functions

 SessionWrapper (Session session)
 
ResultSet execute (String stmt) throws IOErrorException
 Execute the query sentence. More...
 
boolean ping ()
 

Detailed Description

Definition at line 14 of file SessionWrapper.java.

Member Function Documentation

◆ execute()

ResultSet execute ( String  stmt) throws IOErrorException

Execute the query sentence.

Parameters
stmtThe query sentence.
Returns
The ResultSet.

Definition at line 33 of file SessionWrapper.java.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: