| 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 |
|---|---|
ResultSet |
Session.execute(String stmt)
Execute the nGql sentence.
|
ResultSet |
SessionWrapper.execute(String stmt)
Execute the query sentence.
|
ResultSet |
Session.executeWithParameter(String stmt,
Map<String,Object> parameterMap)
Execute the nGql sentence.
|
Copyright © 2023. All rights reserved.