public class StringArrayVTI
extends org.apache.derby.vti.StringColumnVTI
This is a concrete VTI which is prepopulated with rows which are just arrays of string columns.
Modifier and Type | Class and Description |
---|---|
static class |
StringArrayVTI.ConstructorException |
static class |
StringArrayVTI.GoodVTICosting |
static class |
StringArrayVTI.MissingConstructor |
static class |
StringArrayVTI.ZeroArgConstructorNotPublic |
Modifier and Type | Field and Description |
---|---|
private static java.lang.StringBuffer |
_callers |
private int |
_rowIdx |
private java.lang.String[][] |
_rows |
private static java.lang.String[] |
EXPECTED_STACK |
static double |
FAKE_INSTANTIATION_COST |
static double |
FAKE_ROW_COUNT |
Constructor and Description |
---|
StringArrayVTI(java.lang.String[] columnNames,
java.lang.String[][] rows) |
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int arg0) |
void |
afterLast() |
private java.sql.SQLException |
badStack(java.lang.String[] expected,
java.lang.String[] actual)
Complain that we don't like the stack.
|
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
private java.lang.String |
deduceGetXXXCaller() |
void |
deleteRow() |
private int |
findIndex(java.lang.String expectedMethod,
java.lang.String[] actualMethodNames)
Look for a method name on a stack and return its location as an
index into the stack.
|
boolean |
first() |
java.sql.Array |
getArray(int arg0) |
java.sql.Array |
getArray(java.lang.String arg0) |
java.io.InputStream |
getAsciiStream(java.lang.String arg0) |
java.math.BigDecimal |
getBigDecimal(int arg0,
int arg1) |
java.io.InputStream |
getBinaryStream(java.lang.String arg0) |
java.sql.Blob |
getBlob(java.lang.String arg0) |
java.io.Reader |
getCharacterStream(int arg0) |
java.io.Reader |
getCharacterStream(java.lang.String arg0) |
java.sql.Clob |
getClob(java.lang.String arg0) |
int |
getConcurrency() |
java.lang.String |
getCursorName() |
java.sql.Date |
getDate(int arg0,
java.util.Calendar arg1) |
java.sql.Date |
getDate(java.lang.String arg0,
java.util.Calendar arg1) |
int |
getFetchDirection() |
int |
getFetchSize() |
java.sql.ResultSetMetaData |
getMetaData() |
java.lang.Object |
getObject(int arg0) |
java.lang.Object |
getObject(int arg0,
java.util.Map arg1) |
java.lang.Object |
getObject(java.lang.String arg0,
java.util.Map arg1) |
protected java.lang.String |
getRawColumn(int columnNumber) |
java.sql.Ref |
getRef(int arg0) |
java.sql.Ref |
getRef(java.lang.String arg0) |
int |
getRow() |
java.sql.Statement |
getStatement() |
java.sql.Time |
getTime(int arg0,
java.util.Calendar arg1) |
java.sql.Time |
getTime(java.lang.String arg0,
java.util.Calendar arg1) |
java.sql.Timestamp |
getTimestamp(int arg0,
java.util.Calendar arg1) |
java.sql.Timestamp |
getTimestamp(java.lang.String arg0,
java.util.Calendar arg1) |
int |
getType() |
java.io.InputStream |
getUnicodeStream(int arg0) |
java.io.InputStream |
getUnicodeStream(java.lang.String arg0) |
java.net.URL |
getURL(int arg0) |
java.net.URL |
getURL(java.lang.String arg0) |
java.sql.SQLWarning |
getWarnings() |
static java.lang.String |
getXXXrecord()
This SQL function returns the list of getXXX() calls made to the last
StringArrayVTI.
|
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
private java.lang.String |
locateGetXXXCaller(java.lang.StackTraceElement[] stack)
Find the getXXX() method above us on the stack.
|
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
protected java.sql.SQLException |
notImplemented(java.lang.String arg0) |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int arg0) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int arg0) |
void |
setFetchSize(int arg0) |
private java.lang.String[] |
squeezeMethodNames(java.lang.StackTraceElement[] stack)
Extract the names of methods on a stack.
|
private java.lang.String |
stringify(java.lang.Object[] raw)
Turn an array into a printable String.
|
void |
updateArray(int arg0,
java.sql.Array arg1) |
void |
updateArray(java.lang.String arg0,
java.sql.Array arg1) |
void |
updateAsciiStream(int arg0,
java.io.InputStream arg1,
int arg2) |
void |
updateAsciiStream(java.lang.String arg0,
java.io.InputStream arg1,
int arg2) |
void |
updateBigDecimal(int arg0,
java.math.BigDecimal arg1) |
void |
updateBigDecimal(java.lang.String arg0,
java.math.BigDecimal arg1) |
void |
updateBinaryStream(int arg0,
java.io.InputStream arg1,
int arg2) |
void |
updateBinaryStream(java.lang.String arg0,
java.io.InputStream arg1,
int arg2) |
void |
updateBlob(int arg0,
java.sql.Blob arg1) |
void |
updateBlob(java.lang.String arg0,
java.sql.Blob arg1) |
void |
updateBoolean(int arg0,
boolean arg1) |
void |
updateBoolean(java.lang.String arg0,
boolean arg1) |
void |
updateByte(int arg0,
byte arg1) |
void |
updateByte(java.lang.String arg0,
byte arg1) |
void |
updateBytes(int arg0,
byte[] arg1) |
void |
updateBytes(java.lang.String arg0,
byte[] arg1) |
void |
updateCharacterStream(int arg0,
java.io.Reader arg1,
int arg2) |
void |
updateCharacterStream(java.lang.String arg0,
java.io.Reader arg1,
int arg2) |
void |
updateClob(int arg0,
java.sql.Clob arg1) |
void |
updateClob(java.lang.String arg0,
java.sql.Clob arg1) |
void |
updateDate(int arg0,
java.sql.Date arg1) |
void |
updateDate(java.lang.String arg0,
java.sql.Date arg1) |
void |
updateDouble(int arg0,
double arg1) |
void |
updateDouble(java.lang.String arg0,
double arg1) |
void |
updateFloat(int arg0,
float arg1) |
void |
updateFloat(java.lang.String arg0,
float arg1) |
void |
updateInt(int arg0,
int arg1) |
void |
updateInt(java.lang.String arg0,
int arg1) |
void |
updateLong(int arg0,
long arg1) |
void |
updateLong(java.lang.String arg0,
long arg1) |
void |
updateNull(int arg0) |
void |
updateNull(java.lang.String arg0) |
void |
updateObject(int arg0,
java.lang.Object arg1) |
void |
updateObject(int arg0,
java.lang.Object arg1,
int arg2) |
void |
updateObject(java.lang.String arg0,
java.lang.Object arg1) |
void |
updateObject(java.lang.String arg0,
java.lang.Object arg1,
int arg2) |
void |
updateRef(int arg0,
java.sql.Ref arg1) |
void |
updateRef(java.lang.String arg0,
java.sql.Ref arg1) |
void |
updateRow() |
void |
updateShort(int arg0,
short arg1) |
void |
updateShort(java.lang.String arg0,
short arg1) |
void |
updateString(int arg0,
java.lang.String arg1) |
void |
updateString(java.lang.String arg0,
java.lang.String arg1) |
void |
updateTime(int arg0,
java.sql.Time arg1) |
void |
updateTime(java.lang.String arg0,
java.sql.Time arg1) |
void |
updateTimestamp(int arg0,
java.sql.Timestamp arg1) |
void |
updateTimestamp(java.lang.String arg0,
java.sql.Timestamp arg1) |
findColumn, getAsciiStream, getBigDecimal, getBinaryStream, getBlob, getBoolean, getByte, getBytes, getClob, getColumnCount, getColumnName, getDate, getDouble, getFloat, getInt, getLong, getShort, getString, getTime, getTimestamp, wasNull
getBigDecimal, getBigDecimal, getBoolean, getByte, getBytes, getDate, getDouble, getFloat, getInt, getLong, getObject, getShort, getString, getTime, getTimestamp
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getRowId, getRowId, getSQLXML, getSQLXML, isClosed, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateRowId, updateRowId, updateSQLXML, updateSQLXML
public static final double FAKE_ROW_COUNT
public static final double FAKE_INSTANTIATION_COST
private static final java.lang.String[] EXPECTED_STACK
private int _rowIdx
private java.lang.String[][] _rows
private static java.lang.StringBuffer _callers
public StringArrayVTI(java.lang.String[] columnNames, java.lang.String[][] rows)
public static java.lang.String getXXXrecord()
This SQL function returns the list of getXXX() calls made to the last StringArrayVTI.
protected java.lang.String getRawColumn(int columnNumber) throws java.sql.SQLException
getRawColumn
in class org.apache.derby.vti.StringColumnVTI
java.sql.SQLException
private java.lang.String deduceGetXXXCaller() throws java.sql.SQLException
java.sql.SQLException
public boolean next() throws java.sql.SQLException
next
in interface java.sql.ResultSet
next
in class org.apache.derby.vti.VTITemplate
java.sql.SQLException
public void close() throws java.sql.SQLException
close
in interface java.lang.AutoCloseable
close
in interface java.sql.ResultSet
close
in class org.apache.derby.vti.VTITemplate
java.sql.SQLException
private java.lang.String locateGetXXXCaller(java.lang.StackTraceElement[] stack) throws java.sql.SQLException
Find the getXXX() method above us on the stack. The stack looks like this:
java.sql.SQLException
private java.sql.SQLException badStack(java.lang.String[] expected, java.lang.String[] actual)
Complain that we don't like the stack.
private int findIndex(java.lang.String expectedMethod, java.lang.String[] actualMethodNames)
Look for a method name on a stack and return its location as an index into the stack. Returns -1 if the expected name is not found.
private java.lang.String[] squeezeMethodNames(java.lang.StackTraceElement[] stack)
Extract the names of methods on a stack.
private java.lang.String stringify(java.lang.Object[] raw)
Turn an array into a printable String.
public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
getMetaData
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int arg0, int arg1) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getUnicodeStream(int arg0) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(java.lang.String arg0) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getUnicodeStream(java.lang.String arg0) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getBinaryStream(java.lang.String arg0) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLWarning getWarnings() throws java.sql.SQLException
getWarnings
in interface java.sql.ResultSet
java.sql.SQLException
public void clearWarnings() throws java.sql.SQLException
clearWarnings
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getCursorName() throws java.sql.SQLException
getCursorName
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int arg0) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getCharacterStream(int arg0) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String arg0) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isBeforeFirst() throws java.sql.SQLException
isBeforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isAfterLast() throws java.sql.SQLException
isAfterLast
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isFirst() throws java.sql.SQLException
isFirst
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isLast() throws java.sql.SQLException
isLast
in interface java.sql.ResultSet
java.sql.SQLException
public void beforeFirst() throws java.sql.SQLException
beforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public void afterLast() throws java.sql.SQLException
afterLast
in interface java.sql.ResultSet
java.sql.SQLException
public boolean first() throws java.sql.SQLException
first
in interface java.sql.ResultSet
java.sql.SQLException
public boolean last() throws java.sql.SQLException
last
in interface java.sql.ResultSet
java.sql.SQLException
public int getRow() throws java.sql.SQLException
getRow
in interface java.sql.ResultSet
java.sql.SQLException
public boolean absolute(int arg0) throws java.sql.SQLException
absolute
in interface java.sql.ResultSet
java.sql.SQLException
public boolean relative(int arg0) throws java.sql.SQLException
relative
in interface java.sql.ResultSet
java.sql.SQLException
public boolean previous() throws java.sql.SQLException
previous
in interface java.sql.ResultSet
java.sql.SQLException
public void setFetchDirection(int arg0) throws java.sql.SQLException
setFetchDirection
in interface java.sql.ResultSet
java.sql.SQLException
public int getFetchDirection() throws java.sql.SQLException
getFetchDirection
in interface java.sql.ResultSet
java.sql.SQLException
public void setFetchSize(int arg0) throws java.sql.SQLException
setFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public int getFetchSize() throws java.sql.SQLException
getFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public int getType() throws java.sql.SQLException
getType
in interface java.sql.ResultSet
java.sql.SQLException
public int getConcurrency() throws java.sql.SQLException
getConcurrency
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowUpdated() throws java.sql.SQLException
rowUpdated
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowInserted() throws java.sql.SQLException
rowInserted
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowDeleted() throws java.sql.SQLException
rowDeleted
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(int arg0) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(int arg0, boolean arg1) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(int arg0, byte arg1) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(int arg0, short arg1) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(int arg0, int arg1) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(int arg0, long arg1) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(int arg0, float arg1) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(int arg0, double arg1) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(int arg0, java.math.BigDecimal arg1) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(int arg0, java.lang.String arg1) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(int arg0, byte[] arg1) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(int arg0, java.sql.Date arg1) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(int arg0, java.sql.Time arg1) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(int arg0, java.sql.Timestamp arg1) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int arg0, java.io.Reader arg1, int arg2) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int arg0, java.lang.Object arg1, int arg2) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int arg0, java.lang.Object arg1) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(java.lang.String arg0) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(java.lang.String arg0, boolean arg1) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(java.lang.String arg0, byte arg1) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(java.lang.String arg0, short arg1) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(java.lang.String arg0, int arg1) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(java.lang.String arg0, long arg1) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(java.lang.String arg0, float arg1) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(java.lang.String arg0, double arg1) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(java.lang.String arg0, java.math.BigDecimal arg1) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(java.lang.String arg0, byte[] arg1) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(java.lang.String arg0, java.sql.Date arg1) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(java.lang.String arg0, java.sql.Time arg1) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(java.lang.String arg0, java.sql.Timestamp arg1) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1, int arg2) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String arg0, java.lang.Object arg1, int arg2) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String arg0, java.lang.Object arg1) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void insertRow() throws java.sql.SQLException
insertRow
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRow() throws java.sql.SQLException
updateRow
in interface java.sql.ResultSet
java.sql.SQLException
public void deleteRow() throws java.sql.SQLException
deleteRow
in interface java.sql.ResultSet
java.sql.SQLException
public void refreshRow() throws java.sql.SQLException
refreshRow
in interface java.sql.ResultSet
java.sql.SQLException
public void cancelRowUpdates() throws java.sql.SQLException
cancelRowUpdates
in interface java.sql.ResultSet
java.sql.SQLException
public void moveToInsertRow() throws java.sql.SQLException
moveToInsertRow
in interface java.sql.ResultSet
java.sql.SQLException
public void moveToCurrentRow() throws java.sql.SQLException
moveToCurrentRow
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Statement getStatement() throws java.sql.SQLException
getStatement
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int arg0, java.util.Calendar arg1) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int arg0, java.util.Calendar arg1) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int arg0, java.util.Calendar arg1) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(int arg0) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(java.lang.String arg0) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int arg0, java.util.Map arg1) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(int arg0) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Array getArray(int arg0) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(java.lang.String arg0, java.util.Map arg1) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(java.lang.String arg0) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Blob getBlob(java.lang.String arg0) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(java.lang.String arg0) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Array getArray(java.lang.String arg0) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(int arg0, java.sql.Ref arg1) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(java.lang.String arg0, java.sql.Ref arg1) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int arg0, java.sql.Blob arg1) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String arg0, java.sql.Blob arg1) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int arg0, java.sql.Clob arg1) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String arg0, java.sql.Clob arg1) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(int arg0, java.sql.Array arg1) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(java.lang.String arg0, java.sql.Array arg1) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
protected java.sql.SQLException notImplemented(java.lang.String arg0)
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.