public class ConvertingRow implements Row
An implementation of interface Row that will attempt to convert its values
to the required data type.
interface Row| Constructor and Description |
|---|
ConvertingRow()
An implementation of
interface Row that will attempt to convert its values
to the required data type. |
| Modifier and Type | Method and Description |
|---|---|
java.io.Reader |
charStream(int index) |
java.math.BigDecimal |
getBigDecimal(int index,
int scale) |
java.math.BigDecimal |
getBigDecimal(int index) |
boolean |
getBoolean(int index) |
byte |
getByte(int index) |
byte[] |
getBytes(int index) |
java.sql.Date |
getDate(int index) |
java.sql.Date |
getDate(int index,
java.util.Calendar cal) |
double |
getDouble(int index) |
float |
getFloat(int index) |
int |
getInt(int index) |
long |
getLong(int index) |
java.sql.RowId |
getRowId(int index) |
short |
getShort(int index) |
java.lang.String |
getString(int index) |
java.sql.Time |
getTime(int index) |
java.sql.Time |
getTime(int index,
java.util.Calendar cal) |
java.sql.Timestamp |
getTimestamp(int index) |
java.sql.Timestamp |
getTimestamp(int index,
java.util.Calendar cal) |
charStream, getBigDecimal, getBigDecimal, getBoolean, getByte, getBytes, getDate, getDate, getDouble, getFloat, getInt, getLong, getObject, getRowId, getShort, getString, getTime, getTime, getTimestamp, getTimestamppublic ConvertingRow()
An implementation of interface Row that will attempt to convert its values
to the required data type.
interface Rowpublic byte getByte(int index)
public java.io.Reader charStream(int index)
public float getFloat(int index)
public boolean getBoolean(int index)
public java.math.BigDecimal getBigDecimal(int index,
int scale)
public java.math.BigDecimal getBigDecimal(int index)
public java.sql.Time getTime(int index)
public java.sql.Time getTime(int index,
java.util.Calendar cal)
public java.sql.Date getDate(int index)
public java.sql.Date getDate(int index,
java.util.Calendar cal)
public java.sql.Timestamp getTimestamp(int index)
public java.sql.Timestamp getTimestamp(int index,
java.util.Calendar cal)
public byte[] getBytes(int index)
public double getDouble(int index)
public java.lang.String getString(int index)
public long getLong(int index)
public int getInt(int index)
public short getShort(int index)
public java.sql.RowId getRowId(int index)