public class BaseTableRow extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
decodeType |
protected List<ValueWrapper> |
values |
| Constructor and Description |
|---|
BaseTableRow(List<ValueWrapper> values) |
BaseTableRow(List<ValueWrapper> values,
String decodeType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(int i) |
DateWrapper |
getDate(int i) |
DateTimeWrapper |
getDateTime(int i) |
double |
getDouble(int i) |
DurationWrapper |
getDuration(int i) |
GeographyWrapper |
getGeography(int i) |
long |
getLong(int i) |
String |
getString(int i) |
TimeWrapper |
getTime(int i) |
List<ValueWrapper> |
getValues() |
boolean |
isNullAt(int i)
check whether the value at position i is null
|
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.
|
int |
size()
number of elements in vertexTableRow
|
protected final List<ValueWrapper> values
protected String decodeType
public BaseTableRow(List<ValueWrapper> values)
public BaseTableRow(List<ValueWrapper> values, String decodeType)
public int size()
public boolean isNullAt(int i)
public String getString(int i) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic long getLong(int i)
public boolean getBoolean(int i)
public double getDouble(int i)
public DateWrapper getDate(int i)
public TimeWrapper getTime(int i)
public DateTimeWrapper getDateTime(int i)
public GeographyWrapper getGeography(int i)
public DurationWrapper getDuration(int i)
public List<ValueWrapper> getValues()
public String mkString(String sep)
Copyright © 2022. All rights reserved.