Class AbstractUnsupportedUpdateOperationResultSet
java.lang.Object
org.apache.shardingsphere.sqlfederation.advanced.resultset.WrapperAdapter
org.apache.shardingsphere.sqlfederation.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
- All Implemented Interfaces:
AutoCloseable,ResultSet,Wrapper
- Direct Known Subclasses:
AbstractUnsupportedOperationResultSet
public abstract class AbstractUnsupportedUpdateOperationResultSet
extends WrapperAdapter
implements ResultSet
Unsupported
ResultSet update 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 TypeMethodDescriptionfinal voidupdateArray(int columnIndex, Array x) final voidupdateArray(String columnLabel, Array x) final voidupdateAsciiStream(int columnIndex, InputStream inputStream) final voidupdateAsciiStream(int columnIndex, InputStream x, int length) final voidupdateAsciiStream(int columnIndex, InputStream inputStream, long length) final voidupdateAsciiStream(String columnLabel, InputStream inputStream) final voidupdateAsciiStream(String columnLabel, InputStream x, int length) final voidupdateAsciiStream(String columnLabel, InputStream inputStream, long length) final voidupdateBigDecimal(int columnIndex, BigDecimal x) final voidupdateBigDecimal(String columnLabel, BigDecimal x) final voidupdateBinaryStream(int columnIndex, InputStream x) final voidupdateBinaryStream(int columnIndex, InputStream x, int length) final voidupdateBinaryStream(int columnIndex, InputStream x, long length) final voidupdateBinaryStream(String columnLabel, InputStream x) final voidupdateBinaryStream(String columnLabel, InputStream x, int length) final voidupdateBinaryStream(String columnLabel, InputStream x, long length) final voidupdateBlob(int columnIndex, InputStream inputStream) final voidupdateBlob(int columnIndex, InputStream inputStream, long length) final voidupdateBlob(int columnIndex, Blob x) final voidupdateBlob(String columnLabel, InputStream inputStream) final voidupdateBlob(String columnLabel, InputStream inputStream, long length) final voidupdateBlob(String columnLabel, Blob x) final voidupdateBoolean(int columnIndex, boolean x) final voidupdateBoolean(String columnLabel, boolean x) final voidupdateByte(int columnIndex, byte x) final voidupdateByte(String columnLabel, byte x) final voidupdateBytes(int columnIndex, byte[] x) final voidupdateBytes(String columnLabel, byte[] x) final voidupdateCharacterStream(int columnIndex, Reader x) final voidupdateCharacterStream(int columnIndex, Reader x, int length) final voidupdateCharacterStream(int columnIndex, Reader x, long length) final voidupdateCharacterStream(String columnLabel, Reader x) final voidupdateCharacterStream(String columnLabel, Reader reader, int length) final voidupdateCharacterStream(String columnLabel, Reader reader, long length) final voidupdateClob(int columnIndex, Reader reader) final voidupdateClob(int columnIndex, Reader reader, long length) final voidupdateClob(int columnIndex, Clob x) final voidupdateClob(String columnLabel, Reader reader) final voidupdateClob(String columnLabel, Reader reader, long length) final voidupdateClob(String columnLabel, Clob x) final voidupdateDate(int columnIndex, Date x) final voidupdateDate(String columnLabel, Date x) final voidupdateDouble(int columnIndex, double x) final voidupdateDouble(String columnLabel, double x) final voidupdateFloat(int columnIndex, float x) final voidupdateFloat(String columnLabel, float x) final voidupdateInt(int columnIndex, int x) final voidfinal voidupdateLong(int columnIndex, long x) final voidupdateLong(String columnLabel, long x) final voidupdateNCharacterStream(int columnIndex, Reader x) final voidupdateNCharacterStream(int columnIndex, Reader x, long length) final voidupdateNCharacterStream(String columnLabel, Reader x) final voidupdateNCharacterStream(String columnLabel, Reader x, long length) final voidupdateNClob(int columnIndex, Reader reader) final voidupdateNClob(int columnIndex, Reader reader, long length) final voidupdateNClob(int columnIndex, NClob nClob) final voidupdateNClob(String columnLabel, Reader reader) final voidupdateNClob(String columnLabel, Reader reader, long length) final voidupdateNClob(String columnLabel, NClob nClob) final voidupdateNString(int columnIndex, String nString) final voidupdateNString(String columnLabel, String nString) final voidupdateNull(int columnIndex) final voidupdateNull(String columnLabel) final voidupdateObject(int columnIndex, Object x) final voidupdateObject(int columnIndex, Object x, int scaleOrLength) final voidupdateObject(String columnLabel, Object x) final voidupdateObject(String columnLabel, Object x, int scaleOrLength) final voidfinal voidfinal voidupdateRowId(int columnIndex, RowId x) final voidupdateRowId(String columnLabel, RowId x) final voidupdateShort(int columnIndex, short x) final voidupdateShort(String columnLabel, short x) final voidupdateSQLXML(int columnIndex, SQLXML xmlObject) final voidupdateSQLXML(String columnLabel, SQLXML xmlObject) final voidupdateString(int columnIndex, String x) final voidupdateString(String columnLabel, String x) final voidupdateTime(int columnIndex, Time x) final voidupdateTime(String columnLabel, Time x) final voidupdateTimestamp(int columnIndex, Timestamp x) final voidupdateTimestamp(String columnLabel, Timestamp x) Methods 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
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateObject, updateObject, updateObject, updateObject, updateRow, wasNullMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
AbstractUnsupportedUpdateOperationResultSet
public AbstractUnsupportedUpdateOperationResultSet()
-
-
Method Details
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public final void updateAsciiStream(String columnLabel, InputStream inputStream) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public final void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public final void updateAsciiStream(int columnIndex, InputStream inputStream, long length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public final void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public final void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public final void updateBinaryStream(String columnLabel, InputStream x, int length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public final void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public final void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public final void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public final void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public final void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException - Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public final void updateNCharacterStream(String columnLabel, Reader x, long length) throws SQLException - Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public final void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public final void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-