Uses of Class
com.imsl.io.AbstractFlatFile.FlatFileSQLFeatureNotSupportedException
Packages that use AbstractFlatFile.FlatFileSQLFeatureNotSupportedException
-
Uses of AbstractFlatFile.FlatFileSQLFeatureNotSupportedException in com.imsl.io
Methods in com.imsl.io that throw AbstractFlatFile.FlatFileSQLFeatureNotSupportedExceptionModifier and TypeMethodDescriptionbooleanAbstractFlatFile.absolute(int row) Moves the cursor to the given row number in thisResultSetobject.voidAbstractFlatFile.afterLast()Moves the cursor to the end of thisResultSetobject, just after the last row.voidAbstractFlatFile.beforeFirst()Moves the cursor to the front of thisResultSetobject, just before the first row.voidAbstractFlatFile.cancelRowUpdates()Cancels the updates made to the current row in thisResultSetobject.voidAbstractFlatFile.deleteRow()Deletes the current row from thisResultSetobject and from the underlying database.booleanAbstractFlatFile.first()Moves the cursor to the first row in thisResultSetobject.AbstractFlatFile.getArray(int columnIndex) Deprecated.AbstractFlatFile.getCursorName()Gets the name of the SQL cursor used by thisResultSetobject.intFlatFile.getHoldability()Retrieves the holdability of thisResultSetobject.FlatFile.getNCharacterStream(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.io.Readerobject.FlatFile.getNClob(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSetobject as aNClobobject in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetobject as aNClobobject in the Java programming language.FlatFile.getNString(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSetobject as aStringin the Java programming language.FlatFile.getNString(String columnLabel) Retrieves the value of the designated column in the current row of thisResultSetobject as aStringin the Java programming language.<T> TReturns the value of the designated column in the current row of thisResultSetobject converted to the requested data type in the Java programming language.Returns the value of the designated column in the current row of thisResultSetobject as anObjectin the Java programming language.<T> TReturns the value of the designated column in the current row of thisResultSetobject converted to the requested data type in the Java programming language.Returns the value of the designated column in the current row of thisResultSetobject as anObjectin the Java programming language.AbstractFlatFile.getRef(int columnIndex) Returns the value of the designated column in the current row of thisResultSetobject as aRefobject in the Java programming language.Returns the value of the designated column in the current row of thisResultSetobject as aRefobject in the Java programming language.FlatFile.getRowId(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.sql.RowIdobject in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.sql.RowIdobject in the Java programming language.FlatFile.getSQLXML(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSetas ajava.sql.SQLXMLobject in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetas ajava.sql.SQLXMLobject in the Java programming language.voidAbstractFlatFile.insertRow()Inserts the contents of the insert row into thisResultSetobject and into the database.booleanFlatFile.isClosed()Retrieves whether thisResultSetobject has been closed.booleanAbstractFlatFile.last()Moves the cursor to the last row in thisResultSetobject.voidAbstractFlatFile.moveToCurrentRow()Moves the cursor to the remembered cursor position, usually the current row.voidAbstractFlatFile.moveToInsertRow()Moves the cursor to the insert row.booleanAbstractFlatFile.previous()Moves the cursor to the previous row in thisResultSetobject.voidAbstractFlatFile.refreshRow()Refreshes the current row with its most recent value in the database.booleanAbstractFlatFile.relative(int rows) Moves the cursor a relative number of rows, either positive or negative.booleanAbstractFlatFile.rowUpdated()Indicates whether the current row has been updated.<T> TReturns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.voidAbstractFlatFile.updateArray(int column, Array x) Updates the designated column with anArrayvalue.voidAbstractFlatFile.updateArray(String columnLabel, Array x) Updates the designated column with anArrayvalue.voidAbstractFlatFile.updateAsciiStream(int columnIndex, InputStream x, int length) Updates the designated column with an ASCII stream value.voidAbstractFlatFile.updateAsciiStream(String columnLabel, InputStream x, int length) Updates the designated column with an ASCII stream value.voidFlatFile.updateAsciiStream(int columnIndex, InputStream x) Updates the designated column with an ASCII stream value.voidFlatFile.updateAsciiStream(int columnIndex, InputStream x, int length) Updates the designated column with an ASCII stream value, which is the specified number of bytes.voidFlatFile.updateAsciiStream(int columnIndex, InputStream x, long length) Updates the designated column with an ASCII stream value, which is the specified number of bytes.voidFlatFile.updateAsciiStream(String columnLabel, InputStream x) Updates the designated column with an ASCII stream value.voidFlatFile.updateAsciiStream(String columnLabel, InputStream x, int length) Updates the designated column with an ASCII stream value, which is the specified number of bytes.voidFlatFile.updateAsciiStream(String columnLabel, InputStream x, long length) Updates the designated column with an ASCII stream value, which is the specified number of bytes.voidAbstractFlatFile.updateBigDecimal(int columnIndex, BigDecimal x) Updates the designated column with ajava.math.BigDecimalvalue.voidAbstractFlatFile.updateBigDecimal(String columnLabel, BigDecimal x) Updates the designated column with ajava.sql.BigDecimalvalue.voidAbstractFlatFile.updateBinaryStream(int columnIndex, InputStream x, int length) Updates the designated column with a binary stream value.voidAbstractFlatFile.updateBinaryStream(String columnLabel, InputStream x, int length) Updates the designated column with a binary stream value.voidFlatFile.updateBinaryStream(int columnIndex, InputStream x) Updates the designated column with a binary stream value.voidFlatFile.updateBinaryStream(int columnIndex, InputStream x, int length) Updates the designated column with a binary stream value, which is the specified number of bytes.voidFlatFile.updateBinaryStream(int columnIndex, InputStream x, long length) Updates the designated column with a binary stream value, which is the specified number of bytes.voidFlatFile.updateBinaryStream(String columnLabel, InputStream x) Updates the designated column with a binary stream value.voidFlatFile.updateBinaryStream(String columnLabel, InputStream x, int length) Updates the designated column with a binary stream value.voidFlatFile.updateBinaryStream(String columnLabel, InputStream x, long length) Updates the designated column with a binary stream value.voidAbstractFlatFile.updateBlob(int column, Blob x) Updates the designated column with anjava.sql.Blobvalue.voidAbstractFlatFile.updateBlob(String columnLabel, Blob x) Updates the designated column with anjava.sql.Blobvalue.voidFlatFile.updateBlob(int columnIndex, InputStream inputStream) Updates the designated column using the given input stream.voidFlatFile.updateBlob(int columnIndex, InputStream inputStream, long length) Updates the designated column using the given input stream, which is the specified number of bytes.voidFlatFile.updateBlob(int columnIndex, Blob x) Updates the designated column with ajava.sql.Blobvalue.voidFlatFile.updateBlob(String columnLabel, InputStream inputStream) Updates the designated column using the given input stream.voidFlatFile.updateBlob(String columnLabel, InputStream inputStream, long length) Updates the designated column using the given input stream, which is the specified number of bytes.voidFlatFile.updateBlob(String columnLabel, Blob x) Updates the designated column with ajava.sql.Blobvalue.voidAbstractFlatFile.updateBoolean(int columnIndex, boolean x) Updates the designated column with abooleanvalue.voidAbstractFlatFile.updateBoolean(String columnLabel, boolean x) Updates the designated column with abooleanvalue.voidAbstractFlatFile.updateByte(int columnIndex, byte x) Updates the designated column with abytevalue.voidAbstractFlatFile.updateByte(String columnLabel, byte x) Updates the designated column with abytevalue.voidAbstractFlatFile.updateBytes(String columnLabel, byte[] x) Updates the designated column with abytevalue.voidAbstractFlatFile.updateCharacterStream(int columnIndex, Reader x, int length) Updates the designated column with a character stream value.voidAbstractFlatFile.updateCharacterStream(String columnLabel, Reader reader, int length) Updates the designated column with a character stream value.voidFlatFile.updateCharacterStream(int columnIndex, Reader x) Updates the designated column with a character stream value.voidFlatFile.updateCharacterStream(int columnIndex, Reader x, int length) Updates the designated column with a character stream value, which is the specified number of bytes.voidFlatFile.updateCharacterStream(int columnIndex, Reader x, long length) Updates the designated column with a character stream value, which is the specified number of bytes.voidFlatFile.updateCharacterStream(String columnLabel, Reader reader) Updates the designated column with a character stream value.voidFlatFile.updateCharacterStream(String columnLabel, Reader reader, int length) Updates the designated column with a character stream value, which is the specified number of bytes.voidFlatFile.updateCharacterStream(String columnLabel, Reader reader, long length) Updates the designated column with a character stream value, which is the specified number of bytes.voidAbstractFlatFile.updateClob(int column, Clob x) Updates the designated column with anjava.sql.Clobvalue.voidAbstractFlatFile.updateClob(String columnLabel, Clob x) Updates the designated column with anjava.sql.Clobvalue.voidFlatFile.updateClob(int columnIndex, Reader reader) Updates the designated column using the givenReaderobject.voidFlatFile.updateClob(int columnIndex, Reader reader, long length) Updates the designated column using the givenReaderobject, which is the given number of characters long.voidFlatFile.updateClob(int columnIndex, Clob x) Updates the designated column with ajava.sql.Clobvalue.voidFlatFile.updateClob(String columnLabel, Reader reader) Updates the designated column using the givenReaderobject.voidFlatFile.updateClob(String columnLabel, Reader reader, long length) Updates the designated column using the givenReaderobject, which is the given number of characters long.voidFlatFile.updateClob(String columnLabel, Clob x) Updates the designated column with ajava.sql.Clobvalue.voidAbstractFlatFile.updateDate(int columnIndex, Date x) Updates the designated column with ajava.sql.Datevalue.voidAbstractFlatFile.updateDate(String columnLabel, Date x) Updates the designated column with ajava.sql.Datevalue.voidAbstractFlatFile.updateDouble(int columnIndex, double x) Updates the designated column with adoublevalue.voidAbstractFlatFile.updateDouble(String columnLabel, double x) Updates the designated column with adoublevalue.voidAbstractFlatFile.updateFloat(int columnIndex, float x) Updates the designated column with afloatvalue.voidAbstractFlatFile.updateFloat(String columnLabel, float x) Updates the designated column with afloatvalue.voidAbstractFlatFile.updateInt(int columnIndex, int x) Updates the designated column with anintvalue.voidUpdates the designated column with anintvalue.voidAbstractFlatFile.updateLong(int columnIndex, long x) Updates the designated column with alongvalue.voidAbstractFlatFile.updateLong(String columnLabel, long x) Updates the designated column with alongvalue.voidFlatFile.updateNCharacterStream(int columnIndex, Reader x) Updates the designated column with a character stream value.voidFlatFile.updateNCharacterStream(int columnIndex, Reader x, long length) Updates the designated column with a character stream value, which is the specified number of bytes.voidFlatFile.updateNCharacterStream(String columnLabel, Reader reader) Updates the designated column with a character stream value.voidFlatFile.updateNCharacterStream(String columnLabel, Reader reader, long length) Updates the designated column with a character stream value, which is the specified number of bytes.voidFlatFile.updateNClob(int columnIndex, Reader reader) Updates the designated column using the givenReader.voidFlatFile.updateNClob(int columnIndex, Reader reader, long length) Updates the designated column using the givenReaderobject, which is the given number of characters long.voidFlatFile.updateNClob(int columnIndex, NClob nClob) Updates the designated column with ajava.sql.NClobvalue.voidFlatFile.updateNClob(String columnLabel, Reader reader) Updates the designated column using the givenReaderobject.voidFlatFile.updateNClob(String columnLabel, Reader reader, long length) Updates the designated column using the givenReaderobject, which is the given number of characters long.voidFlatFile.updateNClob(String columnLabel, NClob nClob) Updates the designated column with ajava.sql.NClobvalue.voidFlatFile.updateNString(int columnIndex, String nString) Updates the designated column with aStringvalue.voidFlatFile.updateNString(String columnLabel, String nString) Updates the designated column with a String value.voidAbstractFlatFile.updateNull(int columnIndex) Gives a nullable column anullvalue.voidAbstractFlatFile.updateNull(String columnLabel) Updates the designated column with anullvalue.voidAbstractFlatFile.updateObject(int columnIndex, Object x) Updates the designated column with anObjectvalue.voidAbstractFlatFile.updateObject(int columnIndex, Object x, int scale) Updates the designated column with anObjectvalue.voidAbstractFlatFile.updateObject(String columnLabel, Object x) Updates the designated column with anObjectvalue.voidAbstractFlatFile.updateObject(String columnLabel, Object x, int scale) Updates the designated column with anObjectvalue.voidUpdates the designated column with anjava.sql.Refvalue.voidUpdates the designated column with anjava.sql.Refvalue.voidAbstractFlatFile.updateRow()Updates the underlying database with the new contents of the current row of thisResultSetobject.voidFlatFile.updateRowId(int columnIndex, RowId x) Updates the designated column with aRowIdvalue.voidFlatFile.updateRowId(String columnLabel, RowId x) Updates the designated column with aRowIdvalue.voidAbstractFlatFile.updateShort(int columnIndex, short x) Updates the designated column with ashortvalue.voidAbstractFlatFile.updateShort(String columnLabel, short x) Updates the designated column with ashortvalue.voidFlatFile.updateSQLXML(int columnIndex, SQLXML xmlObject) Updates the designated column with ajava.sql.SQLXMLvalue.voidAbstractFlatFile.updateString(int columnIndex, String x) Updates the designated column with aStringvalue.voidAbstractFlatFile.updateString(String columnLabel, String x) Updates the designated column with aStringvalue.voidAbstractFlatFile.updateTime(int columnIndex, Time x) Updates the designated column with ajava.sql.Timevalue.voidAbstractFlatFile.updateTime(String columnLabel, Time x) Updates the designated column with ajava.sql.Timevalue.voidAbstractFlatFile.updateTimestamp(int columnIndex, Timestamp x) Updates the designated column with ajava.sql.Timestampvalue.voidAbstractFlatFile.updateTimestamp(String columnLabel, Timestamp x) Updates the designated column with ajava.sql.Timestampvalue.