Package net.bitnine.agensgraph.graph
Class GraphId
java.lang.Object
org.postgresql.util.PGobject
net.bitnine.agensgraph.graph.GraphId
- All Implemented Interfaces:
Serializable,Cloneable
This class defines the type graph id.
- See Also:
-
Field Summary
Fields inherited from class org.postgresql.util.PGobject
type, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.postgresql.util.PGobject
clone, equals, equals, getType, getValue, hashCode, isNull, setType, toString
-
Constructor Details
-
GraphId
public GraphId() -
GraphId
public GraphId(long id)
-
-
Method Details
-
setValue
- Overrides:
setValuein classorg.postgresql.util.PGobject- Throws:
SQLException
-
getId
public long getId()Returns the id of the GraphId.- Returns:
- the id of the GraphId
-