public class EmptyResultSet extends AbstractResultSet
START_BACKEND_FETCH_BLOCK_NUM, timestampPrecision, wasNullCLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE| Constructor and Description |
|---|
EmptyResultSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
void |
clearWarnings() |
void |
close() |
int |
findColumn(String columnLabel) |
boolean |
first() |
Array |
getArray(int columnIndex) |
Array |
getArray(String columnLabel) |
InputStream |
getAsciiStream(int columnIndex) |
InputStream |
getAsciiStream(String columnLabel) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int scale) |
BigDecimal |
getBigDecimal(String columnLabel) |
BigDecimal |
getBigDecimal(String columnLabel,
int scale) |
InputStream |
getBinaryStream(int columnIndex) |
InputStream |
getBinaryStream(String columnLabel) |
Blob |
getBlob(int columnIndex) |
Blob |
getBlob(String columnLabel) |
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnLabel) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnLabel) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnLabel) |
Reader |
getCharacterStream(int columnIndex) |
Reader |
getCharacterStream(String columnLabel) |
Clob |
getClob(int columnIndex) |
Clob |
getClob(String columnLabel) |
int |
getConcurrency() |
String |
getCursorName() |
Date |
getDate(int columnIndex) |
Date |
getDate(int columnIndex,
Calendar cal) |
Date |
getDate(String columnLabel) |
Date |
getDate(String columnLabel,
Calendar cal) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnLabel) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnLabel) |
int |
getHoldability() |
int |
getInt(int columnIndex) |
int |
getInt(String columnLabel) |
long |
getLong(int columnIndex) |
long |
getLong(String columnLabel) |
ResultSetMetaData |
getMetaData() |
Reader |
getNCharacterStream(int columnIndex) |
Reader |
getNCharacterStream(String columnLabel) |
NClob |
getNClob(int columnIndex) |
NClob |
getNClob(String columnLabel) |
String |
getNString(int columnIndex) |
String |
getNString(String columnLabel) |
Object |
getObject(int columnIndex) |
<T> T |
getObject(int columnIndex,
Class<T> type) |
Object |
getObject(int columnIndex,
Map<String,Class<?>> map) |
Object |
getObject(String columnLabel) |
<T> T |
getObject(String columnLabel,
Class<T> type) |
Object |
getObject(String columnLabel,
Map<String,Class<?>> map) |
Ref |
getRef(int columnIndex) |
Ref |
getRef(String columnLabel) |
int |
getRow() |
RowId |
getRowId(int columnIndex) |
RowId |
getRowId(String columnLabel) |
short |
getShort(int columnIndex) |
short |
getShort(String columnLabel) |
SQLXML |
getSQLXML(int columnIndex) |
SQLXML |
getSQLXML(String columnLabel) |
Statement |
getStatement() |
String |
getString(int columnIndex) |
String |
getString(String columnLabel) |
Time |
getTime(int columnIndex) |
Time |
getTime(int columnIndex,
Calendar cal) |
Time |
getTime(String columnLabel) |
Time |
getTime(String columnLabel,
Calendar cal) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex,
Calendar cal) |
Timestamp |
getTimestamp(String columnLabel) |
Timestamp |
getTimestamp(String columnLabel,
Calendar cal) |
int |
getType() |
InputStream |
getUnicodeStream(int columnIndex) |
InputStream |
getUnicodeStream(String columnLabel) |
URL |
getURL(int columnIndex) |
URL |
getURL(String columnLabel) |
SQLWarning |
getWarnings() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isWrapperFor(Class<?> iface) |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
boolean |
relative(int rows) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchSize(int rows) |
<T> T |
unwrap(Class<T> iface) |
boolean |
wasNull() |
cancelRowUpdates, checkAvailability, deleteRow, getForkJoinPool, insertRow, moveToCurrentRow, moveToInsertRow, refreshRow, setFetchDirection, setTimestampPrecision, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic boolean next()
throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLExceptionpublic boolean wasNull()
throws SQLException
wasNull in interface ResultSetwasNull in class AbstractResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
SQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
SQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
SQLExceptionpublic short getShort(int columnIndex)
throws SQLException
SQLExceptionpublic int getInt(int columnIndex)
throws SQLException
SQLExceptionpublic long getLong(int columnIndex)
throws SQLException
SQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
SQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
getBigDecimal in interface ResultSetgetBigDecimal in class AbstractResultSetSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
SQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate in interface ResultSetgetDate in class AbstractResultSetSQLExceptionpublic Time getTime(int columnIndex) throws SQLException
getTime in interface ResultSetgetTime in class AbstractResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
SQLExceptionpublic InputStream getAsciiStream(int columnIndex) throws SQLException
getAsciiStream in interface ResultSetgetAsciiStream in class AbstractResultSetSQLExceptionpublic InputStream getUnicodeStream(int columnIndex) throws SQLException
getUnicodeStream in interface ResultSetgetUnicodeStream in class AbstractResultSetSQLExceptionpublic InputStream getBinaryStream(int columnIndex) throws SQLException
getBinaryStream in interface ResultSetgetBinaryStream in class AbstractResultSetSQLExceptionpublic String getString(String columnLabel) throws SQLException
getString in interface ResultSetgetString in class AbstractResultSetSQLExceptionpublic boolean getBoolean(String columnLabel) throws SQLException
getBoolean in interface ResultSetgetBoolean in class AbstractResultSetSQLExceptionpublic byte getByte(String columnLabel) throws SQLException
getByte in interface ResultSetgetByte in class AbstractResultSetSQLExceptionpublic short getShort(String columnLabel) throws SQLException
getShort in interface ResultSetgetShort in class AbstractResultSetSQLExceptionpublic int getInt(String columnLabel) throws SQLException
getInt in interface ResultSetgetInt in class AbstractResultSetSQLExceptionpublic long getLong(String columnLabel) throws SQLException
getLong in interface ResultSetgetLong in class AbstractResultSetSQLExceptionpublic float getFloat(String columnLabel) throws SQLException
getFloat in interface ResultSetgetFloat in class AbstractResultSetSQLExceptionpublic double getDouble(String columnLabel) throws SQLException
getDouble in interface ResultSetgetDouble in class AbstractResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException
getBigDecimal in interface ResultSetgetBigDecimal in class AbstractResultSetSQLExceptionpublic byte[] getBytes(String columnLabel) throws SQLException
getBytes in interface ResultSetgetBytes in class AbstractResultSetSQLExceptionpublic Date getDate(String columnLabel) throws SQLException
getDate in interface ResultSetgetDate in class AbstractResultSetSQLExceptionpublic Time getTime(String columnLabel) throws SQLException
getTime in interface ResultSetgetTime in class AbstractResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLabel) throws SQLException
getTimestamp in interface ResultSetgetTimestamp in class AbstractResultSetSQLExceptionpublic InputStream getAsciiStream(String columnLabel) throws SQLException
getAsciiStream in interface ResultSetgetAsciiStream in class AbstractResultSetSQLExceptionpublic InputStream getUnicodeStream(String columnLabel) throws SQLException
getUnicodeStream in interface ResultSetgetUnicodeStream in class AbstractResultSetSQLExceptionpublic InputStream getBinaryStream(String columnLabel) throws SQLException
getBinaryStream in interface ResultSetgetBinaryStream in class AbstractResultSetSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings in interface ResultSetgetWarnings in class AbstractResultSetSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetclearWarnings in class AbstractResultSetSQLExceptionpublic String getCursorName() throws SQLException
getCursorName in interface ResultSetgetCursorName in class AbstractResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
SQLExceptionpublic Object getObject(int columnIndex) throws SQLException
SQLExceptionpublic Object getObject(String columnLabel) throws SQLException
getObject in interface ResultSetgetObject in class AbstractResultSetSQLExceptionpublic int findColumn(String columnLabel) throws SQLException
SQLExceptionpublic Reader getCharacterStream(int columnIndex) throws SQLException
getCharacterStream in interface ResultSetgetCharacterStream in class AbstractResultSetSQLExceptionpublic Reader getCharacterStream(String columnLabel) throws SQLException
getCharacterStream in interface ResultSetgetCharacterStream in class AbstractResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(String columnLabel) throws SQLException
getBigDecimal in interface ResultSetgetBigDecimal in class AbstractResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetisBeforeFirst in class AbstractResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetisAfterLast in class AbstractResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst in interface ResultSetisFirst in class AbstractResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast in interface ResultSetisLast in class AbstractResultSetSQLExceptionpublic boolean first()
throws SQLException
first in interface ResultSetfirst in class AbstractResultSetSQLExceptionpublic boolean last()
throws SQLException
last in interface ResultSetlast in class AbstractResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow in interface ResultSetgetRow in class AbstractResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute in interface ResultSetabsolute in class AbstractResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative in interface ResultSetrelative in class AbstractResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous in interface ResultSetprevious in class AbstractResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetgetFetchDirection in class AbstractResultSetSQLExceptionpublic void setFetchSize(int rows)
throws SQLException
setFetchSize in interface ResultSetsetFetchSize in class AbstractResultSetSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetgetFetchSize in class AbstractResultSetSQLExceptionpublic int getType()
throws SQLException
getType in interface ResultSetgetType in class AbstractResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetgetConcurrency in class AbstractResultSetSQLExceptionpublic boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetrowUpdated in class AbstractResultSetSQLExceptionpublic boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetrowInserted in class AbstractResultSetSQLExceptionpublic boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetrowDeleted in class AbstractResultSetSQLExceptionpublic Statement getStatement() throws SQLException
SQLExceptionpublic Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLException
getObject in interface ResultSetgetObject in class AbstractResultSetSQLExceptionpublic Ref getRef(int columnIndex) throws SQLException
getRef in interface ResultSetgetRef in class AbstractResultSetSQLExceptionpublic Blob getBlob(int columnIndex) throws SQLException
getBlob in interface ResultSetgetBlob in class AbstractResultSetSQLExceptionpublic Clob getClob(int columnIndex) throws SQLException
getClob in interface ResultSetgetClob in class AbstractResultSetSQLExceptionpublic Array getArray(int columnIndex) throws SQLException
getArray in interface ResultSetgetArray in class AbstractResultSetSQLExceptionpublic Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException
getObject in interface ResultSetgetObject in class AbstractResultSetSQLExceptionpublic Ref getRef(String columnLabel) throws SQLException
getRef in interface ResultSetgetRef in class AbstractResultSetSQLExceptionpublic Blob getBlob(String columnLabel) throws SQLException
getBlob in interface ResultSetgetBlob in class AbstractResultSetSQLExceptionpublic Clob getClob(String columnLabel) throws SQLException
getClob in interface ResultSetgetClob in class AbstractResultSetSQLExceptionpublic Array getArray(String columnLabel) throws SQLException
getArray in interface ResultSetgetArray in class AbstractResultSetSQLExceptionpublic Date getDate(int columnIndex, Calendar cal) throws SQLException
getDate in interface ResultSetgetDate in class AbstractResultSetSQLExceptionpublic Date getDate(String columnLabel, Calendar cal) throws SQLException
getDate in interface ResultSetgetDate in class AbstractResultSetSQLExceptionpublic Time getTime(int columnIndex, Calendar cal) throws SQLException
getTime in interface ResultSetgetTime in class AbstractResultSetSQLExceptionpublic Time getTime(String columnLabel, Calendar cal) throws SQLException
getTime in interface ResultSetgetTime in class AbstractResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(String columnLabel, Calendar cal) throws SQLException
getTimestamp in interface ResultSetgetTimestamp in class AbstractResultSetSQLExceptionpublic URL getURL(int columnIndex) throws SQLException
getURL in interface ResultSetgetURL in class AbstractResultSetSQLExceptionpublic URL getURL(String columnLabel) throws SQLException
getURL in interface ResultSetgetURL in class AbstractResultSetSQLExceptionpublic RowId getRowId(int columnIndex) throws SQLException
getRowId in interface ResultSetgetRowId in class AbstractResultSetSQLExceptionpublic RowId getRowId(String columnLabel) throws SQLException
getRowId in interface ResultSetgetRowId in class AbstractResultSetSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability in interface ResultSetgetHoldability in class AbstractResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
SQLExceptionpublic NClob getNClob(int columnIndex) throws SQLException
getNClob in interface ResultSetgetNClob in class AbstractResultSetSQLExceptionpublic NClob getNClob(String columnLabel) throws SQLException
getNClob in interface ResultSetgetNClob in class AbstractResultSetSQLExceptionpublic SQLXML getSQLXML(int columnIndex) throws SQLException
getSQLXML in interface ResultSetgetSQLXML in class AbstractResultSetSQLExceptionpublic SQLXML getSQLXML(String columnLabel) throws SQLException
getSQLXML in interface ResultSetgetSQLXML in class AbstractResultSetSQLExceptionpublic String getNString(int columnIndex) throws SQLException
SQLExceptionpublic String getNString(String columnLabel) throws SQLException
getNString in interface ResultSetgetNString in class AbstractResultSetSQLExceptionpublic Reader getNCharacterStream(int columnIndex) throws SQLException
getNCharacterStream in interface ResultSetgetNCharacterStream in class AbstractResultSetSQLExceptionpublic Reader getNCharacterStream(String columnLabel) throws SQLException
getNCharacterStream in interface ResultSetgetNCharacterStream in class AbstractResultSetSQLExceptionpublic <T> T getObject(int columnIndex,
Class<T> type)
throws SQLException
getObject in interface ResultSetgetObject in class AbstractResultSetSQLExceptionpublic <T> T getObject(String columnLabel, Class<T> type) throws SQLException
getObject in interface ResultSetgetObject in class AbstractResultSetSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface Wrapperunwrap in class WrapperImplSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperisWrapperFor in class WrapperImplSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetbeforeFirst in class AbstractResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast in interface ResultSetafterLast in class AbstractResultSetSQLExceptionCopyright © 2026. All rights reserved.