Class Row

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class Row extends LinkedCaseInsensitiveMap<Object>
See Also:
  • Constructor Details

    • Row

      public Row(int numberOfColumns)
    • Row

      public Row(String columnName, Object value)
    • Row

      public Row(String[] names, Object[] values)
  • Method Details

    • bytesValue

      public byte[] bytesValue()
    • toBytes

      protected byte[] toBytes(Object obj)
    • numberValue

      public Number numberValue()
    • dateValue

      public Date dateValue()
    • longValue

      public Long longValue()
    • stringValue

      public String stringValue()
    • csvValue

      public String csvValue()
    • getBytes

      public byte[] getBytes(String columnName)
    • getString

      public String getString(String columnName)
    • getString

      public String getString(String columnName, boolean checkForColumn)
    • getInt

      public int getInt(String columnName)
    • getInteger

      public Integer getInteger(String columnName)
    • getLong

      public long getLong(String columnName)
    • getFloat

      public float getFloat(String columnName)
    • getBigDecimal

      public BigDecimal getBigDecimal(String columnName)
    • getBoolean

      public boolean getBoolean(String columnName)
    • getTime

      public Time getTime(String columnName)
    • getTimestamp

      public Timestamp getTimestamp(String columnName)
    • getDateTime

      public Date getDateTime(String columnName)
    • checkForColumn

      protected void checkForColumn(String columnName)
    • toArray

      public Object[] toArray(String[] keys)
    • toArray

      public Object[] toArray()
    • toStringArray

      public String[] toStringArray(String[] keys)
    • getLength

      public long getLength()