| Package | Description |
|---|---|
| com.vesoft.nebula.client.graph.net |
| Modifier and Type | Method and Description |
|---|---|
AuthResult |
SyncConnection.authenticate(String user,
String password) |
SyncConnection |
ConnObjectPool.create() |
ExecutionResponse |
SyncConnection.execute(long sessionID,
String stmt) |
ResultSet |
Session.execute(String stmt)
Execute the nGql sentence.
|
ResultSet |
SessionWrapper.execute(String stmt)
Execute the query sentence.
|
String |
SyncConnection.executeJson(long sessionID,
String stmt) |
String |
Session.executeJson(String stmt)
Execute the nGql sentence.
|
String |
SyncConnection.executeJsonWithParameter(long sessionID,
String stmt,
Map<byte[],Value> parameterMap) |
String |
Session.executeJsonWithParameter(String stmt,
Map<String,Object> parameterMap)
Execute the nGql sentence.
|
ExecutionResponse |
SyncConnection.executeWithParameter(long sessionID,
String stmt,
Map<byte[],Value> parameterMap) |
ResultSet |
Session.executeWithParameter(String stmt,
Map<String,Object> parameterMap)
Execute the nGql sentence.
|
Session |
NebulaPool.getSession(String userName,
String password,
boolean reconnect)
get a session from the NebulaPool
|
abstract void |
Connection.open(HostAddress address,
int timeout) |
void |
SyncConnection.open(HostAddress address,
int timeout) |
abstract void |
Connection.open(HostAddress address,
int timeout,
SSLParam sslParam) |
void |
SyncConnection.open(HostAddress address,
int timeout,
SSLParam sslParam) |
abstract void |
Connection.reopen() |
void |
SyncConnection.reopen() |
Copyright © 2022. All rights reserved.