Package | Description |
---|---|
com.graphdbapi.driver | |
com.graphdbapi.driver.group |
Modifier and Type | Method and Description |
---|---|
StatementResult |
Graph.executeCypher(String cypher,
Map<String,com.graphdbapi.driver.v1.Value> parameters)
执行cypher查询。
|
StatementResult |
Graph.executeProcedure(String procedureName,
Object... inputParams)
通过bolt执行procedure方法
|
StatementResult |
Graph.executeQuery(String cypher)
执行cypher查询。默认超时时间7200秒(包括查询结果迭代时间),如果查询需要长时间执行或结果集过大,建议使用包含timeout的重载方法指定合适的超时时间。
|
StatementResult |
Graph.executeQuery(String cypher,
int defLimit)
执行cypher查询。
|
StatementResult |
Graph.executeQuery(String cypher,
long timeout)
执行cypher查询。
|
StatementResult |
Graph.executeQuery(String cypher,
long timeout,
int defLimit)
执行cypher查询。
|
StatementResult |
Graph.getCypherTaskStatementResult(long cypherTaskId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StatementResult |
GraphGroup.executeProcedure(String procedureName,
Object... inputParams)
通过bolt执行procedure方法
|
Copyright © 2024. All rights reserved.