| Constructor and Description |
|---|
RowImpl(Row row,
ColumnDefinition metadata,
java.util.TimeZone defaultTimeZone,
PropertySet pset)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getBigDecimal(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a decimal value.
|
java.math.BigDecimal |
getBigDecimal(java.lang.String fieldName)
Retrieve the value for column `fieldName' as a decimal value.
|
boolean |
getBoolean(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a boolean value.
|
boolean |
getBoolean(java.lang.String fieldName)
Retrieve the value for column `fieldName' as a boolean value.
|
byte |
getByte(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
|
byte |
getByte(java.lang.String fieldName)
Retrieve the value for column `fieldName' as a byte value.
|
java.sql.Date |
getDate(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
|
java.sql.Date |
getDate(java.lang.String fieldName)
Retrieve the value for column `fieldName' as a
Date value. |
DbDoc |
getDbDoc(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
|
DbDoc |
getDbDoc(java.lang.String fieldName)
Retrieve the value for column `fieldName' as a DbDoc value.
|
double |
getDouble(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a double value.
|
double |
getDouble(java.lang.String fieldName)
Retrieve the value for column `fieldName' as a double value.
|
int |
getInt(int pos)
Retrieve the value for column at position `pos' (starting at 0) as an integer value.
|
int |
getInt(java.lang.String fieldName)
Retrieve the value for column `fieldName' as an integer value.
|
long |
getLong(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a long value.
|
long |
getLong(java.lang.String fieldName)
Retrieve the value for column `fieldName' as a long value.
|
java.lang.String |
getString(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a string value.
|
java.lang.String |
getString(java.lang.String fieldName)
Retrieve the value for column `fieldName' as a string value.
|
java.sql.Time |
getTime(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
|
java.sql.Time |
getTime(java.lang.String fieldName)
Retrieve the value for column `fieldName' as a
Time value. |
java.sql.Timestamp |
getTimestamp(int pos)
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
|
java.sql.Timestamp |
getTimestamp(java.lang.String fieldName)
Retrieve the value for column `fieldName' as a
Timestamp value. |
public RowImpl(Row row, ColumnDefinition metadata, java.util.TimeZone defaultTimeZone, PropertySet pset)
row - Row instance provided by c/J core.metadata - ColumnDefinition object to use for new rows.defaultTimeZone - TimeZone object representing the default time zonepset - PropertySetpublic java.math.BigDecimal getBigDecimal(java.lang.String fieldName)
RowgetBigDecimal in interface RowfieldName - field namepublic java.math.BigDecimal getBigDecimal(int pos)
RowgetBigDecimal in interface Rowpos - field positionpublic boolean getBoolean(java.lang.String fieldName)
RowgetBoolean in interface RowfieldName - field namepublic boolean getBoolean(int pos)
RowgetBoolean in interface Rowpos - field position
field positionpublic byte getByte(java.lang.String fieldName)
Rowpublic byte getByte(int pos)
Rowpublic java.sql.Date getDate(java.lang.String fieldName)
RowDate value.public java.sql.Date getDate(int pos)
Rowpublic DbDoc getDbDoc(java.lang.String fieldName)
Rowpublic DbDoc getDbDoc(int pos)
Rowpublic double getDouble(java.lang.String fieldName)
Rowpublic double getDouble(int pos)
Rowpublic int getInt(java.lang.String fieldName)
Rowpublic int getInt(int pos)
Rowpublic long getLong(java.lang.String fieldName)
Rowpublic long getLong(int pos)
Rowpublic java.lang.String getString(java.lang.String fieldName)
Rowpublic java.lang.String getString(int pos)
Rowpublic java.sql.Time getTime(java.lang.String fieldName)
RowTime value.public java.sql.Time getTime(int pos)
Rowpublic java.sql.Timestamp getTimestamp(java.lang.String fieldName)
RowTimestamp value.getTimestamp in interface RowfieldName - field namepublic java.sql.Timestamp getTimestamp(int pos)
RowgetTimestamp in interface Rowpos - field position