NebulaGraph Java Client  release-3.6
VertexTableRow Class Reference
+ Inheritance diagram for VertexTableRow:
+ Collaboration diagram for VertexTableRow:

Public Member Functions

 VertexTableRow (List< ValueWrapper > values)
 
 VertexTableRow (List< ValueWrapper > values, String decodeType)
 
ValueWrapper getVid ()
 vertex id in vertexTableRow
 
String toString ()
 
- Public Member Functions inherited from BaseTableRow
 BaseTableRow (List< ValueWrapper > values)
 
 BaseTableRow (List< ValueWrapper > values, String decodeType)
 
int size ()
 number of elements in vertexTableRow
 
boolean isNullAt (int i)
 check whether the value at position i is null
 
String getString (int i) throws UnsupportedEncodingException
 
long getLong (int i)
 
boolean getBoolean (int i)
 
double getDouble (int i)
 
DateWrapper getDate (int i)
 
TimeWrapper getTime (int i)
 
DateTimeWrapper getDateTime (int i)
 
GeographyWrapper getGeography (int i)
 
DurationWrapper getDuration (int i)
 
List< ValueWrappergetValues ()
 
String mkString (String sep)
 Displays all elements of this vertexTableRow in a string using a separator string.
 
String mkString (String start, String sep, String end)
 Displays all elements of this vertexTableRow in a string using start, end, and separator strings.
 

Additional Inherited Members

- Protected Attributes inherited from BaseTableRow
final List< ValueWrappervalues
 
String decodeType = "utf-8"
 

Detailed Description

Definition at line 11 of file VertexTableRow.java.


The documentation for this class was generated from the following file: