Uses of Class
com.imsl.io.AbstractFlatFile.FlatFileSQLFeatureNotSupportedException

Package
Description
Methods for reading files.
  • Uses of AbstractFlatFile.FlatFileSQLFeatureNotSupportedException in com.imsl.io

    Modifier and Type
    Method
    Description
    boolean
    AbstractFlatFile.absolute(int row)
    Moves the cursor to the given row number in this ResultSet object.
    void
    AbstractFlatFile.afterLast()
    Moves the cursor to the end of this ResultSet object, just after the last row.
    void
    AbstractFlatFile.beforeFirst()
    Moves the cursor to the front of this ResultSet object, just before the first row.
    void
    AbstractFlatFile.cancelRowUpdates()
    Cancels the updates made to the current row in this ResultSet object.
    void
    AbstractFlatFile.deleteRow()
    Deletes the current row from this ResultSet object and from the underlying database.
    boolean
    AbstractFlatFile.first()
    Moves the cursor to the first row in this ResultSet object.
    AbstractFlatFile.getArray(int columnIndex)
    Deprecated. 
    AbstractFlatFile.getCursorName()
    Gets the name of the SQL cursor used by this ResultSet object.
    int
    FlatFile.getHoldability()
    Retrieves the holdability of this ResultSet object.
    FlatFile.getNCharacterStream(String columnLabel)
    Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
    FlatFile.getNClob(int columnIndex)
    Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
    FlatFile.getNClob(String columnLabel)
    Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
    FlatFile.getNString(int columnIndex)
    Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
    FlatFile.getNString(String columnLabel)
    Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
    <T> T
    AbstractFlatFile.getObject(int columnIndex, Class<T> type)
    Returns the value of the designated column in the current row of this ResultSet object converted to the requested data type in the Java programming language.
    AbstractFlatFile.getObject(int columnIndex, Map map)
    Returns the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
    <T> T
    AbstractFlatFile.getObject(String columnLabel, Class<T> type)
    Returns the value of the designated column in the current row of this ResultSet object converted to the requested data type in the Java programming language.
    AbstractFlatFile.getObject(String columnLabel, Map map)
    Returns the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
    AbstractFlatFile.getRef(int columnIndex)
    Returns the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
    AbstractFlatFile.getRef(String columnLabel)
    Returns the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
    FlatFile.getRowId(int columnIndex)
    Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
    FlatFile.getRowId(String columnLabel)
    Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
    FlatFile.getSQLXML(int columnIndex)
    Retrieves the value of the designated column in the current row of this ResultSet as a java.sql.SQLXML object in the Java programming language.
    FlatFile.getSQLXML(String columnLabel)
    Retrieves the value of the designated column in the current row of this ResultSet as a java.sql.SQLXML object in the Java programming language.
    void
    AbstractFlatFile.insertRow()
    Inserts the contents of the insert row into this ResultSet object and into the database.
    boolean
    FlatFile.isClosed()
    Retrieves whether this ResultSet object has been closed.
    boolean
    AbstractFlatFile.last()
    Moves the cursor to the last row in this ResultSet object.
    void
    AbstractFlatFile.moveToCurrentRow()
    Moves the cursor to the remembered cursor position, usually the current row.
    void
    AbstractFlatFile.moveToInsertRow()
    Moves the cursor to the insert row.
    boolean
    AbstractFlatFile.previous()
    Moves the cursor to the previous row in this ResultSet object.
    void
    AbstractFlatFile.refreshRow()
    Refreshes the current row with its most recent value in the database.
    boolean
    AbstractFlatFile.relative(int rows)
    Moves the cursor a relative number of rows, either positive or negative.
    boolean
    AbstractFlatFile.rowUpdated()
    Indicates whether the current row has been updated.
    <T> T
    FlatFile.unwrap(Class<T> iface)
    Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
    void
    AbstractFlatFile.updateArray(int column, Array x)
    Updates the designated column with an Array value.
    void
    AbstractFlatFile.updateArray(String columnLabel, Array x)
    Updates the designated column with an Array value.
    void
    AbstractFlatFile.updateAsciiStream(int columnIndex, InputStream x, int length)
    Updates the designated column with an ASCII stream value.
    void
    AbstractFlatFile.updateAsciiStream(String columnLabel, InputStream x, int length)
    Updates the designated column with an ASCII stream value.
    void
    FlatFile.updateAsciiStream(int columnIndex, InputStream x)
    Updates the designated column with an ASCII stream value.
    void
    FlatFile.updateAsciiStream(int columnIndex, InputStream x, int length)
    Updates the designated column with an ASCII stream value, which is the specified number of bytes.
    void
    FlatFile.updateAsciiStream(int columnIndex, InputStream x, long length)
    Updates the designated column with an ASCII stream value, which is the specified number of bytes.
    void
    FlatFile.updateAsciiStream(String columnLabel, InputStream x)
    Updates the designated column with an ASCII stream value.
    void
    FlatFile.updateAsciiStream(String columnLabel, InputStream x, int length)
    Updates the designated column with an ASCII stream value, which is the specified number of bytes.
    void
    FlatFile.updateAsciiStream(String columnLabel, InputStream x, long length)
    Updates the designated column with an ASCII stream value, which is the specified number of bytes.
    void
    AbstractFlatFile.updateBigDecimal(int columnIndex, BigDecimal x)
    Updates the designated column with a java.math.BigDecimal value.
    void
    AbstractFlatFile.updateBigDecimal(String columnLabel, BigDecimal x)
    Updates the designated column with a java.sql.BigDecimal value.
    void
    AbstractFlatFile.updateBinaryStream(int columnIndex, InputStream x, int length)
    Updates the designated column with a binary stream value.
    void
    AbstractFlatFile.updateBinaryStream(String columnLabel, InputStream x, int length)
    Updates the designated column with a binary stream value.
    void
    FlatFile.updateBinaryStream(int columnIndex, InputStream x)
    Updates the designated column with a binary stream value.
    void
    FlatFile.updateBinaryStream(int columnIndex, InputStream x, int length)
    Updates the designated column with a binary stream value, which is the specified number of bytes.
    void
    FlatFile.updateBinaryStream(int columnIndex, InputStream x, long length)
    Updates the designated column with a binary stream value, which is the specified number of bytes.
    void
    FlatFile.updateBinaryStream(String columnLabel, InputStream x)
    Updates the designated column with a binary stream value.
    void
    FlatFile.updateBinaryStream(String columnLabel, InputStream x, int length)
    Updates the designated column with a binary stream value.
    void
    FlatFile.updateBinaryStream(String columnLabel, InputStream x, long length)
    Updates the designated column with a binary stream value.
    void
    AbstractFlatFile.updateBlob(int column, Blob x)
    Updates the designated column with an java.sql.Blob value.
    void
    AbstractFlatFile.updateBlob(String columnLabel, Blob x)
    Updates the designated column with an java.sql.Blob value.
    void
    FlatFile.updateBlob(int columnIndex, InputStream inputStream)
    Updates the designated column using the given input stream.
    void
    FlatFile.updateBlob(int columnIndex, InputStream inputStream, long length)
    Updates the designated column using the given input stream, which is the specified number of bytes.
    void
    FlatFile.updateBlob(int columnIndex, Blob x)
    Updates the designated column with a java.sql.Blob value.
    void
    FlatFile.updateBlob(String columnLabel, InputStream inputStream)
    Updates the designated column using the given input stream.
    void
    FlatFile.updateBlob(String columnLabel, InputStream inputStream, long length)
    Updates the designated column using the given input stream, which is the specified number of bytes.
    void
    FlatFile.updateBlob(String columnLabel, Blob x)
    Updates the designated column with a java.sql.Blob value.
    void
    AbstractFlatFile.updateBoolean(int columnIndex, boolean x)
    Updates the designated column with a boolean value.
    void
    AbstractFlatFile.updateBoolean(String columnLabel, boolean x)
    Updates the designated column with a boolean value.
    void
    AbstractFlatFile.updateByte(int columnIndex, byte x)
    Updates the designated column with a byte value.
    void
    AbstractFlatFile.updateByte(String columnLabel, byte x)
    Updates the designated column with a byte value.
    void
    AbstractFlatFile.updateBytes(String columnLabel, byte[] x)
    Updates the designated column with a byte value.
    void
    AbstractFlatFile.updateCharacterStream(int columnIndex, Reader x, int length)
    Updates the designated column with a character stream value.
    void
    AbstractFlatFile.updateCharacterStream(String columnLabel, Reader reader, int length)
    Updates the designated column with a character stream value.
    void
    FlatFile.updateCharacterStream(int columnIndex, Reader x)
    Updates the designated column with a character stream value.
    void
    FlatFile.updateCharacterStream(int columnIndex, Reader x, int length)
    Updates the designated column with a character stream value, which is the specified number of bytes.
    void
    FlatFile.updateCharacterStream(int columnIndex, Reader x, long length)
    Updates the designated column with a character stream value, which is the specified number of bytes.
    void
    FlatFile.updateCharacterStream(String columnLabel, Reader reader)
    Updates the designated column with a character stream value.
    void
    FlatFile.updateCharacterStream(String columnLabel, Reader reader, int length)
    Updates the designated column with a character stream value, which is the specified number of bytes.
    void
    FlatFile.updateCharacterStream(String columnLabel, Reader reader, long length)
    Updates the designated column with a character stream value, which is the specified number of bytes.
    void
    AbstractFlatFile.updateClob(int column, Clob x)
    Updates the designated column with an java.sql.Clob value.
    void
    AbstractFlatFile.updateClob(String columnLabel, Clob x)
    Updates the designated column with an java.sql.Clob value.
    void
    FlatFile.updateClob(int columnIndex, Reader reader)
    Updates the designated column using the given Reader object.
    void
    FlatFile.updateClob(int columnIndex, Reader reader, long length)
    Updates the designated column using the given Reader object, which is the given number of characters long.
    void
    FlatFile.updateClob(int columnIndex, Clob x)
    Updates the designated column with a java.sql.Clob value.
    void
    FlatFile.updateClob(String columnLabel, Reader reader)
    Updates the designated column using the given Reader object.
    void
    FlatFile.updateClob(String columnLabel, Reader reader, long length)
    Updates the designated column using the given Reader object, which is the given number of characters long.
    void
    FlatFile.updateClob(String columnLabel, Clob x)
    Updates the designated column with a java.sql.Clob value.
    void
    AbstractFlatFile.updateDate(int columnIndex, Date x)
    Updates the designated column with a java.sql.Date value.
    void
    AbstractFlatFile.updateDate(String columnLabel, Date x)
    Updates the designated column with a java.sql.Date value.
    void
    AbstractFlatFile.updateDouble(int columnIndex, double x)
    Updates the designated column with a double value.
    void
    AbstractFlatFile.updateDouble(String columnLabel, double x)
    Updates the designated column with a double value.
    void
    AbstractFlatFile.updateFloat(int columnIndex, float x)
    Updates the designated column with a float value.
    void
    AbstractFlatFile.updateFloat(String columnLabel, float x)
    Updates the designated column with a float value.
    void
    AbstractFlatFile.updateInt(int columnIndex, int x)
    Updates the designated column with an int value.
    void
    AbstractFlatFile.updateInt(String columnLabel, int x)
    Updates the designated column with an int value.
    void
    AbstractFlatFile.updateLong(int columnIndex, long x)
    Updates the designated column with a long value.
    void
    AbstractFlatFile.updateLong(String columnLabel, long x)
    Updates the designated column with a long value.
    void
    FlatFile.updateNCharacterStream(int columnIndex, Reader x)
    Updates the designated column with a character stream value.
    void
    FlatFile.updateNCharacterStream(int columnIndex, Reader x, long length)
    Updates the designated column with a character stream value, which is the specified number of bytes.
    void
    FlatFile.updateNCharacterStream(String columnLabel, Reader reader)
    Updates the designated column with a character stream value.
    void
    FlatFile.updateNCharacterStream(String columnLabel, Reader reader, long length)
    Updates the designated column with a character stream value, which is the specified number of bytes.
    void
    FlatFile.updateNClob(int columnIndex, Reader reader)
    Updates the designated column using the given Reader.
    void
    FlatFile.updateNClob(int columnIndex, Reader reader, long length)
    Updates the designated column using the given Reader object, which is the given number of characters long.
    void
    FlatFile.updateNClob(int columnIndex, NClob nClob)
    Updates the designated column with a java.sql.NClob value.
    void
    FlatFile.updateNClob(String columnLabel, Reader reader)
    Updates the designated column using the given Reader object.
    void
    FlatFile.updateNClob(String columnLabel, Reader reader, long length)
    Updates the designated column using the given Reader object, which is the given number of characters long.
    void
    FlatFile.updateNClob(String columnLabel, NClob nClob)
    Updates the designated column with a java.sql.NClob value.
    void
    FlatFile.updateNString(int columnIndex, String nString)
    Updates the designated column with a String value.
    void
    FlatFile.updateNString(String columnLabel, String nString)
    Updates the designated column with a String value.
    void
    AbstractFlatFile.updateNull(int columnIndex)
    Gives a nullable column a null value.
    void
    AbstractFlatFile.updateNull(String columnLabel)
    Updates the designated column with a null value.
    void
    AbstractFlatFile.updateObject(int columnIndex, Object x)
    Updates the designated column with an Object value.
    void
    AbstractFlatFile.updateObject(int columnIndex, Object x, int scale)
    Updates the designated column with an Object value.
    void
    AbstractFlatFile.updateObject(String columnLabel, Object x)
    Updates the designated column with an Object value.
    void
    AbstractFlatFile.updateObject(String columnLabel, Object x, int scale)
    Updates the designated column with an Object value.
    void
    AbstractFlatFile.updateRef(int column, Ref x)
    Updates the designated column with an java.sql.Ref value.
    void
    AbstractFlatFile.updateRef(String columnLabel, Ref x)
    Updates the designated column with an java.sql.Ref value.
    void
    AbstractFlatFile.updateRow()
    Updates the underlying database with the new contents of the current row of this ResultSet object.
    void
    FlatFile.updateRowId(int columnIndex, RowId x)
    Updates the designated column with a RowId value.
    void
    FlatFile.updateRowId(String columnLabel, RowId x)
    Updates the designated column with a RowId value.
    void
    AbstractFlatFile.updateShort(int columnIndex, short x)
    Updates the designated column with a short value.
    void
    AbstractFlatFile.updateShort(String columnLabel, short x)
    Updates the designated column with a short value.
    void
    FlatFile.updateSQLXML(int columnIndex, SQLXML xmlObject)
    Updates the designated column with a java.sql.SQLXML value.
    void
    AbstractFlatFile.updateString(int columnIndex, String x)
    Updates the designated column with a String value.
    void
    AbstractFlatFile.updateString(String columnLabel, String x)
    Updates the designated column with a String value.
    void
    AbstractFlatFile.updateTime(int columnIndex, Time x)
    Updates the designated column with a java.sql.Time value.
    void
    AbstractFlatFile.updateTime(String columnLabel, Time x)
    Updates the designated column with a java.sql.Time value.
    void
    AbstractFlatFile.updateTimestamp(int columnIndex, Timestamp x)
    Updates the designated column with a java.sql.Timestamp value.
    void
    AbstractFlatFile.updateTimestamp(String columnLabel, Timestamp x)
    Updates the designated column with a java.sql.Timestamp value.