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

Public Member Functions

 EdgeTableRow (List< ValueWrapper > values)
 
 EdgeTableRow (List< ValueWrapper > values, String decodeType)
 
ValueWrapper getSrcId ()
 
ValueWrapper getDstId ()
 
long getRank ()
 
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 EdgeTableRow.java.


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