com.sage.accpac.sm
Class DBQueryResultSet

java.lang.Object
  extended by com.sage.accpac.sm.DBQueryResultSet
All Implemented Interfaces:
java.sql.ResultSet, java.sql.Wrapper

public class DBQueryResultSet
extends java.lang.Object
implements java.sql.ResultSet

A ResultSet returning the results of a dbQueryRun result set.


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
 
Method Summary
 boolean absolute(int column)
          Not implemented.
 void afterLast()
          Not implemented.
 void beforeFirst()
          Not implemented.
 void cancelRowUpdates()
          Not implemented.
 void clearWarnings()
           
 void close()
           
 void deleteRow()
          Not implemented.
 int findColumn(java.lang.String arg0)
           
 boolean first()
          Not implemented.
 java.sql.Array getArray(int arg0)
           
 java.sql.Array getArray(java.lang.String arg0)
           
 java.io.InputStream getAsciiStream(int arg0)
           
 java.io.InputStream getAsciiStream(java.lang.String arg0)
           
 java.math.BigDecimal getBigDecimal(int arg0)
           
 java.math.BigDecimal getBigDecimal(int arg0, int arg1)
           
 java.math.BigDecimal getBigDecimal(java.lang.String arg0)
           
 java.math.BigDecimal getBigDecimal(java.lang.String arg0, int arg1)
           
 java.io.InputStream getBinaryStream(int arg0)
           
 java.io.InputStream getBinaryStream(java.lang.String arg0)
           
 java.sql.Blob getBlob(int arg0)
           
 java.sql.Blob getBlob(java.lang.String arg0)
           
 boolean getBoolean(int arg0)
           
 boolean getBoolean(java.lang.String arg0)
           
 byte getByte(int arg0)
           
 byte getByte(java.lang.String arg0)
           
 byte[] getBytes(int arg0)
           
 byte[] getBytes(java.lang.String arg0)
           
 java.io.Reader getCharacterStream(int arg0)
           
 java.io.Reader getCharacterStream(java.lang.String arg0)
           
 java.sql.Clob getClob(int arg0)
           
 java.sql.Clob getClob(java.lang.String arg0)
           
 int getConcurrency()
          Returns ReadOnly.
 java.lang.String getCursorName()
          Not implemented.
 java.sql.Date getDate(int arg0)
           
 java.sql.Date getDate(int arg0, java.util.Calendar arg1)
           
 java.sql.Date getDate(java.lang.String arg0)
           
 java.sql.Date getDate(java.lang.String arg0, java.util.Calendar arg1)
           
 double getDouble(int arg0)
           
 double getDouble(java.lang.String arg0)
           
 int getFetchDirection()
          Returns Forward
 int getFetchSize()
          Returns the current suggested number of records to fetch at a time from the backing store.
 float getFloat(int arg0)
           
 float getFloat(java.lang.String arg0)
           
 int getHoldability()
          Not implemented.
 int getInt(int arg0)
           
 int getInt(java.lang.String arg0)
           
 long getLong(int arg0)
           
 long getLong(java.lang.String arg0)
           
 java.sql.ResultSetMetaData getMetaData()
           
 java.io.Reader getNCharacterStream(int arg0)
           
 java.io.Reader getNCharacterStream(java.lang.String arg0)
           
 java.sql.NClob getNClob(int arg0)
           
 java.sql.NClob getNClob(java.lang.String arg0)
           
 java.lang.String getNString(int arg0)
           
 java.lang.String getNString(java.lang.String arg0)
           
 java.lang.Object getObject(int column)
           
 java.lang.Object getObject(int arg0, java.util.Map<java.lang.String,java.lang.Class<?>> arg1)
           
 java.lang.Object getObject(java.lang.String arg0)
           
 java.lang.Object getObject(java.lang.String arg0, java.util.Map<java.lang.String,java.lang.Class<?>> arg1)
           
 java.sql.Ref getRef(int arg0)
           
 java.sql.Ref getRef(java.lang.String arg0)
           
 int getRow()
           
 java.sql.RowId getRowId(int arg0)
           
 java.sql.RowId getRowId(java.lang.String arg0)
           
 short getShort(int arg0)
           
 short getShort(java.lang.String arg0)
           
 java.sql.SQLXML getSQLXML(int arg0)
           
 java.sql.SQLXML getSQLXML(java.lang.String arg0)
           
 java.sql.Statement getStatement()
           
 java.lang.String getString(int arg0)
           
 java.lang.String getString(java.lang.String arg0)
           
 java.sql.Time getTime(int arg0)
           
 java.sql.Time getTime(int arg0, java.util.Calendar arg1)
           
 java.sql.Time getTime(java.lang.String arg0)
           
 java.sql.Time getTime(java.lang.String arg0, java.util.Calendar arg1)
           
 java.sql.Timestamp getTimestamp(int arg0)
           
 java.sql.Timestamp getTimestamp(int arg0, java.util.Calendar arg1)
           
 java.sql.Timestamp getTimestamp(java.lang.String arg0)
           
 java.sql.Timestamp getTimestamp(java.lang.String arg0, java.util.Calendar arg1)
           
 int getType()
          Returns Fetch-Forward type
 java.io.InputStream getUnicodeStream(int arg0)
           
 java.io.InputStream getUnicodeStream(java.lang.String arg0)
           
 java.net.URL getURL(int arg0)
           
 java.net.URL getURL(java.lang.String arg0)
           
 java.sql.SQLWarning getWarnings()
           
 void insertRow()
          Not Implemented.
 boolean isAfterLast()
           
 boolean isBeforeFirst()
          returns true if and only if the cursor is before the first record and there is some data.
 boolean isClosed()
          returns true if and only if the close method has been called.
 boolean isFirst()
           
 boolean isLast()
          Not implemented.
 boolean isWrapperFor(java.lang.Class<?> arg0)
          Returns false.
 boolean last()
           
 void moveToCurrentRow()
          Not implemented.
 void moveToInsertRow()
          Not implemented.
 boolean next()
           
 boolean previous()
          Not implemented.
 void refreshRow()
          Not implemented.
 boolean relative(int arg0)
           
 boolean rowDeleted()
          Not implemented.
 boolean rowInserted()
          Not implemented.
 boolean rowUpdated()
          Not implemented.
 void setFetchDirection(int arg0)
          Not implemented.
 void setFetchSize(int rows)
           
<T> T
unwrap(java.lang.Class<T> arg0)
          Not implemented.
 void updateArray(int arg0, java.sql.Array arg1)
          Not implemented.
 void updateArray(java.lang.String arg0, java.sql.Array arg1)
          Not implemented.
 void updateAsciiStream(int arg0, java.io.InputStream arg1)
          Not implemented.
 void updateAsciiStream(int arg0, java.io.InputStream arg1, int arg2)
          Not implemented.
 void updateAsciiStream(int arg0, java.io.InputStream arg1, long arg2)
          Not implemented.
 void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1)
          Not implemented.
 void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, int arg2)
          Not implemented.
 void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, long arg2)
          Not implemented.
 void updateBigDecimal(int arg0, java.math.BigDecimal arg1)
          Not implemented.
 void updateBigDecimal(java.lang.String arg0, java.math.BigDecimal arg1)
          Not implemented.
 void updateBinaryStream(int arg0, java.io.InputStream arg1)
          Not implemented.
 void updateBinaryStream(int arg0, java.io.InputStream arg1, int arg2)
          Not implemented.
 void updateBinaryStream(int arg0, java.io.InputStream arg1, long arg2)
          Not implemented.
 void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1)
          Not implemented.
 void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, int arg2)
          Not implemented.
 void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, long arg2)
          Not implemented.
 void updateBlob(int arg0, java.sql.Blob arg1)
          Not implemented.
 void updateBlob(int arg0, java.io.InputStream arg1)
          Not implemented.
 void updateBlob(int arg0, java.io.InputStream arg1, long arg2)
          Not implemented.
 void updateBlob(java.lang.String arg0, java.sql.Blob arg1)
          Not implemented.
 void updateBlob(java.lang.String arg0, java.io.InputStream arg1)
          Not implemented.
 void updateBlob(java.lang.String arg0, java.io.InputStream arg1, long arg2)
          Not implemented.
 void updateBoolean(int arg0, boolean arg1)
          Not implemented.
 void updateBoolean(java.lang.String arg0, boolean arg1)
          Not implemented.
 void updateByte(int arg0, byte arg1)
          Not implemented.
 void updateByte(java.lang.String arg0, byte arg1)
          Not implemented.
 void updateBytes(int arg0, byte[] arg1)
          Not implemented.
 void updateBytes(java.lang.String arg0, byte[] arg1)
          Not implemented.
 void updateCharacterStream(int arg0, java.io.Reader arg1)
          Not implemented.
 void updateCharacterStream(int arg0, java.io.Reader arg1, int arg2)
          Not implemented.
 void updateCharacterStream(int arg0, java.io.Reader arg1, long arg2)
          Not implemented.
 void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1)
          Not implemented.
 void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1, int arg2)
          Not implemented.
 void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2)
          Not implemented.
 void updateClob(int arg0, java.sql.Clob arg1)
          Not implemented.
 void updateClob(int arg0, java.io.Reader arg1)
          Not implemented.
 void updateClob(int arg0, java.io.Reader arg1, long arg2)
          Not implemented.
 void updateClob(java.lang.String arg0, java.sql.Clob arg1)
          Not implemented.
 void updateClob(java.lang.String arg0, java.io.Reader arg1)
          Not implemented.
 void updateClob(java.lang.String arg0, java.io.Reader arg1, long arg2)
          Not implemented.
 void updateDate(int arg0, java.sql.Date arg1)
          Not implemented.
 void updateDate(java.lang.String arg0, java.sql.Date arg1)
          Not implemented.
 void updateDouble(int arg0, double arg1)
          Not implemented.
 void updateDouble(java.lang.String arg0, double arg1)
          Not implemented.
 void updateFloat(int arg0, float arg1)
          Not implemented.
 void updateFloat(java.lang.String arg0, float arg1)
          Not implemented.
 void updateInt(int arg0, int arg1)
          Not implemented.
 void updateInt(java.lang.String arg0, int arg1)
          Not implemented.
 void updateLong(int arg0, long arg1)
          Not implemented.
 void updateLong(java.lang.String arg0, long arg1)
          Not implemented.
 void updateNCharacterStream(int arg0, java.io.Reader arg1)
          Not implemented.
 void updateNCharacterStream(int arg0, java.io.Reader arg1, long arg2)
          Not implemented.
 void updateNCharacterStream(java.lang.String arg0, java.io.Reader arg1)
          Not implemented.
 void updateNCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2)
          Not implemented.
 void updateNClob(int arg0, java.sql.NClob arg1)
          Not implemented.
 void updateNClob(int arg0, java.io.Reader arg1)
          Not implemented.
 void updateNClob(int arg0, java.io.Reader arg1, long arg2)
          Not implemented.
 void updateNClob(java.lang.String arg0, java.sql.NClob arg1)
          Not implemented.
 void updateNClob(java.lang.String arg0, java.io.Reader arg1)
          Not implemented.
 void updateNClob(java.lang.String arg0, java.io.Reader arg1, long arg2)
          Not implemented.
 void updateNString(int arg0, java.lang.String arg1)
          Not implemented.
 void updateNString(java.lang.String arg0, java.lang.String arg1)
          Not implemented.
 void updateNull(int arg0)
          Not implemented.
 void updateNull(java.lang.String arg0)
          Not implemented.
 void updateObject(int arg0, java.lang.Object arg1)
          Not implemented.
 void updateObject(int arg0, java.lang.Object arg1, int arg2)
          Not implemented.
 void updateObject(java.lang.String arg0, java.lang.Object arg1)
          Not implemented.
 void updateObject(java.lang.String arg0, java.lang.Object arg1, int arg2)
          Not implemented.
 void updateRef(int arg0, java.sql.Ref arg1)
          Not implemented.
 void updateRef(java.lang.String arg0, java.sql.Ref arg1)
          Not implemented.
 void updateRow()
          Not implemented.
 void updateRowId(int arg0, java.sql.RowId arg1)
          Not implemented.
 void updateRowId(java.lang.String arg0, java.sql.RowId arg1)
          Not implemented.
 void updateShort(int arg0, short arg1)
          Not implemented.
 void updateShort(java.lang.String arg0, short arg1)
          Not implemented.
 void updateSQLXML(int arg0, java.sql.SQLXML arg1)
          Not implemented.
 void updateSQLXML(java.lang.String arg0, java.sql.SQLXML arg1)
          Not implemented.
 void updateString(int arg0, java.lang.String arg1)
          Not implemented.
 void updateString(java.lang.String arg0, java.lang.String arg1)
          Not implemented.
 void updateTime(int arg0, java.sql.Time arg1)
          Not implemented.
 void updateTime(java.lang.String arg0, java.sql.Time arg1)
          Not implemented.
 void updateTimestamp(int arg0, java.sql.Timestamp arg1)
          Not implemented.
 void updateTimestamp(java.lang.String arg0, java.sql.Timestamp arg1)
          Not implemented.
 boolean wasNull()
          Returns the NULL flag for the previous getObject call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

absolute

public boolean absolute(int column)
                 throws java.sql.SQLException
Not implemented.

Specified by:
absolute in interface java.sql.ResultSet
Throws:
java.sql.SQLException

afterLast

public void afterLast()
               throws java.sql.SQLException
Not implemented. Since this is a forward-only cursor without lookahead there is no sensible reason to move beyond the end since there is nothing that can be done from that point except to close the set. Since there is no point in doing it we do not support it.

Specified by:
afterLast in interface java.sql.ResultSet
Throws:
java.sql.SQLException

beforeFirst

public void beforeFirst()
                 throws java.sql.SQLException
Not implemented. Since this is a forward-only cursor moving to before the first record either moves backwards or stays where the cursor is. Therefore it is either a null operation or an unsupported operation. Therefore we will treat it as unsupported; it cannot achieve anything.

Specified by:
beforeFirst in interface java.sql.ResultSet
Throws:
java.sql.SQLException

cancelRowUpdates

public void cancelRowUpdates()
                      throws java.sql.SQLException
Not implemented. Since this is a read-only set the caller cannot make any updates and so there is no need to cancel any row updates.

Specified by:
cancelRowUpdates in interface java.sql.ResultSet
Throws:
java.sql.SQLException

clearWarnings

public void clearWarnings()
                   throws java.sql.SQLException
Specified by:
clearWarnings in interface java.sql.ResultSet
Throws:
java.sql.SQLException

close

public void close()
           throws java.sql.SQLException
Specified by:
close in interface java.sql.ResultSet
Throws:
java.sql.SQLException

deleteRow

public void deleteRow()
               throws java.sql.SQLException
Not implemented. This is a read-only set

Specified by:
deleteRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException

findColumn

public int findColumn(java.lang.String arg0)
               throws java.sql.SQLException
Specified by:
findColumn in interface java.sql.ResultSet
Throws:
java.sql.SQLException

first

public boolean first()
              throws java.sql.SQLException
Not implemented. This is a forward-only cursor. Therefore this request will either attempt to move backwards which is unsupported, stay where it is which is a null operation or move to the next row which is trivial.

Specified by:
first in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
isBeforeFirst

getArray

public java.sql.Array getArray(int arg0)
                        throws java.sql.SQLException
Specified by:
getArray in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getArray

public java.sql.Array getArray(java.lang.String arg0)
                        throws java.sql.SQLException
Specified by:
getArray in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getAsciiStream

public java.io.InputStream getAsciiStream(int arg0)
                                   throws java.sql.SQLException
Specified by:
getAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getAsciiStream

public java.io.InputStream getAsciiStream(java.lang.String arg0)
                                   throws java.sql.SQLException
Specified by:
getAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(int arg0)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(java.lang.String arg0)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(int arg0,
                                          int arg1)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(java.lang.String arg0,
                                          int arg1)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBinaryStream

public java.io.InputStream getBinaryStream(int arg0)
                                    throws java.sql.SQLException
Specified by:
getBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBinaryStream

public java.io.InputStream getBinaryStream(java.lang.String arg0)
                                    throws java.sql.SQLException
Specified by:
getBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBlob

public java.sql.Blob getBlob(int arg0)
                      throws java.sql.SQLException
Specified by:
getBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBlob

public java.sql.Blob getBlob(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBoolean

public boolean getBoolean(int arg0)
                   throws java.sql.SQLException
Specified by:
getBoolean in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBoolean

public boolean getBoolean(java.lang.String arg0)
                   throws java.sql.SQLException
Specified by:
getBoolean in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getByte

public byte getByte(int arg0)
             throws java.sql.SQLException
Specified by:
getByte in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getByte

public byte getByte(java.lang.String arg0)
             throws java.sql.SQLException
Specified by:
getByte in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBytes

public byte[] getBytes(int arg0)
                throws java.sql.SQLException
Specified by:
getBytes in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBytes

public byte[] getBytes(java.lang.String arg0)
                throws java.sql.SQLException
Specified by:
getBytes in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getCharacterStream

public java.io.Reader getCharacterStream(int arg0)
                                  throws java.sql.SQLException
Specified by:
getCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getCharacterStream

public java.io.Reader getCharacterStream(java.lang.String arg0)
                                  throws java.sql.SQLException
Specified by:
getCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getClob

public java.sql.Clob getClob(int arg0)
                      throws java.sql.SQLException
Specified by:
getClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getClob

public java.sql.Clob getClob(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getConcurrency

public int getConcurrency()
                   throws java.sql.SQLException
Returns ReadOnly.

Specified by:
getConcurrency in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getCursorName

public java.lang.String getCursorName()
                               throws java.sql.SQLException
Not implemented. Since this is a read-only set there is no point in naming the cursors.

Specified by:
getCursorName in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getDate

public java.sql.Date getDate(int arg0)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getDate

public java.sql.Date getDate(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getDate

public java.sql.Date getDate(int arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getDate

public java.sql.Date getDate(java.lang.String arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getDouble

public double getDouble(int arg0)
                 throws java.sql.SQLException
Specified by:
getDouble in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getDouble

public double getDouble(java.lang.String arg0)
                 throws java.sql.SQLException
Specified by:
getDouble in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getFetchDirection

public int getFetchDirection()
                      throws java.sql.SQLException
Returns Forward

Specified by:
getFetchDirection in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getFetchSize

public int getFetchSize()
                 throws java.sql.SQLException
Returns the current suggested number of records to fetch at a time from the backing store.

Specified by:
getFetchSize in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getFloat

public float getFloat(int arg0)
               throws java.sql.SQLException
Specified by:
getFloat in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getFloat

public float getFloat(java.lang.String arg0)
               throws java.sql.SQLException
Specified by:
getFloat in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getHoldability

public int getHoldability()
                   throws java.sql.SQLException
Not implemented. Holdability is not specified.

Specified by:
getHoldability in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getInt

public int getInt(int arg0)
           throws java.sql.SQLException
Specified by:
getInt in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getInt

public int getInt(java.lang.String arg0)
           throws java.sql.SQLException
Specified by:
getInt in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getLong

public long getLong(int arg0)
             throws java.sql.SQLException
Specified by:
getLong in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getLong

public long getLong(java.lang.String arg0)
             throws java.sql.SQLException
Specified by:
getLong in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getMetaData

public java.sql.ResultSetMetaData getMetaData()
                                       throws java.sql.SQLException
Specified by:
getMetaData in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getNCharacterStream

public java.io.Reader getNCharacterStream(int arg0)
                                   throws java.sql.SQLException
Specified by:
getNCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getNCharacterStream

public java.io.Reader getNCharacterStream(java.lang.String arg0)
                                   throws java.sql.SQLException
Specified by:
getNCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getNClob

public java.sql.NClob getNClob(int arg0)
                        throws java.sql.SQLException
Specified by:
getNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getNClob

public java.sql.NClob getNClob(java.lang.String arg0)
                        throws java.sql.SQLException
Specified by:
getNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getNString

public java.lang.String getNString(int arg0)
                            throws java.sql.SQLException
Specified by:
getNString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getNString

public java.lang.String getNString(java.lang.String arg0)
                            throws java.sql.SQLException
Specified by:
getNString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getObject

public java.lang.Object getObject(int column)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getObject

public java.lang.Object getObject(java.lang.String arg0)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getObject

public java.lang.Object getObject(int arg0,
                                  java.util.Map<java.lang.String,java.lang.Class<?>> arg1)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getObject

public java.lang.Object getObject(java.lang.String arg0,
                                  java.util.Map<java.lang.String,java.lang.Class<?>> arg1)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getRef

public java.sql.Ref getRef(int arg0)
                    throws java.sql.SQLException
Specified by:
getRef in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getRef

public java.sql.Ref getRef(java.lang.String arg0)
                    throws java.sql.SQLException
Specified by:
getRef in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getRow

public int getRow()
           throws java.sql.SQLException
Specified by:
getRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getRowId

public java.sql.RowId getRowId(int arg0)
                        throws java.sql.SQLException
Specified by:
getRowId in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getRowId

public java.sql.RowId getRowId(java.lang.String arg0)
                        throws java.sql.SQLException
Specified by:
getRowId in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getSQLXML

public java.sql.SQLXML getSQLXML(int arg0)
                          throws java.sql.SQLException
Specified by:
getSQLXML in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getSQLXML

public java.sql.SQLXML getSQLXML(java.lang.String arg0)
                          throws java.sql.SQLException
Specified by:
getSQLXML in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getShort

public short getShort(int arg0)
               throws java.sql.SQLException
Specified by:
getShort in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getShort

public short getShort(java.lang.String arg0)
               throws java.sql.SQLException
Specified by:
getShort in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getStatement

public java.sql.Statement getStatement()
                                throws java.sql.SQLException
Specified by:
getStatement in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getString

public java.lang.String getString(int arg0)
                           throws java.sql.SQLException
Specified by:
getString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getString

public java.lang.String getString(java.lang.String arg0)
                           throws java.sql.SQLException
Specified by:
getString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTime

public java.sql.Time getTime(int arg0)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTime

public java.sql.Time getTime(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTime

public java.sql.Time getTime(int arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTime

public java.sql.Time getTime(java.lang.String arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(int arg0)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String arg0)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(int arg0,
                                       java.util.Calendar arg1)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String arg0,
                                       java.util.Calendar arg1)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getType

public int getType()
            throws java.sql.SQLException
Returns Fetch-Forward type

Specified by:
getType in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getURL

public java.net.URL getURL(int arg0)
                    throws java.sql.SQLException
Specified by:
getURL in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getURL

public java.net.URL getURL(java.lang.String arg0)
                    throws java.sql.SQLException
Specified by:
getURL in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getUnicodeStream

public java.io.InputStream getUnicodeStream(int arg0)
                                     throws java.sql.SQLException
Specified by:
getUnicodeStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getUnicodeStream

public java.io.InputStream getUnicodeStream(java.lang.String arg0)
                                     throws java.sql.SQLException
Specified by:
getUnicodeStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getWarnings

public java.sql.SQLWarning getWarnings()
                                throws java.sql.SQLException
Specified by:
getWarnings in interface java.sql.ResultSet
Throws:
java.sql.SQLException

insertRow

public void insertRow()
               throws java.sql.SQLException
Not Implemented. Rows cannot be inserted since this is a readonly set

Specified by:
insertRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException

isAfterLast

public boolean isAfterLast()
                    throws java.sql.SQLException
Specified by:
isAfterLast in interface java.sql.ResultSet
Throws:
java.sql.SQLException

isBeforeFirst

public boolean isBeforeFirst()
                      throws java.sql.SQLException
returns true if and only if the cursor is before the first record and there is some data.

Specified by:
isBeforeFirst in interface java.sql.ResultSet
Throws:
java.sql.SQLException

isClosed

public boolean isClosed()
                 throws java.sql.SQLException
returns true if and only if the close method has been called.

Specified by:
isClosed in interface java.sql.ResultSet
Throws:
java.sql.SQLException

isFirst

public boolean isFirst()
                throws java.sql.SQLException
Specified by:
isFirst in interface java.sql.ResultSet
Throws:
java.sql.SQLException

isLast

public boolean isLast()
               throws java.sql.SQLException
Not implemented. Since this set does not include look-ahead the caller cannot ask if this is the last record; they must go further and see if the next record actually exists.

Specified by:
isLast in interface java.sql.ResultSet
Throws:
java.sql.SQLException

last

public boolean last()
             throws java.sql.SQLException
Specified by:
last in interface java.sql.ResultSet
Throws:
java.sql.SQLException

moveToCurrentRow

public void moveToCurrentRow()
                      throws java.sql.SQLException
Not implemented. Since there is no insert row this method cannot achieve anything.

Specified by:
moveToCurrentRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException

moveToInsertRow

public void moveToInsertRow()
                     throws java.sql.SQLException
Not implemented. Since this is a read-only set there is no such thing as an insert row.

Specified by:
moveToInsertRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException

next

public boolean next()
             throws java.sql.SQLException
Specified by:
next in interface java.sql.ResultSet
Throws:
java.sql.SQLException

previous

public boolean previous()
                 throws java.sql.SQLException
Not implemented. This has a forward-only cursor

Specified by:
previous in interface java.sql.ResultSet
Throws:
java.sql.SQLException

refreshRow

public void refreshRow()
                throws java.sql.SQLException
Not implemented.

Specified by:
refreshRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException

relative

public boolean relative(int arg0)
                 throws java.sql.SQLException
Specified by:
relative in interface java.sql.ResultSet
Throws:
java.sql.SQLException

rowDeleted

public boolean rowDeleted()
                   throws java.sql.SQLException
Not implemented. Since this is a read-only set rows cannot be deleted.

Specified by:
rowDeleted in interface java.sql.ResultSet
Throws:
java.sql.SQLException

rowInserted

public boolean rowInserted()
                    throws java.sql.SQLException
Not implemented. Since this is a read-only set rows cannot be inserted.

Specified by:
rowInserted in interface java.sql.ResultSet
Throws:
java.sql.SQLException

rowUpdated

public boolean rowUpdated()
                   throws java.sql.SQLException
Not implemented. Since this is a read-only set rows cannot be updated.

Specified by:
rowUpdated in interface java.sql.ResultSet
Throws:
java.sql.SQLException

setFetchDirection

public void setFetchDirection(int arg0)
                       throws java.sql.SQLException
Not implemented. This is a Forward-only cursor and so the caller cannot change direction. There is no point in supporting changing to what it currently is.

Specified by:
setFetchDirection in interface java.sql.ResultSet
Throws:
java.sql.SQLException

setFetchSize

public void setFetchSize(int rows)
                  throws java.sql.SQLException
Specified by:
setFetchSize in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateArray

public void updateArray(int arg0,
                        java.sql.Array arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateArray in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateArray

public void updateArray(java.lang.String arg0,
                        java.sql.Array arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateArray in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateAsciiStream

public void updateAsciiStream(int arg0,
                              java.io.InputStream arg1)
                       throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateAsciiStream

public void updateAsciiStream(java.lang.String arg0,
                              java.io.InputStream arg1)
                       throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateAsciiStream

public void updateAsciiStream(int arg0,
                              java.io.InputStream arg1,
                              int arg2)
                       throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateAsciiStream

public void updateAsciiStream(java.lang.String arg0,
                              java.io.InputStream arg1,
                              int arg2)
                       throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateAsciiStream

public void updateAsciiStream(int arg0,
                              java.io.InputStream arg1,
                              long arg2)
                       throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateAsciiStream

public void updateAsciiStream(java.lang.String arg0,
                              java.io.InputStream arg1,
                              long arg2)
                       throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBigDecimal

public void updateBigDecimal(int arg0,
                             java.math.BigDecimal arg1)
                      throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBigDecimal

public void updateBigDecimal(java.lang.String arg0,
                             java.math.BigDecimal arg1)
                      throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBinaryStream

public void updateBinaryStream(int arg0,
                               java.io.InputStream arg1)
                        throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBinaryStream

public void updateBinaryStream(java.lang.String arg0,
                               java.io.InputStream arg1)
                        throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBinaryStream

public void updateBinaryStream(int arg0,
                               java.io.InputStream arg1,
                               int arg2)
                        throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBinaryStream

public void updateBinaryStream(java.lang.String arg0,
                               java.io.InputStream arg1,
                               int arg2)
                        throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBinaryStream

public void updateBinaryStream(int arg0,
                               java.io.InputStream arg1,
                               long arg2)
                        throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBinaryStream

public void updateBinaryStream(java.lang.String arg0,
                               java.io.InputStream arg1,
                               long arg2)
                        throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(int arg0,
                       java.sql.Blob arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(java.lang.String arg0,
                       java.sql.Blob arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(int arg0,
                       java.io.InputStream arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(java.lang.String arg0,
                       java.io.InputStream arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(int arg0,
                       java.io.InputStream arg1,
                       long arg2)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(java.lang.String arg0,
                       java.io.InputStream arg1,
                       long arg2)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBoolean

public void updateBoolean(int arg0,
                          boolean arg1)
                   throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBoolean in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBoolean

public void updateBoolean(java.lang.String arg0,
                          boolean arg1)
                   throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBoolean in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateByte

public void updateByte(int arg0,
                       byte arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateByte in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateByte

public void updateByte(java.lang.String arg0,
                       byte arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateByte in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBytes

public void updateBytes(int arg0,
                        byte[] arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBytes in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBytes

public void updateBytes(java.lang.String arg0,
                        byte[] arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateBytes in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateCharacterStream

public void updateCharacterStream(int arg0,
                                  java.io.Reader arg1)
                           throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateCharacterStream

public void updateCharacterStream(java.lang.String arg0,
                                  java.io.Reader arg1)
                           throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateCharacterStream

public void updateCharacterStream(int arg0,
                                  java.io.Reader arg1,
                                  int arg2)
                           throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateCharacterStream

public void updateCharacterStream(java.lang.String arg0,
                                  java.io.Reader arg1,
                                  int arg2)
                           throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateCharacterStream

public void updateCharacterStream(int arg0,
                                  java.io.Reader arg1,
                                  long arg2)
                           throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateCharacterStream

public void updateCharacterStream(java.lang.String arg0,
                                  java.io.Reader arg1,
                                  long arg2)
                           throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(int arg0,
                       java.sql.Clob arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(java.lang.String arg0,
                       java.sql.Clob arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(int arg0,
                       java.io.Reader arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(java.lang.String arg0,
                       java.io.Reader arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(int arg0,
                       java.io.Reader arg1,
                       long arg2)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(java.lang.String arg0,
                       java.io.Reader arg1,
                       long arg2)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateDate

public void updateDate(int arg0,
                       java.sql.Date arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateDate

public void updateDate(java.lang.String arg0,
                       java.sql.Date arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateDouble

public void updateDouble(int arg0,
                         double arg1)
                  throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateDouble in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateDouble

public void updateDouble(java.lang.String arg0,
                         double arg1)
                  throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateDouble in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateFloat

public void updateFloat(int arg0,
                        float arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateFloat in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateFloat

public void updateFloat(java.lang.String arg0,
                        float arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateFloat in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateInt

public void updateInt(int arg0,
                      int arg1)
               throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateInt in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateInt

public void updateInt(java.lang.String arg0,
                      int arg1)
               throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateInt in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateLong

public void updateLong(int arg0,
                       long arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateLong in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateLong

public void updateLong(java.lang.String arg0,
                       long arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateLong in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNCharacterStream

public void updateNCharacterStream(int arg0,
                                   java.io.Reader arg1)
                            throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNCharacterStream

public void updateNCharacterStream(java.lang.String arg0,
                                   java.io.Reader arg1)
                            throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNCharacterStream

public void updateNCharacterStream(int arg0,
                                   java.io.Reader arg1,
                                   long arg2)
                            throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNCharacterStream

public void updateNCharacterStream(java.lang.String arg0,
                                   java.io.Reader arg1,
                                   long arg2)
                            throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(int arg0,
                        java.sql.NClob arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(java.lang.String arg0,
                        java.sql.NClob arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(int arg0,
                        java.io.Reader arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(java.lang.String arg0,
                        java.io.Reader arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(int arg0,
                        java.io.Reader arg1,
                        long arg2)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(java.lang.String arg0,
                        java.io.Reader arg1,
                        long arg2)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNString

public void updateNString(int arg0,
                          java.lang.String arg1)
                   throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNString

public void updateNString(java.lang.String arg0,
                          java.lang.String arg1)
                   throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNull

public void updateNull(int arg0)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNull in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNull

public void updateNull(java.lang.String arg0)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateNull in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateObject

public void updateObject(int arg0,
                         java.lang.Object arg1)
                  throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateObject

public void updateObject(java.lang.String arg0,
                         java.lang.Object arg1)
                  throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateObject

public void updateObject(int arg0,
                         java.lang.Object arg1,
                         int arg2)
                  throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateObject

public void updateObject(java.lang.String arg0,
                         java.lang.Object arg1,
                         int arg2)
                  throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateRef

public void updateRef(int arg0,
                      java.sql.Ref arg1)
               throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateRef in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateRef

public void updateRef(java.lang.String arg0,
                      java.sql.Ref arg1)
               throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateRef in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateRow

public void updateRow()
               throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateRowId

public void updateRowId(int arg0,
                        java.sql.RowId arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateRowId in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateRowId

public void updateRowId(java.lang.String arg0,
                        java.sql.RowId arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateRowId in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateSQLXML

public void updateSQLXML(int arg0,
                         java.sql.SQLXML arg1)
                  throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateSQLXML in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateSQLXML

public void updateSQLXML(java.lang.String arg0,
                         java.sql.SQLXML arg1)
                  throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateSQLXML in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateShort

public void updateShort(int arg0,
                        short arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateShort in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateShort

public void updateShort(java.lang.String arg0,
                        short arg1)
                 throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateShort in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateString

public void updateString(int arg0,
                         java.lang.String arg1)
                  throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateString

public void updateString(java.lang.String arg0,
                         java.lang.String arg1)
                  throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateTime

public void updateTime(int arg0,
                       java.sql.Time arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateTime

public void updateTime(java.lang.String arg0,
                       java.sql.Time arg1)
                throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateTimestamp

public void updateTimestamp(int arg0,
                            java.sql.Timestamp arg1)
                     throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateTimestamp

public void updateTimestamp(java.lang.String arg0,
                            java.sql.Timestamp arg1)
                     throws java.sql.SQLException
Not implemented. Since this is a read-only set data cannot be updated.

Specified by:
updateTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException

wasNull

public boolean wasNull()
                throws java.sql.SQLException
Returns the NULL flag for the previous getObject call.

Specified by:
wasNull in interface java.sql.ResultSet
Throws:
java.sql.SQLException

isWrapperFor

public boolean isWrapperFor(java.lang.Class<?> arg0)
                     throws java.sql.SQLException
Returns false.

Specified by:
isWrapperFor in interface java.sql.Wrapper
Throws:
java.sql.SQLException

unwrap

public <T> T unwrap(java.lang.Class<T> arg0)
         throws java.sql.SQLException
Not implemented.

Specified by:
unwrap in interface java.sql.Wrapper
Throws:
java.sql.SQLException


Copyright © 2010 Sage Software, Inc. All rights reserved.