Class AbstractUnsupportedOperationResultSet
java.lang.Object
org.apache.shardingsphere.sqlfederation.advanced.resultset.WrapperAdapter
org.apache.shardingsphere.sqlfederation.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
org.apache.shardingsphere.sqlfederation.advanced.resultset.AbstractUnsupportedOperationResultSet
- All Implemented Interfaces:
AutoCloseable,ResultSet,Wrapper
- Direct Known Subclasses:
SQLFederationResultSet
public abstract class AbstractUnsupportedOperationResultSet
extends AbstractUnsupportedUpdateOperationResultSet
Unsupported
ResultSet methods.-
Field Summary
Fields inherited from interface java.sql.ResultSet
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabsolute(int row) voidvoidfinal voidfinal voidbooleanfirst()final Stringfinal intfinal ReadergetNCharacterStream(int columnIndex) final ReadergetNCharacterStream(String columnLabel) final NClobgetNClob(int columnIndex) final NClob<T> Tfinal Object<T> Tfinal Objectfinal RefgetRef(int columnIndex) final RefintgetRow()final RowIdgetRowId(int columnIndex) final RowIdfinal voidbooleanbooleanbooleanisFirst()booleanisLast()booleanlast()final voidfinal voidbooleanprevious()final voidbooleanrelative(int rows) final booleanfinal booleanfinal booleanfinal voidMethods inherited from class org.apache.shardingsphere.sqlfederation.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
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, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampMethods inherited from class org.apache.shardingsphere.sqlfederation.advanced.resultset.WrapperAdapter
isWrapperFor, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.ResultSet
clearWarnings, close, findColumn, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getNString, getNString, getObject, getObject, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isClosed, next, setFetchDirection, setFetchSize, updateObject, updateObject, updateObject, updateObject, wasNullMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
AbstractUnsupportedOperationResultSet
public AbstractUnsupportedOperationResultSet()
-
-
Method Details
-
previous
- Throws:
SQLException
-
isBeforeFirst
- Throws:
SQLException
-
isAfterLast
- Throws:
SQLException
-
isFirst
- Throws:
SQLException
-
isLast
- Throws:
SQLException
-
beforeFirst
- Throws:
SQLException
-
afterLast
- Throws:
SQLException
-
first
- Throws:
SQLException
-
last
- Throws:
SQLException
-
absolute
- Throws:
SQLException
-
relative
- Throws:
SQLException
-
getRow
- Throws:
SQLException
-
insertRow
- Throws:
SQLException
-
updateRow
- Throws:
SQLException
-
deleteRow
- Throws:
SQLException
-
refreshRow
- Throws:
SQLException
-
cancelRowUpdates
- Throws:
SQLException
-
moveToInsertRow
- Throws:
SQLException
-
moveToCurrentRow
- Throws:
SQLException
-
rowInserted
- Throws:
SQLException
-
rowUpdated
- Throws:
SQLException
-
rowDeleted
- Throws:
SQLException
-
getCursorName
- Throws:
SQLException
-
getHoldability
- Throws:
SQLException
-
getNClob
- Throws:
SQLException
-
getNClob
- Throws:
SQLException
-
getNCharacterStream
- Throws:
SQLException
-
getNCharacterStream
- Throws:
SQLException
-
getRef
- Throws:
SQLException
-
getRef
- Throws:
SQLException
-
getRowId
- Throws:
SQLException
-
getRowId
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-