| Package | Description |
|---|---|
| com.vesoft.nebula.client.graph | |
| com.vesoft.nebula.client.graph.net |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
NebulaSession.execute(String stmt) |
ResultSet |
SessionPool.execute(String stmt)
Execute the nGql sentence.
|
ResultSet |
SessionPool.execute(String stmt,
Map<String,Object> parameterMap)
Execute the nGql sentence with parameter
|
ResultSet |
NebulaSession.executeWithParameter(String stmt,
Map<String,Object> parameterMap) |
| 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
|
void |
SyncConnection.open(HostAddress address,
int timeout) |
abstract void |
Connection.open(HostAddress address,
int timeout) |
void |
SyncConnection.open(HostAddress address,
int timeout,
SSLParam sslParam) |
abstract void |
Connection.open(HostAddress address,
int timeout,
SSLParam sslParam) |
void |
SyncConnection.reopen() |
abstract void |
Connection.reopen() |
Copyright © 2023. All rights reserved.