public abstract class FilterResultSet
extends java.lang.Object
implements java.sql.ResultSet
Modifier and Type | Field and Description |
---|---|
protected java.sql.ResultSet |
inner |
Constructor and Description |
---|
FilterResultSet() |
FilterResultSet(java.sql.ResultSet inner) |
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int a) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
int |
findColumn(java.lang.String a) |
boolean |
first() |
java.sql.Array |
getArray(int a) |
java.sql.Array |
getArray(java.lang.String a) |
java.io.InputStream |
getAsciiStream(int a) |
java.io.InputStream |
getAsciiStream(java.lang.String a) |
java.math.BigDecimal |
getBigDecimal(int a) |
java.math.BigDecimal |
getBigDecimal(int a,
int b) |
java.math.BigDecimal |
getBigDecimal(java.lang.String a) |
java.math.BigDecimal |
getBigDecimal(java.lang.String a,
int b) |
java.io.InputStream |
getBinaryStream(int a) |
java.io.InputStream |
getBinaryStream(java.lang.String a) |
java.sql.Blob |
getBlob(int a) |
java.sql.Blob |
getBlob(java.lang.String a) |
boolean |
getBoolean(int a) |
boolean |
getBoolean(java.lang.String a) |
byte |
getByte(int a) |
byte |
getByte(java.lang.String a) |
byte[] |
getBytes(int a) |
byte[] |
getBytes(java.lang.String a) |
java.io.Reader |
getCharacterStream(int a) |
java.io.Reader |
getCharacterStream(java.lang.String a) |
java.sql.Clob |
getClob(int a) |
java.sql.Clob |
getClob(java.lang.String a) |
int |
getConcurrency() |
java.lang.String |
getCursorName() |
java.sql.Date |
getDate(int a) |
java.sql.Date |
getDate(int a,
java.util.Calendar b) |
java.sql.Date |
getDate(java.lang.String a) |
java.sql.Date |
getDate(java.lang.String a,
java.util.Calendar b) |
double |
getDouble(int a) |
double |
getDouble(java.lang.String a) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int a) |
float |
getFloat(java.lang.String a) |
java.sql.ResultSet |
getInner() |
int |
getInt(int a) |
int |
getInt(java.lang.String a) |
long |
getLong(int a) |
long |
getLong(java.lang.String a) |
java.sql.ResultSetMetaData |
getMetaData() |
java.lang.Object |
getObject(int a) |
java.lang.Object |
getObject(int a,
java.util.Map b) |
java.lang.Object |
getObject(java.lang.String a) |
java.lang.Object |
getObject(java.lang.String a,
java.util.Map b) |
java.sql.Ref |
getRef(int a) |
java.sql.Ref |
getRef(java.lang.String a) |
int |
getRow() |
short |
getShort(int a) |
short |
getShort(java.lang.String a) |
java.sql.Statement |
getStatement() |
java.lang.String |
getString(int a) |
java.lang.String |
getString(java.lang.String a) |
java.sql.Time |
getTime(int a) |
java.sql.Time |
getTime(int a,
java.util.Calendar b) |
java.sql.Time |
getTime(java.lang.String a) |
java.sql.Time |
getTime(java.lang.String a,
java.util.Calendar b) |
java.sql.Timestamp |
getTimestamp(int a) |
java.sql.Timestamp |
getTimestamp(int a,
java.util.Calendar b) |
java.sql.Timestamp |
getTimestamp(java.lang.String a) |
java.sql.Timestamp |
getTimestamp(java.lang.String a,
java.util.Calendar b) |
int |
getType() |
java.io.InputStream |
getUnicodeStream(int a) |
java.io.InputStream |
getUnicodeStream(java.lang.String a) |
java.net.URL |
getURL(int a) |
java.net.URL |
getURL(java.lang.String a) |
java.sql.SQLWarning |
getWarnings() |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int a) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int a) |
void |
setFetchSize(int a) |
void |
setInner(java.sql.ResultSet inner) |
void |
updateArray(int a,
java.sql.Array b) |
void |
updateArray(java.lang.String a,
java.sql.Array b) |
void |
updateAsciiStream(int a,
java.io.InputStream b,
int c) |
void |
updateAsciiStream(java.lang.String a,
java.io.InputStream b,
int c) |
void |
updateBigDecimal(int a,
java.math.BigDecimal b) |
void |
updateBigDecimal(java.lang.String a,
java.math.BigDecimal b) |
void |
updateBinaryStream(int a,
java.io.InputStream b,
int c) |
void |
updateBinaryStream(java.lang.String a,
java.io.InputStream b,
int c) |
void |
updateBlob(int a,
java.sql.Blob b) |
void |
updateBlob(java.lang.String a,
java.sql.Blob b) |
void |
updateBoolean(int a,
boolean b) |
void |
updateBoolean(java.lang.String a,
boolean b) |
void |
updateByte(int a,
byte b) |
void |
updateByte(java.lang.String a,
byte b) |
void |
updateBytes(int a,
byte[] b) |
void |
updateBytes(java.lang.String a,
byte[] b) |
void |
updateCharacterStream(int a,
java.io.Reader b,
int c) |
void |
updateCharacterStream(java.lang.String a,
java.io.Reader b,
int c) |
void |
updateClob(int a,
java.sql.Clob b) |
void |
updateClob(java.lang.String a,
java.sql.Clob b) |
void |
updateDate(int a,
java.sql.Date b) |
void |
updateDate(java.lang.String a,
java.sql.Date b) |
void |
updateDouble(int a,
double b) |
void |
updateDouble(java.lang.String a,
double b) |
void |
updateFloat(int a,
float b) |
void |
updateFloat(java.lang.String a,
float b) |
void |
updateInt(int a,
int b) |
void |
updateInt(java.lang.String a,
int b) |
void |
updateLong(int a,
long b) |
void |
updateLong(java.lang.String a,
long b) |
void |
updateNull(int a) |
void |
updateNull(java.lang.String a) |
void |
updateObject(int a,
java.lang.Object b) |
void |
updateObject(int a,
java.lang.Object b,
int c) |
void |
updateObject(java.lang.String a,
java.lang.Object b) |
void |
updateObject(java.lang.String a,
java.lang.Object b,
int c) |
void |
updateRef(int a,
java.sql.Ref b) |
void |
updateRef(java.lang.String a,
java.sql.Ref b) |
void |
updateRow() |
void |
updateShort(int a,
short b) |
void |
updateShort(java.lang.String a,
short b) |
void |
updateString(int a,
java.lang.String b) |
void |
updateString(java.lang.String a,
java.lang.String b) |
void |
updateTime(int a,
java.sql.Time b) |
void |
updateTime(java.lang.String a,
java.sql.Time b) |
void |
updateTimestamp(int a,
java.sql.Timestamp b) |
void |
updateTimestamp(java.lang.String a,
java.sql.Timestamp b) |
boolean |
wasNull() |
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 FilterResultSet(java.sql.ResultSet inner)
public FilterResultSet()
public void setInner(java.sql.ResultSet inner)
public java.sql.ResultSet getInner()
public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
getMetaData
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 boolean wasNull() throws java.sql.SQLException
wasNull
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int a) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String a, int b) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int a, int b) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String a) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int a) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String a) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int a, java.util.Calendar b) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String a, java.util.Calendar b) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(java.lang.String a) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(int a) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getUnicodeStream(java.lang.String a) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getUnicodeStream(int a) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getBinaryStream(int a) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getBinaryStream(java.lang.String a) throws java.sql.SQLException
getBinaryStream
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.io.Reader getCharacterStream(int a) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String a) 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 absolute(int a) throws java.sql.SQLException
absolute
in interface java.sql.ResultSet
java.sql.SQLException
public void setFetchDirection(int a) 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 a) 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 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 a) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(java.lang.String a) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(int a, boolean b) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(java.lang.String a, boolean b) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(int a, byte b) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(java.lang.String a, byte b) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(int a, short b) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(java.lang.String a, short b) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(java.lang.String a, int b) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(int a, int b) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(int a, long b) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(java.lang.String a, long b) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(java.lang.String a, float b) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(int a, float b) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(java.lang.String a, double b) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(int a, double b) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(int a, java.math.BigDecimal b) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(java.lang.String a, java.math.BigDecimal b) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(java.lang.String a, java.lang.String b) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(int a, java.lang.String b) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(int a, byte[] b) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(java.lang.String a, byte[] b) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(java.lang.String a, java.sql.Date b) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(int a, java.sql.Date b) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(int a, java.sql.Timestamp b) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(java.lang.String a, java.sql.Timestamp b) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String a, java.io.InputStream b, int c) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int a, java.io.InputStream b, int c) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int a, java.io.InputStream b, int c) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String a, java.io.InputStream b, int c) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int a, java.io.Reader b, int c) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String a, java.io.Reader b, int c) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String a, java.lang.Object b) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int a, java.lang.Object b) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int a, java.lang.Object b, int c) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String a, java.lang.Object b, int c) 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.Blob getBlob(java.lang.String a) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Blob getBlob(int a) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(java.lang.String a) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(int a) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(java.lang.String a, java.sql.Ref b) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(int a, java.sql.Ref b) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String a, java.sql.Blob b) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int a, java.sql.Blob b) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int a, java.sql.Clob b) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String a, java.sql.Clob b) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(java.lang.String a, java.sql.Array b) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(int a, java.sql.Array b) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int a) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(java.lang.String a, java.util.Map b) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(java.lang.String a) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int a, java.util.Map b) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public boolean getBoolean(int a) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public boolean getBoolean(java.lang.String a) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public byte getByte(java.lang.String a) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public byte getByte(int a) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public short getShort(java.lang.String a) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public short getShort(int a) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public int getInt(java.lang.String a) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public int getInt(int a) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public long getLong(int a) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public long getLong(java.lang.String a) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public float getFloat(java.lang.String a) throws java.sql.SQLException
getFloat
in interface java.sql.ResultSet
java.sql.SQLException
public float getFloat(int a) throws java.sql.SQLException
getFloat
in interface java.sql.ResultSet
java.sql.SQLException
public double getDouble(int a) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
java.sql.SQLException
public double getDouble(java.lang.String a) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
java.sql.SQLException
public byte[] getBytes(java.lang.String a) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public byte[] getBytes(int a) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public boolean next() throws java.sql.SQLException
next
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(int a) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(java.lang.String a) throws java.sql.SQLException
getURL
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 boolean previous() throws java.sql.SQLException
previous
in interface java.sql.ResultSet
java.sql.SQLException
public void close() throws java.sql.SQLException
close
in interface java.lang.AutoCloseable
close
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getString(java.lang.String a) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getString(int a) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(java.lang.String a) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(int a) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int a, java.util.Calendar b) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(java.lang.String a) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int a) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(java.lang.String a, java.util.Calendar b) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(java.lang.String a) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int a) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int a, java.util.Calendar b) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(java.lang.String a, java.util.Calendar b) throws java.sql.SQLException
getDate
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 java.sql.Array getArray(java.lang.String a) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Array getArray(int a) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public boolean relative(int a) throws java.sql.SQLException
relative
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(java.lang.String a, java.sql.Time b) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(int a, java.sql.Time b) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public int findColumn(java.lang.String a) throws java.sql.SQLException
findColumn
in interface java.sql.ResultSet
java.sql.SQLException
public int getRow() throws java.sql.SQLException
getRow
in interface java.sql.ResultSet
java.sql.SQLException