patterntesting.runtime.monitor.db.internal
Class StasiResultSet

Package class diagram package StasiResultSet
java.lang.Object
  extended by patterntesting.runtime.monitor.db.internal.StasiResultSet
All Implemented Interfaces:
ResultSet, Wrapper

public final class StasiResultSet
extends Object
implements ResultSet

A simple wrapper for ResultSet to be able to find resource problems while iterating through a ResultSet.

Why the name "Stasi..."? The Stasi was the official state security service of Eastern Germany which controls the people (like NSA in the U.S. or KGB in Russia, see also Wikipedia). The StasiResultSet controls the embedded ResultSet - therefore the name.

Since:
1.4.1 (15.04.2014)
Author:
oliver

Field Summary
 
Fields inherited from interface java.sql.ResultSet
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE
 
Constructor Summary
StasiResultSet(ResultSet rs)
          Instantiates a new stasi result set.
 
Method Summary
 boolean absolute(int arg0)
          Absolute.
 void afterLast()
          After last.
 void beforeFirst()
          Before first.
 void cancelRowUpdates()
          Cancel row updates.
 void clearWarnings()
          Clear warnings.
 void close()
          Close.
 void deleteRow()
          Delete row.
 int findColumn(String arg0)
          Find column.
 boolean first()
          First.
 Array getArray(int arg0)
          Gets the array.
 Array getArray(String arg0)
          Gets the array.
 InputStream getAsciiStream(int arg0)
          Gets the ascii stream.
 InputStream getAsciiStream(String arg0)
          Gets the ascii stream.
 BigDecimal getBigDecimal(int arg0)
          Gets the big decimal.
 BigDecimal getBigDecimal(int arg0, int arg1)
          Deprecated. use getBigDecimal(int)
 BigDecimal getBigDecimal(String arg0)
          Gets the big decimal.
 BigDecimal getBigDecimal(String arg0, int arg1)
          Deprecated. use getBigDecimal(int)
 InputStream getBinaryStream(int arg0)
          Gets the binary stream.
 InputStream getBinaryStream(String arg0)
          Gets the binary stream.
 Blob getBlob(int arg0)
          Gets the blob.
 Blob getBlob(String arg0)
          Gets the blob.
 boolean getBoolean(int arg0)
          Gets the boolean.
 boolean getBoolean(String arg0)
          Gets the boolean.
 byte getByte(int arg0)
          Gets the byte.
 byte getByte(String arg0)
          Gets the byte.
 byte[] getBytes(int arg0)
          Gets the bytes.
 byte[] getBytes(String arg0)
          Gets the bytes.
 Reader getCharacterStream(int arg0)
          Gets the character stream.
 Reader getCharacterStream(String arg0)
          Gets the character stream.
 Clob getClob(int arg0)
          Gets the clob.
 Clob getClob(String arg0)
          Gets the clob.
 int getConcurrency()
          Gets the concurrency.
 String getCursorName()
          Gets the cursor name.
 Date getDate(int arg0)
          Gets the date.
 Date getDate(int arg0, Calendar arg1)
          Gets the date.
 Date getDate(String arg0)
          Gets the date.
 Date getDate(String arg0, Calendar arg1)
          Gets the date.
 double getDouble(int arg0)
          Gets the double.
 double getDouble(String arg0)
          Gets the double.
 int getFetchDirection()
          Gets the fetch direction.
 int getFetchSize()
          Gets the fetch size.
 float getFloat(int arg0)
          Gets the float.
 float getFloat(String arg0)
          Gets the float.
 int getHoldability()
          Gets the holdability.
 int getInt(int arg0)
          Gets the int.
 int getInt(String arg0)
          Gets the int.
 long getLong(int arg0)
          Gets the long.
 long getLong(String arg0)
          Gets the long.
 ResultSetMetaData getMetaData()
          Gets the meta data.
 Reader getNCharacterStream(int arg0)
          Gets the n character stream.
 Reader getNCharacterStream(String arg0)
          Gets the n character stream.
 NClob getNClob(int arg0)
          Gets the n clob.
 NClob getNClob(String arg0)
          Gets the n clob.
 String getNString(int arg0)
          Gets the n string.
 String getNString(String arg0)
          Gets the n string.
 Object getObject(int arg0)
          Gets the object.
 Object getObject(int arg0, Map<String,Class<?>> arg1)
          Gets the object.
 Object getObject(String arg0)
          Gets the object.
 Object getObject(String arg0, Map<String,Class<?>> arg1)
          Gets the object.
 Ref getRef(int arg0)
          Gets the ref.
 Ref getRef(String arg0)
          Gets the ref.
 int getRow()
          Gets the row.
 RowId getRowId(int arg0)
          Gets the row id.
 RowId getRowId(String arg0)
          Gets the row id.
 short getShort(int arg0)
          Gets the short.
 short getShort(String arg0)
          Gets the short.
 SQLXML getSQLXML(int arg0)
          Gets the sqlxml.
 SQLXML getSQLXML(String arg0)
          Gets the sqlxml.
 Statement getStatement()
          Gets the statement.
 String getString(int arg0)
          Gets the string.
 String getString(String arg0)
          Gets the string.
 Time getTime(int arg0)
          Gets the time.
 Time getTime(int arg0, Calendar arg1)
          Gets the time.
 Time getTime(String arg0)
          Gets the time.
 Time getTime(String arg0, Calendar arg1)
          Gets the time.
 Timestamp getTimestamp(int arg0)
          Gets the timestamp.
 Timestamp getTimestamp(int arg0, Calendar arg1)
          Gets the timestamp.
 Timestamp getTimestamp(String arg0)
          Gets the timestamp.
 Timestamp getTimestamp(String arg0, Calendar arg1)
          Gets the timestamp.
 int getType()
          Gets the type.
 InputStream getUnicodeStream(int arg0)
          Deprecated. use normal encoding
 InputStream getUnicodeStream(String arg0)
          Deprecated. use normal encoding
 URL getURL(int arg0)
          Gets the url.
 URL getURL(String arg0)
          Gets the url.
 SQLWarning getWarnings()
          Gets the warnings.
 void insertRow()
          Insert row.
 boolean isAfterLast()
          Checks if is after last.
 boolean isBeforeFirst()
          Checks if is before first.
 boolean isClosed()
          Checks if is closed.
 boolean isFirst()
          Checks if is first.
 boolean isLast()
          Checks if is last.
 boolean isWrapperFor(Class<?> arg0)
          Checks if is wrapper for.
 boolean last()
          Last.
 void moveToCurrentRow()
          Move to current row.
 void moveToInsertRow()
          Move to insert row.
 boolean next()
          Next.
 boolean previous()
          Previous.
 void refreshRow()
          Refresh row.
 boolean relative(int arg0)
          Relative.
 boolean rowDeleted()
          Row deleted.
 boolean rowInserted()
          Row inserted.
 boolean rowUpdated()
          Row updated.
 void setFetchDirection(int arg0)
          Sets the fetch direction.
 void setFetchSize(int arg0)
          Sets the fetch size.
 String toString()
          A toString implementation which supports and logging.
<T> T
unwrap(Class<T> arg0)
          Unwrap.
 void updateArray(int arg0, Array arg1)
          Update array.
 void updateArray(String arg0, Array arg1)
          Update array.
 void updateAsciiStream(int arg0, InputStream arg1)
          Update ascii stream.
 void updateAsciiStream(int arg0, InputStream arg1, int arg2)
          Update ascii stream.
 void updateAsciiStream(int arg0, InputStream arg1, long arg2)
          Update ascii stream.
 void updateAsciiStream(String arg0, InputStream arg1)
          Update ascii stream.
 void updateAsciiStream(String arg0, InputStream arg1, int arg2)
          Update ascii stream.
 void updateAsciiStream(String arg0, InputStream arg1, long arg2)
          Update ascii stream.
 void updateBigDecimal(int arg0, BigDecimal arg1)
          Update big decimal.
 void updateBigDecimal(String arg0, BigDecimal arg1)
          Update big decimal.
 void updateBinaryStream(int arg0, InputStream arg1)
          Update binary stream.
 void updateBinaryStream(int arg0, InputStream arg1, int arg2)
          Update binary stream.
 void updateBinaryStream(int arg0, InputStream arg1, long arg2)
          Update binary stream.
 void updateBinaryStream(String arg0, InputStream arg1)
          Update binary stream.
 void updateBinaryStream(String arg0, InputStream arg1, int arg2)
          Update binary stream.
 void updateBinaryStream(String arg0, InputStream arg1, long arg2)
          Update binary stream.
 void updateBlob(int arg0, Blob arg1)
          Update blob.
 void updateBlob(int arg0, InputStream arg1)
          Update blob.
 void updateBlob(int arg0, InputStream arg1, long arg2)
          Update blob.
 void updateBlob(String arg0, Blob arg1)
          Update blob.
 void updateBlob(String arg0, InputStream arg1)
          Update blob.
 void updateBlob(String arg0, InputStream arg1, long arg2)
          Update blob.
 void updateBoolean(int arg0, boolean arg1)
          Update boolean.
 void updateBoolean(String arg0, boolean arg1)
          Update boolean.
 void updateByte(int arg0, byte arg1)
          Update byte.
 void updateByte(String arg0, byte arg1)
          Update byte.
 void updateBytes(int arg0, byte[] arg1)
          Update bytes.
 void updateBytes(String arg0, byte[] arg1)
          Update bytes.
 void updateCharacterStream(int arg0, Reader arg1)
          Update character stream.
 void updateCharacterStream(int arg0, Reader arg1, int arg2)
          Update character stream.
 void updateCharacterStream(int arg0, Reader arg1, long arg2)
          Update character stream.
 void updateCharacterStream(String arg0, Reader arg1)
          Update character stream.
 void updateCharacterStream(String arg0, Reader arg1, int arg2)
          Update character stream.
 void updateCharacterStream(String arg0, Reader arg1, long arg2)
          Update character stream.
 void updateClob(int arg0, Clob arg1)
          Update clob.
 void updateClob(int arg0, Reader arg1)
          Update clob.
 void updateClob(int arg0, Reader arg1, long arg2)
          Update clob.
 void updateClob(String arg0, Clob arg1)
          Update clob.
 void updateClob(String arg0, Reader arg1)
          Update clob.
 void updateClob(String arg0, Reader arg1, long arg2)
          Update clob.
 void updateDate(int arg0, Date arg1)
          Update date.
 void updateDate(String arg0, Date arg1)
          Update date.
 void updateDouble(int arg0, double arg1)
          Update double.
 void updateDouble(String arg0, double arg1)
          Update double.
 void updateFloat(int arg0, float arg1)
          Update float.
 void updateFloat(String arg0, float arg1)
          Update float.
 void updateInt(int arg0, int arg1)
          Update int.
 void updateInt(String arg0, int arg1)
          Update int.
 void updateLong(int arg0, long arg1)
          Update long.
 void updateLong(String arg0, long arg1)
          Update long.
 void updateNCharacterStream(int arg0, Reader arg1)
          Update n character stream.
 void updateNCharacterStream(int arg0, Reader arg1, long arg2)
          Update n character stream.
 void updateNCharacterStream(String arg0, Reader arg1)
          Update n character stream.
 void updateNCharacterStream(String arg0, Reader arg1, long arg2)
          Update n character stream.
 void updateNClob(int arg0, NClob arg1)
          Update n clob.
 void updateNClob(int arg0, Reader arg1)
          Update n clob.
 void updateNClob(int arg0, Reader arg1, long arg2)
          Update n clob.
 void updateNClob(String arg0, NClob arg1)
          Update n clob.
 void updateNClob(String arg0, Reader arg1)
          Update n clob.
 void updateNClob(String arg0, Reader arg1, long arg2)
          Update n clob.
 void updateNString(int arg0, String arg1)
          Update n string.
 void updateNString(String arg0, String arg1)
          Update n string.
 void updateNull(int arg0)
          Update null.
 void updateNull(String arg0)
          Update null.
 void updateObject(int arg0, Object arg1)
          Update object.
 void updateObject(int arg0, Object arg1, int arg2)
          Update object.
 void updateObject(String arg0, Object arg1)
          Update object.
 void updateObject(String arg0, Object arg1, int arg2)
          Update object.
 void updateRef(int arg0, Ref arg1)
          Update ref.
 void updateRef(String arg0, Ref arg1)
          Update ref.
 void updateRow()
          Update row.
 void updateRowId(int arg0, RowId arg1)
          Update row id.
 void updateRowId(String arg0, RowId arg1)
          Update row id.
 void updateShort(int arg0, short arg1)
          Update short.
 void updateShort(String arg0, short arg1)
          Update short.
 void updateSQLXML(int arg0, SQLXML arg1)
          Update sqlxml.
 void updateSQLXML(String arg0, SQLXML arg1)
          Update sqlxml.
 void updateString(int arg0, String arg1)
          Update string.
 void updateString(String arg0, String arg1)
          Update string.
 void updateTime(int arg0, Time arg1)
          Update time.
 void updateTime(String arg0, Time arg1)
          Update time.
 void updateTimestamp(int arg0, Timestamp arg1)
          Update timestamp.
 void updateTimestamp(String arg0, Timestamp arg1)
          Update timestamp.
 boolean wasNull()
          Was null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StasiResultSet

public StasiResultSet(ResultSet rs)
Instantiates a new stasi result set.

Parameters:
rs - the rs
Method Detail

absolute

public boolean absolute(int arg0)
                 throws SQLException
Absolute.

Specified by:
absolute in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
true, if successful
Throws:
SQLException - the SQL exception
See Also:
ResultSet.absolute(int)

afterLast

public void afterLast()
               throws SQLException
After last.

Specified by:
afterLast in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.afterLast()

beforeFirst

public void beforeFirst()
                 throws SQLException
Before first.

Specified by:
beforeFirst in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.beforeFirst()

cancelRowUpdates

public void cancelRowUpdates()
                      throws SQLException
Cancel row updates.

Specified by:
cancelRowUpdates in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.cancelRowUpdates()

clearWarnings

public void clearWarnings()
                   throws SQLException
Clear warnings.

Specified by:
clearWarnings in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.clearWarnings()

close

public void close()
           throws SQLException
Close.

Specified by:
close in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.close()

deleteRow

public void deleteRow()
               throws SQLException
Delete row.

Specified by:
deleteRow in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.deleteRow()

findColumn

public int findColumn(String arg0)
               throws SQLException
Find column.

Specified by:
findColumn in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the int
Throws:
SQLException - the SQL exception
See Also:
ResultSet.findColumn(java.lang.String)

first

public boolean first()
              throws SQLException
First.

Specified by:
first in interface ResultSet
Returns:
true, if successful
Throws:
SQLException - the SQL exception
See Also:
ResultSet.first()

getArray

public Array getArray(int arg0)
               throws SQLException
Gets the array.

Specified by:
getArray in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the array
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getArray(int)

getArray

public Array getArray(String arg0)
               throws SQLException
Gets the array.

Specified by:
getArray in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the array
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getArray(java.lang.String)

getAsciiStream

public InputStream getAsciiStream(int arg0)
                           throws SQLException
Gets the ascii stream.

Specified by:
getAsciiStream in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the ascii stream
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getAsciiStream(int)

getAsciiStream

public InputStream getAsciiStream(String arg0)
                           throws SQLException
Gets the ascii stream.

Specified by:
getAsciiStream in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the ascii stream
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getAsciiStream(java.lang.String)

getBigDecimal

@Deprecated
public BigDecimal getBigDecimal(int arg0,
                                           int arg1)
                         throws SQLException
Deprecated. use getBigDecimal(int)

Gets the big decimal.

Specified by:
getBigDecimal in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Returns:
the big decimal
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBigDecimal(int, int)

getBigDecimal

public BigDecimal getBigDecimal(int arg0)
                         throws SQLException
Gets the big decimal.

Specified by:
getBigDecimal in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the big decimal
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBigDecimal(int)

getBigDecimal

@Deprecated
public BigDecimal getBigDecimal(String arg0,
                                           int arg1)
                         throws SQLException
Deprecated. use getBigDecimal(int)

Gets the big decimal.

Specified by:
getBigDecimal in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Returns:
the big decimal
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBigDecimal(java.lang.String, int)

getBigDecimal

public BigDecimal getBigDecimal(String arg0)
                         throws SQLException
Gets the big decimal.

Specified by:
getBigDecimal in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the big decimal
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBigDecimal(java.lang.String)

getBinaryStream

public InputStream getBinaryStream(int arg0)
                            throws SQLException
Gets the binary stream.

Specified by:
getBinaryStream in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the binary stream
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBinaryStream(int)

getBinaryStream

public InputStream getBinaryStream(String arg0)
                            throws SQLException
Gets the binary stream.

Specified by:
getBinaryStream in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the binary stream
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBinaryStream(java.lang.String)

getBlob

public Blob getBlob(int arg0)
             throws SQLException
Gets the blob.

Specified by:
getBlob in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the blob
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBlob(int)

getBlob

public Blob getBlob(String arg0)
             throws SQLException
Gets the blob.

Specified by:
getBlob in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the blob
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBlob(java.lang.String)

getBoolean

public boolean getBoolean(int arg0)
                   throws SQLException
Gets the boolean.

Specified by:
getBoolean in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the boolean
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBoolean(int)

getBoolean

public boolean getBoolean(String arg0)
                   throws SQLException
Gets the boolean.

Specified by:
getBoolean in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the boolean
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBoolean(java.lang.String)

getByte

public byte getByte(int arg0)
             throws SQLException
Gets the byte.

Specified by:
getByte in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the byte
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getByte(int)

getByte

public byte getByte(String arg0)
             throws SQLException
Gets the byte.

Specified by:
getByte in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the byte
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getByte(java.lang.String)

getBytes

public byte[] getBytes(int arg0)
                throws SQLException
Gets the bytes.

Specified by:
getBytes in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the bytes
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBytes(int)

getBytes

public byte[] getBytes(String arg0)
                throws SQLException
Gets the bytes.

Specified by:
getBytes in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the bytes
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getBytes(java.lang.String)

getCharacterStream

public Reader getCharacterStream(int arg0)
                          throws SQLException
Gets the character stream.

Specified by:
getCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the character stream
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getCharacterStream(int)

getCharacterStream

public Reader getCharacterStream(String arg0)
                          throws SQLException
Gets the character stream.

Specified by:
getCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the character stream
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getCharacterStream(java.lang.String)

getClob

public Clob getClob(int arg0)
             throws SQLException
Gets the clob.

Specified by:
getClob in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the clob
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getClob(int)

getClob

public Clob getClob(String arg0)
             throws SQLException
Gets the clob.

Specified by:
getClob in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the clob
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getClob(java.lang.String)

getConcurrency

public int getConcurrency()
                   throws SQLException
Gets the concurrency.

Specified by:
getConcurrency in interface ResultSet
Returns:
the concurrency
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getConcurrency()

getCursorName

public String getCursorName()
                     throws SQLException
Gets the cursor name.

Specified by:
getCursorName in interface ResultSet
Returns:
the cursor name
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getCursorName()

getDate

public Date getDate(int arg0,
                    Calendar arg1)
             throws SQLException
Gets the date.

Specified by:
getDate in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Returns:
the date
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getDate(int, java.util.Calendar)

getDate

public Date getDate(int arg0)
             throws SQLException
Gets the date.

Specified by:
getDate in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the date
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getDate(int)

getDate

public Date getDate(String arg0,
                    Calendar arg1)
             throws SQLException
Gets the date.

Specified by:
getDate in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Returns:
the date
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getDate(java.lang.String, java.util.Calendar)

getDate

public Date getDate(String arg0)
             throws SQLException
Gets the date.

Specified by:
getDate in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the date
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getDate(java.lang.String)

getDouble

public double getDouble(int arg0)
                 throws SQLException
Gets the double.

Specified by:
getDouble in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the double
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getDouble(int)

getDouble

public double getDouble(String arg0)
                 throws SQLException
Gets the double.

Specified by:
getDouble in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the double
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getDouble(java.lang.String)

getFetchDirection

public int getFetchDirection()
                      throws SQLException
Gets the fetch direction.

Specified by:
getFetchDirection in interface ResultSet
Returns:
the fetch direction
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getFetchDirection()

getFetchSize

public int getFetchSize()
                 throws SQLException
Gets the fetch size.

Specified by:
getFetchSize in interface ResultSet
Returns:
the fetch size
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getFetchSize()

getFloat

public float getFloat(int arg0)
               throws SQLException
Gets the float.

Specified by:
getFloat in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the float
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getFloat(int)

getFloat

public float getFloat(String arg0)
               throws SQLException
Gets the float.

Specified by:
getFloat in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the float
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getFloat(java.lang.String)

getHoldability

public int getHoldability()
                   throws SQLException
Gets the holdability.

Specified by:
getHoldability in interface ResultSet
Returns:
the holdability
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getHoldability()

getInt

public int getInt(int arg0)
           throws SQLException
Gets the int.

Specified by:
getInt in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the int
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getInt(int)

getInt

public int getInt(String arg0)
           throws SQLException
Gets the int.

Specified by:
getInt in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the int
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getInt(java.lang.String)

getLong

public long getLong(int arg0)
             throws SQLException
Gets the long.

Specified by:
getLong in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the long
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getLong(int)

getLong

public long getLong(String arg0)
             throws SQLException
Gets the long.

Specified by:
getLong in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the long
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getLong(java.lang.String)

getMetaData

public ResultSetMetaData getMetaData()
                              throws SQLException
Gets the meta data.

Specified by:
getMetaData in interface ResultSet
Returns:
the meta data
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getMetaData()

getNCharacterStream

public Reader getNCharacterStream(int arg0)
                           throws SQLException
Gets the n character stream.

Specified by:
getNCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the n character stream
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getNCharacterStream(int)

getNCharacterStream

public Reader getNCharacterStream(String arg0)
                           throws SQLException
Gets the n character stream.

Specified by:
getNCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the n character stream
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getNCharacterStream(java.lang.String)

getNClob

public NClob getNClob(int arg0)
               throws SQLException
Gets the n clob.

Specified by:
getNClob in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the n clob
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getNClob(int)

getNClob

public NClob getNClob(String arg0)
               throws SQLException
Gets the n clob.

Specified by:
getNClob in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the n clob
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getNClob(java.lang.String)

getNString

public String getNString(int arg0)
                  throws SQLException
Gets the n string.

Specified by:
getNString in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the n string
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getNString(int)

getNString

public String getNString(String arg0)
                  throws SQLException
Gets the n string.

Specified by:
getNString in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the n string
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getNString(java.lang.String)

getObject

public Object getObject(int arg0,
                        Map<String,Class<?>> arg1)
                 throws SQLException
Gets the object.

Specified by:
getObject in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Returns:
the object
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getObject(int, java.util.Map)

getObject

public Object getObject(int arg0)
                 throws SQLException
Gets the object.

Specified by:
getObject in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the object
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getObject(int)

getObject

public Object getObject(String arg0,
                        Map<String,Class<?>> arg1)
                 throws SQLException
Gets the object.

Specified by:
getObject in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Returns:
the object
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getObject(java.lang.String, java.util.Map)

getObject

public Object getObject(String arg0)
                 throws SQLException
Gets the object.

Specified by:
getObject in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the object
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getObject(java.lang.String)

getRef

public Ref getRef(int arg0)
           throws SQLException
Gets the ref.

Specified by:
getRef in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the ref
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getRef(int)

getRef

public Ref getRef(String arg0)
           throws SQLException
Gets the ref.

Specified by:
getRef in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the ref
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getRef(java.lang.String)

getRow

public int getRow()
           throws SQLException
Gets the row.

Specified by:
getRow in interface ResultSet
Returns:
the row
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getRow()

getRowId

public RowId getRowId(int arg0)
               throws SQLException
Gets the row id.

Specified by:
getRowId in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the row id
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getRowId(int)

getRowId

public RowId getRowId(String arg0)
               throws SQLException
Gets the row id.

Specified by:
getRowId in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the row id
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getRowId(java.lang.String)

getSQLXML

public SQLXML getSQLXML(int arg0)
                 throws SQLException
Gets the sqlxml.

Specified by:
getSQLXML in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the sqlxml
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getSQLXML(int)

getSQLXML

public SQLXML getSQLXML(String arg0)
                 throws SQLException
Gets the sqlxml.

Specified by:
getSQLXML in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the sqlxml
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getSQLXML(java.lang.String)

getShort

public short getShort(int arg0)
               throws SQLException
Gets the short.

Specified by:
getShort in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the short
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getShort(int)

getShort

public short getShort(String arg0)
               throws SQLException
Gets the short.

Specified by:
getShort in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the short
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getShort(java.lang.String)

getStatement

public Statement getStatement()
                       throws SQLException
Gets the statement.

Specified by:
getStatement in interface ResultSet
Returns:
the statement
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getStatement()

getString

public String getString(int arg0)
                 throws SQLException
Gets the string.

Specified by:
getString in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the string
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getString(int)

getString

public String getString(String arg0)
                 throws SQLException
Gets the string.

Specified by:
getString in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the string
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getString(java.lang.String)

getTime

public Time getTime(int arg0,
                    Calendar arg1)
             throws SQLException
Gets the time.

Specified by:
getTime in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Returns:
the time
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getTime(int, java.util.Calendar)

getTime

public Time getTime(int arg0)
             throws SQLException
Gets the time.

Specified by:
getTime in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the time
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getTime(int)

getTime

public Time getTime(String arg0,
                    Calendar arg1)
             throws SQLException
Gets the time.

Specified by:
getTime in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Returns:
the time
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getTime(java.lang.String, java.util.Calendar)

getTime

public Time getTime(String arg0)
             throws SQLException
Gets the time.

Specified by:
getTime in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the time
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getTime(java.lang.String)

getTimestamp

public Timestamp getTimestamp(int arg0,
                              Calendar arg1)
                       throws SQLException
Gets the timestamp.

Specified by:
getTimestamp in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Returns:
the timestamp
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getTimestamp(int, java.util.Calendar)

getTimestamp

public Timestamp getTimestamp(int arg0)
                       throws SQLException
Gets the timestamp.

Specified by:
getTimestamp in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the timestamp
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getTimestamp(int)

getTimestamp

public Timestamp getTimestamp(String arg0,
                              Calendar arg1)
                       throws SQLException
Gets the timestamp.

Specified by:
getTimestamp in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Returns:
the timestamp
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getTimestamp(java.lang.String, java.util.Calendar)

getTimestamp

public Timestamp getTimestamp(String arg0)
                       throws SQLException
Gets the timestamp.

Specified by:
getTimestamp in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the timestamp
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getTimestamp(java.lang.String)

getType

public int getType()
            throws SQLException
Gets the type.

Specified by:
getType in interface ResultSet
Returns:
the type
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getType()

getURL

public URL getURL(int arg0)
           throws SQLException
Gets the url.

Specified by:
getURL in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the url
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getURL(int)

getURL

public URL getURL(String arg0)
           throws SQLException
Gets the url.

Specified by:
getURL in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the url
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getURL(java.lang.String)

getUnicodeStream

@Deprecated
public InputStream getUnicodeStream(int arg0)
                             throws SQLException
Deprecated. use normal encoding

Gets the unicode stream.

Specified by:
getUnicodeStream in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the unicode stream
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getUnicodeStream(int)

getUnicodeStream

@Deprecated
public InputStream getUnicodeStream(String arg0)
                             throws SQLException
Deprecated. use normal encoding

Gets the unicode stream.

Specified by:
getUnicodeStream in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
the unicode stream
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getUnicodeStream(java.lang.String)

getWarnings

public SQLWarning getWarnings()
                       throws SQLException
Gets the warnings.

Specified by:
getWarnings in interface ResultSet
Returns:
the warnings
Throws:
SQLException - the SQL exception
See Also:
ResultSet.getWarnings()

insertRow

public void insertRow()
               throws SQLException
Insert row.

Specified by:
insertRow in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.insertRow()

isAfterLast

public boolean isAfterLast()
                    throws SQLException
Checks if is after last.

Specified by:
isAfterLast in interface ResultSet
Returns:
true, if is after last
Throws:
SQLException - the SQL exception
See Also:
ResultSet.isAfterLast()

isBeforeFirst

public boolean isBeforeFirst()
                      throws SQLException
Checks if is before first.

Specified by:
isBeforeFirst in interface ResultSet
Returns:
true, if is before first
Throws:
SQLException - the SQL exception
See Also:
ResultSet.isBeforeFirst()

isClosed

public boolean isClosed()
                 throws SQLException
Checks if is closed.

Specified by:
isClosed in interface ResultSet
Returns:
true, if is closed
Throws:
SQLException - the SQL exception
See Also:
ResultSet.isClosed()

isFirst

public boolean isFirst()
                throws SQLException
Checks if is first.

Specified by:
isFirst in interface ResultSet
Returns:
true, if is first
Throws:
SQLException - the SQL exception
See Also:
ResultSet.isFirst()

isLast

public boolean isLast()
               throws SQLException
Checks if is last.

Specified by:
isLast in interface ResultSet
Returns:
true, if is last
Throws:
SQLException - the SQL exception
See Also:
ResultSet.isLast()

isWrapperFor

public boolean isWrapperFor(Class<?> arg0)
                     throws SQLException
Checks if is wrapper for.

Specified by:
isWrapperFor in interface Wrapper
Parameters:
arg0 - the arg0
Returns:
true, if is wrapper for
Throws:
SQLException - the SQL exception
See Also:
Wrapper.isWrapperFor(java.lang.Class)

last

public boolean last()
             throws SQLException
Last.

Specified by:
last in interface ResultSet
Returns:
true, if successful
Throws:
SQLException - the SQL exception
See Also:
ResultSet.last()

moveToCurrentRow

public void moveToCurrentRow()
                      throws SQLException
Move to current row.

Specified by:
moveToCurrentRow in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.moveToCurrentRow()

moveToInsertRow

public void moveToInsertRow()
                     throws SQLException
Move to insert row.

Specified by:
moveToInsertRow in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.moveToInsertRow()

next

public boolean next()
             throws SQLException
Next.

Specified by:
next in interface ResultSet
Returns:
true, if successful
Throws:
SQLException - the SQL exception
See Also:
ResultSet.next()

previous

public boolean previous()
                 throws SQLException
Previous.

Specified by:
previous in interface ResultSet
Returns:
true, if successful
Throws:
SQLException - the SQL exception
See Also:
ResultSet.previous()

refreshRow

public void refreshRow()
                throws SQLException
Refresh row.

Specified by:
refreshRow in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.refreshRow()

relative

public boolean relative(int arg0)
                 throws SQLException
Relative.

Specified by:
relative in interface ResultSet
Parameters:
arg0 - the arg0
Returns:
true, if successful
Throws:
SQLException - the SQL exception
See Also:
ResultSet.relative(int)

rowDeleted

public boolean rowDeleted()
                   throws SQLException
Row deleted.

Specified by:
rowDeleted in interface ResultSet
Returns:
true, if successful
Throws:
SQLException - the SQL exception
See Also:
ResultSet.rowDeleted()

rowInserted

public boolean rowInserted()
                    throws SQLException
Row inserted.

Specified by:
rowInserted in interface ResultSet
Returns:
true, if successful
Throws:
SQLException - the SQL exception
See Also:
ResultSet.rowInserted()

rowUpdated

public boolean rowUpdated()
                   throws SQLException
Row updated.

Specified by:
rowUpdated in interface ResultSet
Returns:
true, if successful
Throws:
SQLException - the SQL exception
See Also:
ResultSet.rowUpdated()

setFetchDirection

public void setFetchDirection(int arg0)
                       throws SQLException
Sets the fetch direction.

Specified by:
setFetchDirection in interface ResultSet
Parameters:
arg0 - the new fetch direction
Throws:
SQLException - the SQL exception
See Also:
ResultSet.setFetchDirection(int)

setFetchSize

public void setFetchSize(int arg0)
                  throws SQLException
Sets the fetch size.

Specified by:
setFetchSize in interface ResultSet
Parameters:
arg0 - the new fetch size
Throws:
SQLException - the SQL exception
See Also:
ResultSet.setFetchSize(int)

unwrap

public <T> T unwrap(Class<T> arg0)
         throws SQLException
Unwrap.

Specified by:
unwrap in interface Wrapper
Type Parameters:
T - the generic type
Parameters:
arg0 - the arg0
Returns:
the t
Throws:
SQLException - the SQL exception
See Also:
Wrapper.unwrap(java.lang.Class)

updateArray

public void updateArray(int arg0,
                        Array arg1)
                 throws SQLException
Update array.

Specified by:
updateArray in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateArray(int, java.sql.Array)

updateArray

public void updateArray(String arg0,
                        Array arg1)
                 throws SQLException
Update array.

Specified by:
updateArray in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateArray(java.lang.String, java.sql.Array)

updateAsciiStream

public void updateAsciiStream(int arg0,
                              InputStream arg1,
                              int arg2)
                       throws SQLException
Update ascii stream.

Specified by:
updateAsciiStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateAsciiStream(int, java.io.InputStream, int)

updateAsciiStream

public void updateAsciiStream(int arg0,
                              InputStream arg1,
                              long arg2)
                       throws SQLException
Update ascii stream.

Specified by:
updateAsciiStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateAsciiStream(int, java.io.InputStream, long)

updateAsciiStream

public void updateAsciiStream(int arg0,
                              InputStream arg1)
                       throws SQLException
Update ascii stream.

Specified by:
updateAsciiStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateAsciiStream(int, java.io.InputStream)

updateAsciiStream

public void updateAsciiStream(String arg0,
                              InputStream arg1,
                              int arg2)
                       throws SQLException
Update ascii stream.

Specified by:
updateAsciiStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateAsciiStream(java.lang.String, java.io.InputStream, int)

updateAsciiStream

public void updateAsciiStream(String arg0,
                              InputStream arg1,
                              long arg2)
                       throws SQLException
Update ascii stream.

Specified by:
updateAsciiStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateAsciiStream(java.lang.String, java.io.InputStream, long)

updateAsciiStream

public void updateAsciiStream(String arg0,
                              InputStream arg1)
                       throws SQLException
Update ascii stream.

Specified by:
updateAsciiStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateAsciiStream(java.lang.String, java.io.InputStream)

updateBigDecimal

public void updateBigDecimal(int arg0,
                             BigDecimal arg1)
                      throws SQLException
Update big decimal.

Specified by:
updateBigDecimal in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBigDecimal(int, java.math.BigDecimal)

updateBigDecimal

public void updateBigDecimal(String arg0,
                             BigDecimal arg1)
                      throws SQLException
Update big decimal.

Specified by:
updateBigDecimal in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBigDecimal(java.lang.String, java.math.BigDecimal)

updateBinaryStream

public void updateBinaryStream(int arg0,
                               InputStream arg1,
                               int arg2)
                        throws SQLException
Update binary stream.

Specified by:
updateBinaryStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBinaryStream(int, java.io.InputStream, int)

updateBinaryStream

public void updateBinaryStream(int arg0,
                               InputStream arg1,
                               long arg2)
                        throws SQLException
Update binary stream.

Specified by:
updateBinaryStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBinaryStream(int, java.io.InputStream, long)

updateBinaryStream

public void updateBinaryStream(int arg0,
                               InputStream arg1)
                        throws SQLException
Update binary stream.

Specified by:
updateBinaryStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBinaryStream(int, java.io.InputStream)

updateBinaryStream

public void updateBinaryStream(String arg0,
                               InputStream arg1,
                               int arg2)
                        throws SQLException
Update binary stream.

Specified by:
updateBinaryStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBinaryStream(java.lang.String, java.io.InputStream, int)

updateBinaryStream

public void updateBinaryStream(String arg0,
                               InputStream arg1,
                               long arg2)
                        throws SQLException
Update binary stream.

Specified by:
updateBinaryStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBinaryStream(java.lang.String, java.io.InputStream, long)

updateBinaryStream

public void updateBinaryStream(String arg0,
                               InputStream arg1)
                        throws SQLException
Update binary stream.

Specified by:
updateBinaryStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBinaryStream(java.lang.String, java.io.InputStream)

updateBlob

public void updateBlob(int arg0,
                       Blob arg1)
                throws SQLException
Update blob.

Specified by:
updateBlob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBlob(int, java.sql.Blob)

updateBlob

public void updateBlob(int arg0,
                       InputStream arg1,
                       long arg2)
                throws SQLException
Update blob.

Specified by:
updateBlob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBlob(int, java.io.InputStream, long)

updateBlob

public void updateBlob(int arg0,
                       InputStream arg1)
                throws SQLException
Update blob.

Specified by:
updateBlob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBlob(int, java.io.InputStream)

updateBlob

public void updateBlob(String arg0,
                       Blob arg1)
                throws SQLException
Update blob.

Specified by:
updateBlob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBlob(java.lang.String, java.sql.Blob)

updateBlob

public void updateBlob(String arg0,
                       InputStream arg1,
                       long arg2)
                throws SQLException
Update blob.

Specified by:
updateBlob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBlob(java.lang.String, java.io.InputStream, long)

updateBlob

public void updateBlob(String arg0,
                       InputStream arg1)
                throws SQLException
Update blob.

Specified by:
updateBlob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBlob(java.lang.String, java.io.InputStream)

updateBoolean

public void updateBoolean(int arg0,
                          boolean arg1)
                   throws SQLException
Update boolean.

Specified by:
updateBoolean in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBoolean(int, boolean)

updateBoolean

public void updateBoolean(String arg0,
                          boolean arg1)
                   throws SQLException
Update boolean.

Specified by:
updateBoolean in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBoolean(java.lang.String, boolean)

updateByte

public void updateByte(int arg0,
                       byte arg1)
                throws SQLException
Update byte.

Specified by:
updateByte in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateByte(int, byte)

updateByte

public void updateByte(String arg0,
                       byte arg1)
                throws SQLException
Update byte.

Specified by:
updateByte in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateByte(java.lang.String, byte)

updateBytes

public void updateBytes(int arg0,
                        byte[] arg1)
                 throws SQLException
Update bytes.

Specified by:
updateBytes in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBytes(int, byte[])

updateBytes

public void updateBytes(String arg0,
                        byte[] arg1)
                 throws SQLException
Update bytes.

Specified by:
updateBytes in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateBytes(java.lang.String, byte[])

updateCharacterStream

public void updateCharacterStream(int arg0,
                                  Reader arg1,
                                  int arg2)
                           throws SQLException
Update character stream.

Specified by:
updateCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateCharacterStream(int, java.io.Reader, int)

updateCharacterStream

public void updateCharacterStream(int arg0,
                                  Reader arg1,
                                  long arg2)
                           throws SQLException
Update character stream.

Specified by:
updateCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateCharacterStream(int, java.io.Reader, long)

updateCharacterStream

public void updateCharacterStream(int arg0,
                                  Reader arg1)
                           throws SQLException
Update character stream.

Specified by:
updateCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateCharacterStream(int, java.io.Reader)

updateCharacterStream

public void updateCharacterStream(String arg0,
                                  Reader arg1,
                                  int arg2)
                           throws SQLException
Update character stream.

Specified by:
updateCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateCharacterStream(java.lang.String, java.io.Reader, int)

updateCharacterStream

public void updateCharacterStream(String arg0,
                                  Reader arg1,
                                  long arg2)
                           throws SQLException
Update character stream.

Specified by:
updateCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateCharacterStream(java.lang.String, java.io.Reader, long)

updateCharacterStream

public void updateCharacterStream(String arg0,
                                  Reader arg1)
                           throws SQLException
Update character stream.

Specified by:
updateCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateCharacterStream(java.lang.String, java.io.Reader)

updateClob

public void updateClob(int arg0,
                       Clob arg1)
                throws SQLException
Update clob.

Specified by:
updateClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateClob(int, java.sql.Clob)

updateClob

public void updateClob(int arg0,
                       Reader arg1,
                       long arg2)
                throws SQLException
Update clob.

Specified by:
updateClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateClob(int, java.io.Reader, long)

updateClob

public void updateClob(int arg0,
                       Reader arg1)
                throws SQLException
Update clob.

Specified by:
updateClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateClob(int, java.io.Reader)

updateClob

public void updateClob(String arg0,
                       Clob arg1)
                throws SQLException
Update clob.

Specified by:
updateClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateClob(java.lang.String, java.sql.Clob)

updateClob

public void updateClob(String arg0,
                       Reader arg1,
                       long arg2)
                throws SQLException
Update clob.

Specified by:
updateClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateClob(java.lang.String, java.io.Reader, long)

updateClob

public void updateClob(String arg0,
                       Reader arg1)
                throws SQLException
Update clob.

Specified by:
updateClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateClob(java.lang.String, java.io.Reader)

updateDate

public void updateDate(int arg0,
                       Date arg1)
                throws SQLException
Update date.

Specified by:
updateDate in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateDate(int, java.sql.Date)

updateDate

public void updateDate(String arg0,
                       Date arg1)
                throws SQLException
Update date.

Specified by:
updateDate in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateDate(java.lang.String, java.sql.Date)

updateDouble

public void updateDouble(int arg0,
                         double arg1)
                  throws SQLException
Update double.

Specified by:
updateDouble in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateDouble(int, double)

updateDouble

public void updateDouble(String arg0,
                         double arg1)
                  throws SQLException
Update double.

Specified by:
updateDouble in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateDouble(java.lang.String, double)

updateFloat

public void updateFloat(int arg0,
                        float arg1)
                 throws SQLException
Update float.

Specified by:
updateFloat in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateFloat(int, float)

updateFloat

public void updateFloat(String arg0,
                        float arg1)
                 throws SQLException
Update float.

Specified by:
updateFloat in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateFloat(java.lang.String, float)

updateInt

public void updateInt(int arg0,
                      int arg1)
               throws SQLException
Update int.

Specified by:
updateInt in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateInt(int, int)

updateInt

public void updateInt(String arg0,
                      int arg1)
               throws SQLException
Update int.

Specified by:
updateInt in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateInt(java.lang.String, int)

updateLong

public void updateLong(int arg0,
                       long arg1)
                throws SQLException
Update long.

Specified by:
updateLong in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateLong(int, long)

updateLong

public void updateLong(String arg0,
                       long arg1)
                throws SQLException
Update long.

Specified by:
updateLong in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateLong(java.lang.String, long)

updateNCharacterStream

public void updateNCharacterStream(int arg0,
                                   Reader arg1,
                                   long arg2)
                            throws SQLException
Update n character stream.

Specified by:
updateNCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNCharacterStream(int, java.io.Reader, long)

updateNCharacterStream

public void updateNCharacterStream(int arg0,
                                   Reader arg1)
                            throws SQLException
Update n character stream.

Specified by:
updateNCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNCharacterStream(int, java.io.Reader)

updateNCharacterStream

public void updateNCharacterStream(String arg0,
                                   Reader arg1,
                                   long arg2)
                            throws SQLException
Update n character stream.

Specified by:
updateNCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNCharacterStream(java.lang.String, java.io.Reader, long)

updateNCharacterStream

public void updateNCharacterStream(String arg0,
                                   Reader arg1)
                            throws SQLException
Update n character stream.

Specified by:
updateNCharacterStream in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNCharacterStream(java.lang.String, java.io.Reader)

updateNClob

public void updateNClob(int arg0,
                        NClob arg1)
                 throws SQLException
Update n clob.

Specified by:
updateNClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNClob(int, java.sql.NClob)

updateNClob

public void updateNClob(int arg0,
                        Reader arg1,
                        long arg2)
                 throws SQLException
Update n clob.

Specified by:
updateNClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNClob(int, java.io.Reader, long)

updateNClob

public void updateNClob(int arg0,
                        Reader arg1)
                 throws SQLException
Update n clob.

Specified by:
updateNClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNClob(int, java.io.Reader)

updateNClob

public void updateNClob(String arg0,
                        NClob arg1)
                 throws SQLException
Update n clob.

Specified by:
updateNClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNClob(java.lang.String, java.sql.NClob)

updateNClob

public void updateNClob(String arg0,
                        Reader arg1,
                        long arg2)
                 throws SQLException
Update n clob.

Specified by:
updateNClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNClob(java.lang.String, java.io.Reader, long)

updateNClob

public void updateNClob(String arg0,
                        Reader arg1)
                 throws SQLException
Update n clob.

Specified by:
updateNClob in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNClob(java.lang.String, java.io.Reader)

updateNString

public void updateNString(int arg0,
                          String arg1)
                   throws SQLException
Update n string.

Specified by:
updateNString in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNString(int, java.lang.String)

updateNString

public void updateNString(String arg0,
                          String arg1)
                   throws SQLException
Update n string.

Specified by:
updateNString in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNString(java.lang.String, java.lang.String)

updateNull

public void updateNull(int arg0)
                throws SQLException
Update null.

Specified by:
updateNull in interface ResultSet
Parameters:
arg0 - the arg0
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNull(int)

updateNull

public void updateNull(String arg0)
                throws SQLException
Update null.

Specified by:
updateNull in interface ResultSet
Parameters:
arg0 - the arg0
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateNull(java.lang.String)

updateObject

public void updateObject(int arg0,
                         Object arg1,
                         int arg2)
                  throws SQLException
Update object.

Specified by:
updateObject in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateObject(int, java.lang.Object, int)

updateObject

public void updateObject(int arg0,
                         Object arg1)
                  throws SQLException
Update object.

Specified by:
updateObject in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateObject(int, java.lang.Object)

updateObject

public void updateObject(String arg0,
                         Object arg1,
                         int arg2)
                  throws SQLException
Update object.

Specified by:
updateObject in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateObject(java.lang.String, java.lang.Object, int)

updateObject

public void updateObject(String arg0,
                         Object arg1)
                  throws SQLException
Update object.

Specified by:
updateObject in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateObject(java.lang.String, java.lang.Object)

updateRef

public void updateRef(int arg0,
                      Ref arg1)
               throws SQLException
Update ref.

Specified by:
updateRef in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateRef(int, java.sql.Ref)

updateRef

public void updateRef(String arg0,
                      Ref arg1)
               throws SQLException
Update ref.

Specified by:
updateRef in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateRef(java.lang.String, java.sql.Ref)

updateRow

public void updateRow()
               throws SQLException
Update row.

Specified by:
updateRow in interface ResultSet
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateRow()

updateRowId

public void updateRowId(int arg0,
                        RowId arg1)
                 throws SQLException
Update row id.

Specified by:
updateRowId in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateRowId(int, java.sql.RowId)

updateRowId

public void updateRowId(String arg0,
                        RowId arg1)
                 throws SQLException
Update row id.

Specified by:
updateRowId in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateRowId(java.lang.String, java.sql.RowId)

updateSQLXML

public void updateSQLXML(int arg0,
                         SQLXML arg1)
                  throws SQLException
Update sqlxml.

Specified by:
updateSQLXML in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateSQLXML(int, java.sql.SQLXML)

updateSQLXML

public void updateSQLXML(String arg0,
                         SQLXML arg1)
                  throws SQLException
Update sqlxml.

Specified by:
updateSQLXML in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateSQLXML(java.lang.String, java.sql.SQLXML)

updateShort

public void updateShort(int arg0,
                        short arg1)
                 throws SQLException
Update short.

Specified by:
updateShort in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateShort(int, short)

updateShort

public void updateShort(String arg0,
                        short arg1)
                 throws SQLException
Update short.

Specified by:
updateShort in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateShort(java.lang.String, short)

updateString

public void updateString(int arg0,
                         String arg1)
                  throws SQLException
Update string.

Specified by:
updateString in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateString(int, java.lang.String)

updateString

public void updateString(String arg0,
                         String arg1)
                  throws SQLException
Update string.

Specified by:
updateString in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateString(java.lang.String, java.lang.String)

updateTime

public void updateTime(int arg0,
                       Time arg1)
                throws SQLException
Update time.

Specified by:
updateTime in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateTime(int, java.sql.Time)

updateTime

public void updateTime(String arg0,
                       Time arg1)
                throws SQLException
Update time.

Specified by:
updateTime in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateTime(java.lang.String, java.sql.Time)

updateTimestamp

public void updateTimestamp(int arg0,
                            Timestamp arg1)
                     throws SQLException
Update timestamp.

Specified by:
updateTimestamp in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateTimestamp(int, java.sql.Timestamp)

updateTimestamp

public void updateTimestamp(String arg0,
                            Timestamp arg1)
                     throws SQLException
Update timestamp.

Specified by:
updateTimestamp in interface ResultSet
Parameters:
arg0 - the arg0
arg1 - the arg1
Throws:
SQLException - the SQL exception
See Also:
ResultSet.updateTimestamp(java.lang.String, java.sql.Timestamp)

wasNull

public boolean wasNull()
                throws SQLException
Was null.

Specified by:
wasNull in interface ResultSet
Returns:
true, if successful
Throws:
SQLException - the SQL exception
See Also:
ResultSet.wasNull()

toString

public String toString()
A toString implementation which supports and logging.

Overrides:
toString in class Object
Returns:
the string
See Also:
Object.toString()


Copyright © 2002–2014 PatternTesting Team. All rights reserved.