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

Public Member Functions

 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.
 

Protected Attributes

final List< ValueWrappervalues
 
String decodeType = "utf-8"
 

Detailed Description

Definition at line 18 of file BaseTableRow.java.


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