protected void
Make sure that columnId is a valid column.
oracle.sql.BFILE
Get column columnId as a oracle.sql.BFILE Object
This method will only work if 'keepLobs' was set to true.
oracle.sql.BFILE
Get column columnId as a oracle.sql.BFILE Object
This method will only work if 'keepLobs' was set to true.
Get column columnId as a java.math.BigDecimal Object
Get column columnId as a java.math.BigDecimal Object
oracle.sql.BLOB
ReadOnlyRowSet.getBLOB(int columnId)
Get column columnId as a oracle.sql.BLOB Object
This method will only work if 'keepLobs' was set to true.
oracle.sql.BLOB
Get column columnId as a oracle.sql.BLOB Object
This method will only work if 'keepLobs' was set to true.
boolean
Get column columnId as a boolean.
boolean
Get column columnId as a boolean.
Get column columnId as a Boolean Object
Get column columnId as a Boolean Object
byte
ReadOnlyRowSet.getByte(int columnId)
Get column columnId as a byte.
byte
Get column columnId as a byte.
byte[]
Get column columnId as a byte[] Object
byte[]
Get column columnId as a byte[] Object
Get column columnId as a Byte Object
Get column columnId as a Byte Object
char[]
Get column columnId as a char[] Object
char[]
Get column columnId as a char[] Object
oracle.sql.CLOB
ReadOnlyRowSet.getCLOB(int columnId)
Get column columnId as a oracle.sql.CLOB Object
This method will only work if 'keepLobs' was set to true.
oracle.sql.CLOB
Get column columnId as a oracle.sql.CLOB Object
This method will only work if 'keepLobs' was set to true.
Get the name of a column.
ReadOnlyRowSet.getDate(int columnId)
Get column columnId as a java.sql.Date
Get column columnId as a java.sql.Date
double
Get column columnId as a double.
double
Get column columnId as a double.
Get column columnId as a Double Object
Get column columnId as a Double Object
Get a long text or binary column columnId as a File
Get a long text or binary column columnId as a File
float
Get column columnId as a float.
float
Get column columnId as a float.
Get column columnId as a Float Object
Get column columnId as a Float Object
int
ReadOnlyRowSet.getInt(int columnId)
Get column columnId as an int.
int
Get column columnId as an int.
Get column columnId as a Integer Object
Get column columnId as a Integer Object
oracle.sql.json.OracleJsonValue
ReadOnlyRowSet.getJSON(int columnId)
Get column columnId as an oracle.sql.json.OracleJsonValue.
oracle.sql.json.OracleJsonValue
Get column theColumnName as an oracle.sql.json.OracleJsonValue.
long
ReadOnlyRowSet.getLong(int columnId)
Get column columnId as a long.
long
Get column columnId as a long.
Get column columnId as a Long Object
Get column columnId as a Long Object
Get column columnId as an Object.
Get column columnId as an Object.
oracle.sql.OPAQUE
Get column columnId as an oracle.sql.OPAQUE.
oracle.sql.OPAQUE
Get column columnId as an oracle.sql.OPAQUE.
short
Get column columnId as a short.
short
Get column columnId as a short.
Get column columnId as a Short Object
Get column columnId as a Short Object
Get column columnId as a String.
Get column columnId as a String.
Get column columnId as a java.sql.Timestamp
Get column columnId as a java.sql.Timestamp
oracle.sql.TIMESTAMP
Get column columnId as a TIMESTAMP Object
oracle.sql.TIMESTAMP
Get column columnId as a oracle.sql.TIMESTAMP Object
oracle.sql.TIMESTAMPLTZ
Get column columnId as a TIMESTAMPLTZ Object
oracle.sql.TIMESTAMPLTZ
Get column columnId as a oracle.sql.TIMESTAMPLTZ Object
oracle.sql.TIMESTAMPTZ
Get column columnId as a TIMESTAMPTZ Object
oracle.sql.TIMESTAMPTZ
Get column columnId as a oracle.sql.TIMESTAMPTZ Object
double[]
Get column columnId as a double[] vector.
double[]
Get column theColumnName as a double[] vector.
byte[]
Get column columnId as a byte[] binary vector.
byte[]
Get column theColumnName as a byte[] binary vector.
Get column
columnId as a
SparseVector (a sparse VECTOR, Oracle 23ai).
Get column
theColumnName as a
SparseVector (a sparse VECTOR, Oracle 23ai).
boolean
ReadOnlyRowSet.isNull(int columnId)
Return true if the column is null.
boolean
Return true if the column is null.
void
Set column columnId as a native ISO-SQL BOOLEAN (23ai).
void
Set column columnName as a native ISO-SQL BOOLEAN (23ai).
void
WriteableRowSet.setJSON(int columnId,
oracle.sql.json.OracleJsonValue theValue)
Set column columnId as a native Oracle JSON value (21c+).
void
WriteableRowSet.setJSON(String theColumnName,
oracle.sql.json.OracleJsonValue theValue)
Set column columnName as a native Oracle JSON value (21c+).
void
Set column columnId as a String.
void
Set column columnId as a String.
void
WriteableRowSet.setVector(int columnId,
double[] theValue)
Set column columnId as a native Oracle VECTOR (23ai).
void
Set column columnName as a native Oracle VECTOR (23ai).
void
Set column columnId as a binary (bit-packed) Oracle VECTOR (23ai).
void
Set column columnName as a binary (bit-packed) Oracle VECTOR (23ai).
void
Set column columnId as a sparse Oracle VECTOR (23ai).
void
Set column columnName as a sparse Oracle VECTOR (23ai).