|
NebulaGraph Java Client
release-3.6
|
Inheritance diagram for NebulaSession:
Collaboration diagram for NebulaSession:Public Member Functions | |
| NebulaSession (SyncConnection connection, long sessionID, int timezoneOffset, SessionState state) | |
| long | getSessionID () |
| Boolean | isIdle () |
| Boolean | isUsed () |
| boolean | isUsedAndSetIdle () |
| boolean | isIdleAndSetUsed () |
| ResultSet | execute (String stmt) throws IOErrorException |
| ResultSet | executeWithParameter (String stmt, Map< String, Object > parameterMap) throws IOErrorException |
| void | release () |
Definition at line 22 of file NebulaSession.java.