public class RestrictedTableVTI
extends org.apache.derby.vti.VTITemplate
implements org.apache.derby.vti.RestrictedVTI
This class contains a table function which can be used to read data from a Derby table.
Modifier and Type | Field and Description |
---|---|
private java.lang.String[] |
_columnNames |
private int[] |
_columnNumberMap |
private java.sql.Connection |
_connection |
private static java.lang.String |
_lastQuery |
private java.sql.PreparedStatement |
_preparedStatement |
private org.apache.derby.vti.Restriction |
_restriction |
private java.sql.ResultSet |
_resultSet |
private java.lang.String |
_schemaName |
private java.lang.String |
_tableName |
Modifier | Constructor and Description |
---|---|
protected |
RestrictedTableVTI(java.lang.String schemaName,
java.lang.String tableName) |
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int arg0) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
private static java.lang.String |
doubleQuote(java.lang.String text) |
int |
findColumn(java.lang.String arg0) |
boolean |
first() |
java.sql.Array |
getArray(int arg0) |
java.sql.Array |
getArray(java.lang.String arg0) |
java.io.InputStream |
getAsciiStream(int i) |
java.io.InputStream |
getAsciiStream(java.lang.String arg0) |
java.math.BigDecimal |
getBigDecimal(int i) |
java.math.BigDecimal |
getBigDecimal(int i,
int scale) |
java.io.InputStream |
getBinaryStream(int i) |
java.io.InputStream |
getBinaryStream(java.lang.String arg0) |
java.sql.Blob |
getBlob(int i) |
java.sql.Blob |
getBlob(java.lang.String arg0) |
boolean |
getBoolean(int i) |
byte |
getByte(int i) |
byte[] |
getBytes(int i) |
java.io.Reader |
getCharacterStream(int i) |
java.io.Reader |
getCharacterStream(java.lang.String arg0) |
java.sql.Clob |
getClob(int i) |
java.sql.Clob |
getClob(java.lang.String arg0) |
int |
getConcurrency() |
java.lang.String |
getCursorName() |
java.sql.Date |
getDate(int i) |
java.sql.Date |
getDate(int i,
java.util.Calendar cal) |
java.sql.Date |
getDate(java.lang.String arg0,
java.util.Calendar arg1) |
private static java.sql.Connection |
getDerbyConnection() |
double |
getDouble(int i) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int i) |
int |
getInt(int i) |
static java.lang.String |
getLastQuery()
Scalar function to retrieve the last query generated by this machinery.
|
long |
getLong(int i) |
java.sql.ResultSetMetaData |
getMetaData() |
java.lang.Object |
getObject(int i) |
java.lang.Object |
getObject(int arg0,
java.util.Map arg1) |
java.lang.Object |
getObject(java.lang.String arg0,
java.util.Map arg1) |
java.sql.Ref |
getRef(int arg0) |
java.sql.Ref |
getRef(java.lang.String arg0) |
int |
getRow() |
short |
getShort(int i) |
java.sql.Statement |
getStatement() |
java.lang.String |
getString(int i) |
java.sql.Time |
getTime(int i) |
java.sql.Time |
getTime(int i,
java.util.Calendar cal) |
java.sql.Time |
getTime(java.lang.String arg0,
java.util.Calendar arg1) |
java.sql.Timestamp |
getTimestamp(int i) |
java.sql.Timestamp |
getTimestamp(int i,
java.util.Calendar cal) |
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() |
void |
initScan(java.lang.String[] columnNames,
org.apache.derby.vti.Restriction restriction) |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
private java.lang.String |
makeQuery()
Build the query which will be sent to the nested connection.
|
private int |
mapColumnNumber(int derbyNumber)
Map a 1-based Derby column number to a 1-based column number in the
query.
|
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
protected java.sql.SQLException |
notImplemented(java.lang.String arg0) |
private static java.sql.PreparedStatement |
prepareStatement(java.sql.Connection conn,
java.lang.String text) |
boolean |
previous() |
static RestrictedTableVTI |
readTable(java.lang.String schemaName,
java.lang.String tableName)
Table function to read a table in Derby.
|
void |
refreshRow() |
boolean |
relative(int arg0) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int arg0) |
void |
setFetchSize(int arg0) |
private static java.lang.String |
singleQuote(java.lang.String text) |
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) |
boolean |
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, 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
private java.lang.String _schemaName
private java.lang.String _tableName
private java.sql.Connection _connection
private java.lang.String[] _columnNames
private org.apache.derby.vti.Restriction _restriction
private int[] _columnNumberMap
private java.sql.PreparedStatement _preparedStatement
private java.sql.ResultSet _resultSet
private static java.lang.String _lastQuery
protected RestrictedTableVTI(java.lang.String schemaName, java.lang.String tableName) throws java.lang.Exception
java.lang.Exception
public static RestrictedTableVTI readTable(java.lang.String schemaName, java.lang.String tableName) throws java.lang.Exception
Table function to read a table in Derby.
java.lang.Exception
public static java.lang.String getLastQuery()
Scalar function to retrieve the last query generated by this machinery.
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
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 boolean isClosed()
isClosed
in interface java.sql.ResultSet
public boolean wasNull() throws java.sql.SQLException
wasNull
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
getMetaData
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(int i) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int i) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int i, int scale) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getBinaryStream(int i) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Blob getBlob(int i) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public boolean getBoolean(int i) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public byte getByte(int i) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public byte[] getBytes(int i) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getCharacterStream(int i) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(int i) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int i) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int i, java.util.Calendar cal) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public double getDouble(int i) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
java.sql.SQLException
public float getFloat(int i) throws java.sql.SQLException
getFloat
in interface java.sql.ResultSet
java.sql.SQLException
public int getInt(int i) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public long getLong(int i) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int i) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public short getShort(int i) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getString(int i) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int i) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int i, java.util.Calendar cal) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int i) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int i, java.util.Calendar cal) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public void initScan(java.lang.String[] columnNames, org.apache.derby.vti.Restriction restriction) throws java.sql.SQLException
initScan
in interface org.apache.derby.vti.RestrictedVTI
java.sql.SQLException
private static java.sql.Connection getDerbyConnection() throws java.sql.SQLException
java.sql.SQLException
private java.lang.String makeQuery()
Build the query which will be sent to the nested connection.
private static java.lang.String doubleQuote(java.lang.String text)
private static java.lang.String singleQuote(java.lang.String text)
private static java.sql.PreparedStatement prepareStatement(java.sql.Connection conn, java.lang.String text) throws java.sql.SQLException
java.sql.SQLException
private int mapColumnNumber(int derbyNumber)
Map a 1-based Derby column number to a 1-based column number in the query.
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 int findColumn(java.lang.String arg0) throws java.sql.SQLException
findColumn
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(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(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(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.