org.lateralnz.c3d
Class DCResultSet

java.lang.Object
  extended by org.lateralnz.c3d.DCResultSet
All Implemented Interfaces:
java.io.Serializable, java.sql.ResultSet, Constants

public class DCResultSet
extends java.lang.Object
implements java.sql.ResultSet, java.io.Serializable, Constants

a resultset object to use in the cache. All operations related to updating the contents of this resultset are unsupported. See individual methods for details

See Also:
Serialized Form

Field Summary
protected  long lastAccessed
           
 
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
 
Fields inherited from interface org.lateralnz.common.util.Constants
AMPERSAND, AND, APPLICATION_X_WWW_FORM_URLENCODED, ASTERISK, AT, BACK_SLASH, CHAR_LEFT_CHEV, CHAR_RIGHT_CHEV, COLON, COMMA, CRLF, DASH, DELETE, DOLLAR, DOT, DOT_CLASS, DOT_JAVA, EIGHT, EMPTY, EQUALS, FALSE, FILE_SEPARATOR, FIVE, FORWARD_SLASH, FOUR, FULLSTOP, HASH, HAT, INSERT, LEFT_BRACE, LEFT_BRACKET, LEFT_CHEV, MAX_LEN_APPCODE, MAX_LEN_APPGROUP, MAX_LEN_MSGCODE, MAX_LEN_MSGTEXT, MINUS_ONE, N, NEWLINE, NINE, NO, NULL_STRING, OFF, ON, ONE, ONE_DAY, ONE_HOUR, ONE_MINUTE, ONE_WEEK, PATH_SEPARATOR, PERCENT, PIPE, PLUS, QUESTION_MARK, QUOTE, REQUIRED, REQUIRES_NEW, RETURN, RIGHT_BRACE, RIGHT_BRACKET, RIGHT_CHEV, SELECT, SEMICOLON, SEVEN, SINGLE_QUOTE, SIX, SPACE, SQ_LEFT_BRACKET, SQ_RIGHT_BRACKET, SUPPORTS, TEXT_HTML, TEXT_PLAIN, TEXT_XML, THREE, TRUE, TWO, UNDERSCORE, UPDATE, UTF_8, Y, YES, ZERO
 
Constructor Summary
DCResultSet(java.lang.String[] columnNames, java.util.ArrayList rows, DatabaseEngine dbengine)
           
DCResultSet(java.lang.String cacheName, java.lang.String sql, java.sql.ResultSet rs, DatabaseEngine dbengine, int concurrency, int type)
           
 
Method Summary
 boolean absolute(int param)
           
 void afterLast()
           
 void beforeFirst()
           
 void cancelRowUpdates()
          this operation is not supported
 void clearWarnings()
           
 void close()
           
 void deleteRow()
          this operation is not supported
 int findColumn(java.lang.String str)
           
 boolean first()
           
 java.sql.Array getArray(int param)
          this operation is not supported
 java.sql.Array getArray(java.lang.String str)
           
 java.io.InputStream getAsciiStream(int param)
           
 java.io.InputStream getAsciiStream(java.lang.String str)
           
 java.math.BigDecimal getBigDecimal(int param)
           
 java.math.BigDecimal getBigDecimal(int param, int param1)
           
 java.math.BigDecimal getBigDecimal(java.lang.String str)
           
 java.math.BigDecimal getBigDecimal(java.lang.String str, int param)
           
 java.io.InputStream getBinaryStream(int param)
           
 java.io.InputStream getBinaryStream(java.lang.String str)
           
 java.sql.Blob getBlob(int param)
          this operation is not supported
 java.sql.Blob getBlob(java.lang.String str)
           
 boolean getBoolean(int param)
           
 boolean getBoolean(java.lang.String str)
           
 byte getByte(int param)
           
 byte getByte(java.lang.String str)
           
 byte[] getBytes(int param)
           
 byte[] getBytes(java.lang.String str)
           
 java.io.Reader getCharacterStream(int param)
           
 java.io.Reader getCharacterStream(java.lang.String str)
           
 java.sql.Clob getClob(int param)
          this operation is not supported
 java.sql.Clob getClob(java.lang.String str)
           
 int getConcurrency()
           
 java.lang.String getCursorName()
           
 java.sql.Date getDate(int param)
           
 java.sql.Date getDate(int param, java.util.Calendar calendar)
          this operation is not supported
 java.sql.Date getDate(java.lang.String str)
           
 java.sql.Date getDate(java.lang.String str, java.util.Calendar calendar)
           
 double getDouble(int param)
           
 double getDouble(java.lang.String str)
           
 int getFetchDirection()
           
 int getFetchSize()
          this operation is not supported
 float getFloat(int param)
           
 float getFloat(java.lang.String str)
           
 int getInt(int param)
           
 int getInt(java.lang.String str)
           
 long getLong(int param)
           
 long getLong(java.lang.String str)
           
 java.sql.ResultSetMetaData getMetaData()
           
 java.lang.Object getObject(int param)
          this operation is not supported
 java.lang.Object getObject(int param, java.util.Map map)
          this operation is not supported
 java.lang.Object getObject(java.lang.String str)
           
 java.lang.Object getObject(java.lang.String str, java.util.Map map)
           
 java.sql.Ref getRef(int param)
          this operation is not supported
 java.sql.Ref getRef(java.lang.String str)
           
 int getRow()
           
 int getRowCount()
           
 short getShort(int param)
           
 short getShort(java.lang.String str)
           
 java.sql.Statement getStatement()
          this always returns null
 java.lang.String getString(int param)
           
 java.lang.String getString(java.lang.String str)
           
 java.sql.Time getTime(int param)
           
 java.sql.Time getTime(int param, java.util.Calendar calendar)
          this operation is not supported
 java.sql.Time getTime(java.lang.String str)
           
 java.sql.Time getTime(java.lang.String str, java.util.Calendar calendar)
           
 java.sql.Timestamp getTimestamp(int param)
           
 java.sql.Timestamp getTimestamp(int param, java.util.Calendar calendar)
          this operation is not supported
 java.sql.Timestamp getTimestamp(java.lang.String str)
           
 java.sql.Timestamp getTimestamp(java.lang.String str, java.util.Calendar calendar)
           
 int getType()
           
 java.io.InputStream getUnicodeStream(int param)
          this operation is not supported
 java.io.InputStream getUnicodeStream(java.lang.String str)
          this operation is not supported
 java.net.URL getURL(int param)
           
 java.net.URL getURL(java.lang.String str)
           
 java.sql.SQLWarning getWarnings()
           
 void insertRow()
          this operation is not supported
 boolean isAfterLast()
           
 boolean isBeforeFirst()
           
 boolean isFirst()
           
 boolean isLast()
           
 boolean last()
           
 void moveToCurrentRow()
          this operation is not supported
 void moveToInsertRow()
          this operation is not supported
 boolean next()
           
 boolean previous()
           
 void refreshRow()
          this operation is not supported
 boolean relative(int param)
           
 boolean rowDeleted()
           
 boolean rowInserted()
           
 boolean rowUpdated()
           
 void setFetchDirection(int param)
          this operation is not supported
 void setFetchSize(int param)
          this operation is not supported
 void updateArray(int param, java.sql.Array array)
          this operation is not supported
 void updateArray(java.lang.String str, java.sql.Array array)
          this operation is not supported
 void updateAsciiStream(int param, java.io.InputStream inputStream, int param2)
          this operation is not supported
 void updateAsciiStream(java.lang.String str, java.io.InputStream inputStream, int param)
          this operation is not supported
 void updateBigDecimal(int param, java.math.BigDecimal bigDecimal)
          this operation is not supported
 void updateBigDecimal(java.lang.String str, java.math.BigDecimal bigDecimal)
          this operation is not supported
 void updateBinaryStream(int param, java.io.InputStream inputStream, int param2)
          this operation is not supported
 void updateBinaryStream(java.lang.String str, java.io.InputStream inputStream, int param)
          this operation is not supported
 void updateBlob(int param, java.sql.Blob blob)
          this operation is not supported
 void updateBlob(java.lang.String str, java.sql.Blob blob)
          this operation is not supported
 void updateBoolean(int param, boolean param1)
          this operation is not supported
 void updateBoolean(java.lang.String str, boolean param)
          this operation is not supported
 void updateByte(int param, byte param1)
          this operation is not supported
 void updateByte(java.lang.String str, byte param)
          this operation is not supported
 void updateBytes(int param, byte[] values)
          this operation is not supported
 void updateBytes(java.lang.String str, byte[] values)
          this operation is not supported
 void updateCharacterStream(int param, java.io.Reader reader, int param2)
          this operation is not supported
 void updateCharacterStream(java.lang.String str, java.io.Reader reader, int param)
          this operation is not supported
 void updateClob(int param, java.sql.Clob clob)
          this operation is not supported
 void updateClob(java.lang.String str, java.sql.Clob clob)
          this operation is not supported
 void updateDate(int param, java.sql.Date date)
          this operation is not supported
 void updateDate(java.lang.String str, java.sql.Date date)
          this operation is not supported
 void updateDouble(int param, double param1)
          this operation is not supported
 void updateDouble(java.lang.String str, double param)
          this operation is not supported
 void updateFloat(int param, float param1)
          this operation is not supported
 void updateFloat(java.lang.String str, float param)
          this operation is not supported
 void updateInt(int param, int param1)
          this operation is not supported
 void updateInt(java.lang.String str, int param)
          this operation is not supported
 void updateLong(int param, long param1)
          this operation is not supported
 void updateLong(java.lang.String str, long param)
          this operation is not supported
 void updateNull(int param)
          this operation is not supported
 void updateNull(java.lang.String str)
          this operation is not supported
 void updateObject(int param, java.lang.Object obj)
          this operation is not supported
 void updateObject(int param, java.lang.Object obj, int param2)
          this operation is not supported
 void updateObject(java.lang.String str, java.lang.Object obj)
          this operation is not supported
 void updateObject(java.lang.String str, java.lang.Object obj, int param)
          this operation is not supported
 void updateRef(int param, java.sql.Ref ref)
          this operation is not supported
 void updateRef(java.lang.String str, java.sql.Ref ref)
          this operation is not supported
 void updateRow()
          this operation is not supported
 void updateShort(int param, short param1)
          this operation is not supported
 void updateShort(java.lang.String str, short param)
          this operation is not supported
 void updateString(int param, java.lang.String str)
          this operation is not supported
 void updateString(java.lang.String str, java.lang.String str1)
          this operation is not supported
 void updateTime(int param, java.sql.Time time)
          this operation is not supported
 void updateTime(java.lang.String str, java.sql.Time time)
          this operation is not supported
 void updateTimestamp(int param, java.sql.Timestamp timestamp)
          this operation is not supported
 void updateTimestamp(java.lang.String str, java.sql.Timestamp timestamp)
          this operation is not supported
 boolean wasNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastAccessed

protected long lastAccessed
Constructor Detail

DCResultSet

public DCResultSet(java.lang.String[] columnNames,
                   java.util.ArrayList rows,
                   DatabaseEngine dbengine)

DCResultSet

public DCResultSet(java.lang.String cacheName,
                   java.lang.String sql,
                   java.sql.ResultSet rs,
                   DatabaseEngine dbengine,
                   int concurrency,
                   int type)
            throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

absolute

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

afterLast

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

beforeFirst

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

cancelRowUpdates

public void cancelRowUpdates()
                      throws java.sql.SQLException
this operation is not supported

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
this operation is not supported

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

findColumn

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

first

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

getArray

public java.sql.Array getArray(int param)
                        throws java.sql.SQLException
this operation is not supported

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

getArray

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

getAsciiStream

public java.io.InputStream getAsciiStream(int param)
                                   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 str)
                                   throws java.sql.SQLException
Specified by:
getAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(int param)
                                   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 str)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(int param,
                                          int param1)
                                   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 str,
                                          int param)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBinaryStream

public java.io.InputStream getBinaryStream(int param)
                                    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 str)
                                    throws java.sql.SQLException
Specified by:
getBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getBlob

public java.sql.Blob getBlob(int param)
                      throws java.sql.SQLException
this operation is not supported

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

getBlob

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

getBoolean

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

getBoolean

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

getByte

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

getByte

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

getBytes

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

getBytes

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

getCharacterStream

public java.io.Reader getCharacterStream(int param)
                                  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 str)
                                  throws java.sql.SQLException
Specified by:
getCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getClob

public java.sql.Clob getClob(int param)
                      throws java.sql.SQLException
this operation is not supported

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

getClob

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

getConcurrency

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

getCursorName

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

getDate

public java.sql.Date getDate(int param)
                      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 str)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getDate

public java.sql.Date getDate(int param,
                             java.util.Calendar calendar)
                      throws java.sql.SQLException
this operation is not supported

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

getDate

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

getDouble

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

getDouble

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

getFetchDirection

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

getFetchSize

public int getFetchSize()
                 throws java.sql.SQLException
this operation is not supported

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

getFloat

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

getFloat

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

getInt

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

getInt

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

getLong

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

getLong

public long getLong(java.lang.String str)
             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

getObject

public java.lang.Object getObject(int param)
                           throws java.sql.SQLException
this operation is not supported

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

getObject

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

getObject

public java.lang.Object getObject(int param,
                                  java.util.Map map)
                           throws java.sql.SQLException
this operation is not supported

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

getObject

public java.lang.Object getObject(java.lang.String str,
                                  java.util.Map map)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getRef

public java.sql.Ref getRef(int param)
                    throws java.sql.SQLException
this operation is not supported

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

getRef

public java.sql.Ref getRef(java.lang.String str)
                    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

getRowCount

public int getRowCount()

getShort

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

getShort

public short getShort(java.lang.String str)
               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
this always returns null

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

getString

public java.lang.String getString(int param)
                           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 str)
                           throws java.sql.SQLException
Specified by:
getString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTime

public java.sql.Time getTime(int param)
                      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 str)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTime

public java.sql.Time getTime(int param,
                             java.util.Calendar calendar)
                      throws java.sql.SQLException
this operation is not supported

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

getTime

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

getTimestamp

public java.sql.Timestamp getTimestamp(int param)
                                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 str)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(int param,
                                       java.util.Calendar calendar)
                                throws java.sql.SQLException
this operation is not supported

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

getTimestamp

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

getType

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

getURL

public java.net.URL getURL(int param)
                    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 str)
                    throws java.sql.SQLException
Specified by:
getURL in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getUnicodeStream

public java.io.InputStream getUnicodeStream(java.lang.String str)
                                     throws java.sql.SQLException
this operation is not supported

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

getUnicodeStream

public java.io.InputStream getUnicodeStream(int param)
                                     throws java.sql.SQLException
this operation is not supported

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
this operation is not supported

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
Specified by:
isBeforeFirst 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
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
this operation is not supported

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

moveToInsertRow

public void moveToInsertRow()
                     throws java.sql.SQLException
this operation is not supported

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
Specified by:
previous in interface java.sql.ResultSet
Throws:
java.sql.SQLException

refreshRow

public void refreshRow()
                throws java.sql.SQLException
this operation is not supported

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

relative

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

rowDeleted

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

rowInserted

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

rowUpdated

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

setFetchDirection

public void setFetchDirection(int param)
                       throws java.sql.SQLException
this operation is not supported

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

setFetchSize

public void setFetchSize(int param)
                  throws java.sql.SQLException
this operation is not supported

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

updateArray

public void updateArray(java.lang.String str,
                        java.sql.Array array)
                 throws java.sql.SQLException
this operation is not supported

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

updateArray

public void updateArray(int param,
                        java.sql.Array array)
                 throws java.sql.SQLException
this operation is not supported

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

updateAsciiStream

public void updateAsciiStream(java.lang.String str,
                              java.io.InputStream inputStream,
                              int param)
                       throws java.sql.SQLException
this operation is not supported

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

updateAsciiStream

public void updateAsciiStream(int param,
                              java.io.InputStream inputStream,
                              int param2)
                       throws java.sql.SQLException
this operation is not supported

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

updateBigDecimal

public void updateBigDecimal(java.lang.String str,
                             java.math.BigDecimal bigDecimal)
                      throws java.sql.SQLException
this operation is not supported

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

updateBigDecimal

public void updateBigDecimal(int param,
                             java.math.BigDecimal bigDecimal)
                      throws java.sql.SQLException
this operation is not supported

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

updateBinaryStream

public void updateBinaryStream(int param,
                               java.io.InputStream inputStream,
                               int param2)
                        throws java.sql.SQLException
this operation is not supported

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

updateBinaryStream

public void updateBinaryStream(java.lang.String str,
                               java.io.InputStream inputStream,
                               int param)
                        throws java.sql.SQLException
this operation is not supported

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

updateBlob

public void updateBlob(int param,
                       java.sql.Blob blob)
                throws java.sql.SQLException
this operation is not supported

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

updateBlob

public void updateBlob(java.lang.String str,
                       java.sql.Blob blob)
                throws java.sql.SQLException
this operation is not supported

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

updateBoolean

public void updateBoolean(int param,
                          boolean param1)
                   throws java.sql.SQLException
this operation is not supported

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

updateBoolean

public void updateBoolean(java.lang.String str,
                          boolean param)
                   throws java.sql.SQLException
this operation is not supported

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

updateByte

public void updateByte(int param,
                       byte param1)
                throws java.sql.SQLException
this operation is not supported

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

updateByte

public void updateByte(java.lang.String str,
                       byte param)
                throws java.sql.SQLException
this operation is not supported

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

updateBytes

public void updateBytes(int param,
                        byte[] values)
                 throws java.sql.SQLException
this operation is not supported

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

updateBytes

public void updateBytes(java.lang.String str,
                        byte[] values)
                 throws java.sql.SQLException
this operation is not supported

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

updateCharacterStream

public void updateCharacterStream(int param,
                                  java.io.Reader reader,
                                  int param2)
                           throws java.sql.SQLException
this operation is not supported

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

updateCharacterStream

public void updateCharacterStream(java.lang.String str,
                                  java.io.Reader reader,
                                  int param)
                           throws java.sql.SQLException
this operation is not supported

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

updateClob

public void updateClob(java.lang.String str,
                       java.sql.Clob clob)
                throws java.sql.SQLException
this operation is not supported

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

updateClob

public void updateClob(int param,
                       java.sql.Clob clob)
                throws java.sql.SQLException
this operation is not supported

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

updateDate

public void updateDate(int param,
                       java.sql.Date date)
                throws java.sql.SQLException
this operation is not supported

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

updateDate

public void updateDate(java.lang.String str,
                       java.sql.Date date)
                throws java.sql.SQLException
this operation is not supported

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

updateDouble

public void updateDouble(int param,
                         double param1)
                  throws java.sql.SQLException
this operation is not supported

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

updateDouble

public void updateDouble(java.lang.String str,
                         double param)
                  throws java.sql.SQLException
this operation is not supported

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

updateFloat

public void updateFloat(java.lang.String str,
                        float param)
                 throws java.sql.SQLException
this operation is not supported

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

updateFloat

public void updateFloat(int param,
                        float param1)
                 throws java.sql.SQLException
this operation is not supported

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

updateInt

public void updateInt(java.lang.String str,
                      int param)
               throws java.sql.SQLException
this operation is not supported

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

updateInt

public void updateInt(int param,
                      int param1)
               throws java.sql.SQLException
this operation is not supported

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

updateLong

public void updateLong(int param,
                       long param1)
                throws java.sql.SQLException
this operation is not supported

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

updateLong

public void updateLong(java.lang.String str,
                       long param)
                throws java.sql.SQLException
this operation is not supported

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

updateNull

public void updateNull(java.lang.String str)
                throws java.sql.SQLException
this operation is not supported

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

updateNull

public void updateNull(int param)
                throws java.sql.SQLException
this operation is not supported

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

updateObject

public void updateObject(java.lang.String str,
                         java.lang.Object obj)
                  throws java.sql.SQLException
this operation is not supported

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

updateObject

public void updateObject(int param,
                         java.lang.Object obj)
                  throws java.sql.SQLException
this operation is not supported

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

updateObject

public void updateObject(int param,
                         java.lang.Object obj,
                         int param2)
                  throws java.sql.SQLException
this operation is not supported

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

updateObject

public void updateObject(java.lang.String str,
                         java.lang.Object obj,
                         int param)
                  throws java.sql.SQLException
this operation is not supported

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

updateRef

public void updateRef(int param,
                      java.sql.Ref ref)
               throws java.sql.SQLException
this operation is not supported

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

updateRef

public void updateRef(java.lang.String str,
                      java.sql.Ref ref)
               throws java.sql.SQLException
this operation is not supported

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

updateRow

public void updateRow()
               throws java.sql.SQLException
this operation is not supported

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

updateShort

public void updateShort(int param,
                        short param1)
                 throws java.sql.SQLException
this operation is not supported

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

updateShort

public void updateShort(java.lang.String str,
                        short param)
                 throws java.sql.SQLException
this operation is not supported

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

updateString

public void updateString(int param,
                         java.lang.String str)
                  throws java.sql.SQLException
this operation is not supported

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

updateString

public void updateString(java.lan