Package net.bitnine.agensgraph.graph
Class Vertex
java.lang.Object
org.postgresql.util.PGobject
net.bitnine.agensgraph.graph.GraphEntity
net.bitnine.agensgraph.graph.Vertex
- All Implemented Interfaces:
Serializable,Cloneable,JsonbObject
This class defines the type vertex.
- See Also:
-
Field Summary
Fields inherited from class org.postgresql.util.PGobject
type, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns id of the vertex.voidMethods inherited from class net.bitnine.agensgraph.graph.GraphEntity
containsKey, getArray, getBoolean, getBoolean, getDouble, getDouble, getGraphId, getInt, getInt, getKeys, getLabel, getLong, getLong, getObject, getProperties, getString, getString, isNullMethods inherited from class org.postgresql.util.PGobject
clone, equals, equals, getType, getValue, hashCode, isNull, setType, toString
-
Constructor Details
-
Vertex
public Vertex()
-
-
Method Details
-
setValue
- Overrides:
setValuein classorg.postgresql.util.PGobject- Throws:
SQLException
-
getVertexId
Returns id of the vertex.- Returns:
- id of the vertex
-