public class RowImpl extends ArrayTuple implements Row
EMPTYmodCount| Constructor and Description |
|---|
RowImpl(RowDesc desc) |
RowImpl(RowImpl row) |
addValue, getValue, setValueadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddBigDecimal, addBoolean, addBooleanArray, addBuffer, addBufferArray, addDouble, addDoubleArray, addFloat, addFloatArray, addInteger, addIntegerArray, addLocalDate, addLocalDateArray, addLocalDateTime, addLocalDateTimeArray, addLocalTime, addLocalTimeArray, addLong, addLongArray, addOffsetDateTime, addOffsetDateTimeArray, addOffsetTime, addOffsetTimeArray, addShort, addShortArray, addString, addStringArray, addTemporal, addUUID, addUUIDArray, addValue, addValues, clear, getBigDecimal, getBoolean, getBooleanArray, getBuffer, getBufferArray, getDouble, getDoubleArray, getFloat, getFloatArray, getInteger, getIntegerArray, getLocalDate, getLocalDateArray, getLocalDateTime, getLocalDateTimeArray, getLocalTime, getLocalTimeArray, getLong, getLongArray, getOffsetDateTime, getOffsetDateTimeArray, getOffsetTime, getOffsetTimeArray, getShort, getShortArray, getString, getStringArray, getTemporal, getUUID, getUUIDArray, getValue, of, of, of, of, of, of, of, size, tuple, tuple, wrap, wrapcontainsAll, equals, hashCodeparallelStream, streampublic String getColumnName(int pos)
Rowpos.getColumnName in interface Rowpos - the column positionnullpublic int getColumnIndex(String name)
Rowname.getColumnIndex in interface Rowname - the column name-1 if not foundpublic <T> T[] getValues(Class<T> type, int pos)
public Boolean getBoolean(String name)
Rowpos.getBoolean in interface Rowname - the columnnullpublic Object getValue(String name)
Rowpos.public Short getShort(String name)
Rowpos.public Integer getInteger(String name)
Rowpos.getInteger in interface Rowname - the columnnullpublic Long getLong(String name)
Rowpos.public Float getFloat(String name)
Rowpos.public Double getDouble(String name)
Rowpos.public String getString(String name)
Rowpos.public Buffer getBuffer(String name)
Rowpos.public Temporal getTemporal(String name)
Rowpos.getTemporal in interface Rowname - the columnnullpublic LocalDate getLocalDate(String name)
RowLocalDate value at pos.getLocalDate in interface Rowname - the columnnullpublic LocalTime getLocalTime(String name)
RowLocalTime value at pos.getLocalTime in interface Rowname - the columnnullpublic LocalDateTime getLocalDateTime(String name)
RowLocalDateTime value at pos.getLocalDateTime in interface Rowname - the columnnullpublic OffsetTime getOffsetTime(String name)
RowOffsetTime value at pos.getOffsetTime in interface Rowname - the columnnullpublic OffsetDateTime getOffsetDateTime(String name)
RowOffsetDateTime value at pos.getOffsetDateTime in interface Rowname - the columnnullpublic UUID getUUID(String name)
RowUUID value at pos.public BigDecimal getBigDecimal(String name)
RowBigDecimal value at pos.getBigDecimal in interface Rowname - the columnnullpublic LineSegment getLineSegment(String name)
public Boolean[] getBooleanArray(String name)
RowBoolean value at pos.getBooleanArray in interface Rowname - the columnnullpublic Short[] getShortArray(String name)
RowShort value at pos.getShortArray in interface Rowname - the columnnullpublic Integer[] getIntegerArray(String name)
RowInteger value at pos.getIntegerArray in interface Rowname - the columnnullpublic Long[] getLongArray(String name)
RowLong value at pos.getLongArray in interface Rowname - the columnnullpublic Float[] getFloatArray(String name)
RowFloat value at pos.getFloatArray in interface Rowname - the columnnullpublic Double[] getDoubleArray(String name)
RowDouble value at pos.getDoubleArray in interface Rowname - the columnnullpublic String[] getStringArray(String name)
RowString value at pos.getStringArray in interface Rowname - the columnnullpublic LocalDate[] getLocalDateArray(String name)
RowLocalDate value at pos.getLocalDateArray in interface Rowname - the columnnullpublic LocalTime[] getLocalTimeArray(String name)
RowLocalTime value at pos.getLocalTimeArray in interface Rowname - the columnnullpublic OffsetTime[] getOffsetTimeArray(String name)
RowOffsetTime value at pos.getOffsetTimeArray in interface Rowname - the columnnullpublic LocalDateTime[] getLocalDateTimeArray(String name)
RowLocalDateTime value at pos.getLocalDateTimeArray in interface Rowname - the columnnullpublic OffsetDateTime[] getOffsetDateTimeArray(String name)
RowOffsetDateTime value at pos.getOffsetDateTimeArray in interface Rowname - the columnnullpublic Buffer[] getBufferArray(String name)
RowBuffer value at pos.getBufferArray in interface Rowname - the columnnullpublic UUID[] getUUIDArray(String name)
RowUUID value at pos.getUUIDArray in interface Rowname - the columnnullpublic LineSegment[] getLineSegmentArray(String name)
public Character getChar(int pos)
public Numeric getNumeric(int pos)
public Object getJson(int pos)
JsonObject or JsonArray value.public Point getPoint(int pos)
public Line getLine(int pos)
public LineSegment getLineSegment(int pos)
public Box getBox(int pos)
public Path getPath(int pos)
public Polygon getPolygon(int pos)
public Circle getCircle(int pos)
public Interval getInterval(int pos)
public Character[] getCharArray(int pos)
public Object[] getJsonArray(int pos)
Json array value, the Json value may be a string, number, JSON object, array, boolean or null.public Numeric[] getNumericArray(int pos)
public Point[] getPointArray(int pos)
public Line[] getLineArray(int pos)
public LineSegment[] getLineSegmentArray(int pos)
public Box[] getBoxArray(int pos)
public Path[] getPathArray(int pos)
public Polygon[] getPolygonArray(int pos)
public Circle[] getCircleArray(int pos)
public Interval[] getIntervalArray(int pos)
Copyright © 2020. All rights reserved.