public final class DatabaseMetaDataResultSet extends AbstractUnsupportedDatabaseMetaDataResultSet
CLOSE_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 |
|---|
DatabaseMetaDataResultSet(ResultSet resultSet,
Collection<org.apache.shardingsphere.infra.rule.ShardingSphereRule> rules) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
findColumn(String columnLabel) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int scale) |
BigDecimal |
getBigDecimal(String columnLabel) |
BigDecimal |
getBigDecimal(String columnLabel,
int scale) |
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnLabel) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnLabel) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnLabel) |
int |
getConcurrency() |
Date |
getDate(int columnIndex) |
Date |
getDate(String columnLabel) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnLabel) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnLabel) |
int |
getInt(int columnIndex) |
int |
getInt(String columnLabel) |
long |
getLong(int columnIndex) |
long |
getLong(String columnLabel) |
ResultSetMetaData |
getMetaData() |
String |
getNString(int columnIndex) |
String |
getNString(String columnLabel) |
Object |
getObject(int columnIndex) |
Object |
getObject(String columnLabel) |
short |
getShort(int columnIndex) |
short |
getShort(String columnLabel) |
String |
getString(int columnIndex) |
String |
getString(String columnLabel) |
Time |
getTime(int columnIndex) |
Time |
getTime(String columnLabel) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(String columnLabel) |
int |
getType() |
URL |
getURL(int columnIndex) |
URL |
getURL(String columnLabel) |
boolean |
isClosed() |
boolean |
next() |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
boolean |
wasNull() |
clearWarnings, getArray, getArray, getAsciiStream, getAsciiStream, getBinaryStream, getBinaryStream, getBlob, getBlob, getCharacterStream, getCharacterStream, getClob, getClob, getDate, getDate, getSQLXML, getSQLXML, getStatement, getTime, getTime, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, getWarningsabsolute, afterLast, beforeFirst, cancelRowUpdates, deleteRow, first, getCursorName, getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, updateRowupdateArray, 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, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampisWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectisWrapperFor, unwrappublic DatabaseMetaDataResultSet(ResultSet resultSet, Collection<org.apache.shardingsphere.infra.rule.ShardingSphereRule> rules) throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLExceptionpublic boolean wasNull()
throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(String columnLabel) throws SQLException
SQLExceptionpublic String getString(int columnIndex) throws SQLException
SQLExceptionpublic String getString(String columnLabel) throws SQLException
SQLExceptionpublic String getNString(int columnIndex) throws SQLException
SQLExceptionpublic String getNString(String columnLabel) throws SQLException
SQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
SQLExceptionpublic boolean getBoolean(String columnLabel) throws SQLException
SQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
SQLExceptionpublic byte getByte(String columnLabel) throws SQLException
SQLExceptionpublic short getShort(int columnIndex)
throws SQLException
SQLExceptionpublic short getShort(String columnLabel) throws SQLException
SQLExceptionpublic int getInt(int columnIndex)
throws SQLException
SQLExceptionpublic int getInt(String columnLabel) throws SQLException
SQLExceptionpublic long getLong(int columnIndex)
throws SQLException
SQLExceptionpublic long getLong(String columnLabel) throws SQLException
SQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
SQLExceptionpublic float getFloat(String columnLabel) throws SQLException
SQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
SQLExceptionpublic double getDouble(String columnLabel) throws SQLException
SQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
SQLExceptionpublic byte[] getBytes(String columnLabel) throws SQLException
SQLExceptionpublic Date getDate(int columnIndex) throws SQLException
SQLExceptionpublic Date getDate(String columnLabel) throws SQLException
SQLExceptionpublic Time getTime(int columnIndex) throws SQLException
SQLExceptionpublic Time getTime(String columnLabel) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(String columnLabel) throws SQLException
SQLExceptionpublic URL getURL(int columnIndex) throws SQLException
SQLExceptionpublic URL getURL(String columnLabel) throws SQLException
SQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
SQLExceptionpublic Object getObject(int columnIndex) throws SQLException
SQLExceptionpublic Object getObject(String columnLabel) throws SQLException
SQLExceptionpublic int findColumn(String columnLabel) throws SQLException
SQLExceptionpublic int getType()
throws SQLException
SQLExceptionpublic int getConcurrency()
throws SQLException
SQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
SQLExceptionpublic int getFetchDirection()
throws SQLException
SQLExceptionpublic int getFetchSize()
throws SQLException
SQLExceptionpublic void setFetchSize(int rows)
throws SQLException
SQLExceptionpublic boolean isClosed()
Copyright © 2022 The Apache Software Foundation. All rights reserved.