- clearGraph() - 接口 中的方法com.galaxybase.driver.Graph
-
删除图的数据。
- clearPropertyValue(boolean, Object, String) - 接口 中的方法com.galaxybase.driver.Graph
-
删除属性值
- ClientException - com.galaxybase.driver.v1.exceptions中的异常错误
-
ClientException 表示客户端执行的操作不正确。
- ClientException(String) - 异常错误 的构造器com.galaxybase.driver.v1.exceptions.ClientException
-
- ClientException(String, Throwable) - 异常错误 的构造器com.galaxybase.driver.v1.exceptions.ClientException
-
- ClientException(String, String) - 异常错误 的构造器com.galaxybase.driver.v1.exceptions.ClientException
-
- close() - 接口 中的方法com.galaxybase.driver.Graph
-
关闭driver连接
- close() - 接口 中的方法com.galaxybase.driver.v1.Driver
-
关闭分配给此driver的所有资源,包括打开的连接和IO线程。
- closeAsync() - 接口 中的方法com.galaxybase.driver.v1.Driver
-
关闭分配给此driver的所有资源,包括打开的连接和IO线程。
- com.galaxybase.driver - 程序包 com.galaxybase.driver
-
- com.galaxybase.driver.v1 - 程序包 com.galaxybase.driver.v1
-
- com.galaxybase.driver.v1.exceptions - 程序包 com.galaxybase.driver.v1.exceptions
-
- com.galaxybase.driver.v1.graph - 程序包 com.galaxybase.driver.v1.graph
-
- com.galaxybase.driver.v1.graph.query - 程序包 com.galaxybase.driver.v1.graph.query
-
- com.galaxybase.driver.v1.graph.query.bfs - 程序包 com.galaxybase.driver.v1.graph.query.bfs
-
- com.galaxybase.driver.v1.graph.query.condition - 程序包 com.galaxybase.driver.v1.graph.query.condition
-
- connect(String, String, String) - 类 中的静态方法com.galaxybase.driver.Galaxybase
-
连接到数据库
- createEdgeType(String, String, String, boolean, boolean, Map<String, PropertyType>) - 接口 中的方法com.galaxybase.driver.Graph
-
添加边类型。
- createProperty(String, boolean, String, boolean, PropertyType) - 接口 中的方法com.galaxybase.driver.Graph
-
为某个类型增加属性列
- createPropIndex(String, boolean, String) - 接口 中的方法com.galaxybase.driver.Graph
-
为某个类型的某个属性添加简单索引
- createVertexType(String, String, Map<String, PropertyType>) - 接口 中的方法com.galaxybase.driver.Graph
-
添加点类型。
- CypherQuery - com.galaxybase.driver.v1中的类
-
- CypherQuery(int, String, String, String) - 类 的构造器com.galaxybase.driver.v1.CypherQuery
-