Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

oracle.reports.plugin
Class PluginResultSetTemplate

java.lang.Object
  extended by oracle.reports.plugin.PluginResultSetTemplate
All Implemented Interfaces:
java.sql.ResultSet, java.sql.Wrapper

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

Template ResultSet class used by Template Plug-in Data Source. It provides sample code of a real functioning Plug-in Data Source. Application developers are encouraged to extend, or copy/modify Template Plug-in Data Source to create their own Plug-in Data Source. Please check PluginTypes to see list of data types supported by Reports Plug-in API.


Field Summary
protected  int mCurrentRow
           
protected  java.util.Vector mData
           
protected  PluginResultSetMetaDataTemplate mMetaData
           
protected  boolean mWasNull
           
 
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
PluginResultSetTemplate(PluginResultSetMetaDataTemplate metaData)
          Constructor
 
Method Summary
 boolean absolute(int row)
          Not used by Plugin API, simply stub it.
 void afterLast()
          Not used by Plugin API, simply stub it.
 void beforeFirst()
          Not used by Plugin API, simply stub it.
 void cancelRowUpdates()
          Not used by Plugin API, simply stub it.
 void clearWarnings()
          Not used by Plugin API, simply stub it.
 void close()
          Clean up the resource of the ResultSet.
 void deleteRow()
          Not used by Plugin API, simply stub it.
 int findColumn(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 boolean first()
          Not used by Plugin API, simply stub it.
 java.sql.Array getArray(int i)
          Not used by Plugin API, simply stub it.
 java.sql.Array getArray(java.lang.String colName)
          Not used by Plugin API, simply stub it.
 java.io.InputStream getAsciiStream(int columnIndex)
          Not used by Plugin API, simply stub it.
 java.io.InputStream getAsciiStream(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.math.BigDecimal getBigDecimal(int columnIndex)
          Returns BigDecimal value.
 java.math.BigDecimal getBigDecimal(int columnIndex, int scale)
          Not used by Plugin API, simply stub it.
 java.math.BigDecimal getBigDecimal(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.math.BigDecimal getBigDecimal(java.lang.String columnName, int scale)
          Not used by Plugin API, simply stub it.
 java.io.InputStream getBinaryStream(int columnIndex)
          Not used by Plugin API, simply stub it.
 java.io.InputStream getBinaryStream(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.sql.Blob getBlob(int i)
          Not used by Plugin API, simply stub it.
 java.sql.Blob getBlob(java.lang.String colName)
          Not used by Plugin API, simply stub it.
 boolean getBoolean(int columnIndex)
          Returns boolean value.
 boolean getBoolean(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 byte getByte(int columnIndex)
          Not used by Plugin API, simply stub it.
 byte getByte(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 byte[] getBytes(int columnIndex)
          Not used by Plugin API, simply stub it.
 byte[] getBytes(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.io.Reader getCharacterStream(int columnIndex)
          Not used by Plugin API, simply stub it.
 java.io.Reader getCharacterStream(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.sql.Clob getClob(int i)
          Not used by Plugin API, simply stub it.
 java.sql.Clob getClob(java.lang.String colName)
          Not used by Plugin API, simply stub it.
 int getConcurrency()
          Not used by Plugin API, simply stub it.
protected  java.util.Vector getCurrentRow()
          Returns the current row.
 java.lang.String getCursorName()
          Not used by Plugin API, simply stub it.
 java.sql.Date getDate(int columnIndex)
          Returns Date value.
 java.sql.Date getDate(int columnIndex, java.util.Calendar cal)
          Not used by Plugin API, simply stub it.
 java.sql.Date getDate(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.sql.Date getDate(java.lang.String columnName, java.util.Calendar cal)
          Not used by Plugin API, simply stub it.
 double getDouble(int columnIndex)
          Returns double value.
 double getDouble(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 int getFetchDirection()
          Not used by Plugin API, simply stub it.
 int getFetchSize()
          Not used by Plugin API, simply stub it.
 float getFloat(int columnIndex)
          Returns float value.
 float getFloat(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 int getHoldability()
           
 int getInt(int columnIndex)
          Returns int value.
 int getInt(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 long getLong(int columnIndex)
          Returns long value.
 long getLong(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.sql.ResultSetMetaData getMetaData()
          Returns meta-data of the Result Set.
 java.io.Reader getNCharacterStream(int columnIndex)
           
 java.io.Reader getNCharacterStream(java.lang.String columnName)
           
 java.sql.NClob getNClob(int columnIndex)
           
 java.sql.NClob getNClob(java.lang.String columnName)
           
 java.lang.String getNString(int columnIndex)
           
 java.lang.String getNString(java.lang.String columnName)
           
 java.lang.Object getObject(int columnIndex)
          Returns object value.
 java.lang.Object getObject(int i, java.util.Map map)
          Not used by Plugin API, simply stub it.
 java.lang.Object getObject(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.lang.Object getObject(java.lang.String colName, java.util.Map map)
          Not used by Plugin API, simply stub it.
 java.sql.Ref getRef(int i)
          Not used by Plugin API, simply stub it.
 java.sql.Ref getRef(java.lang.String colName)
          Not used by Plugin API, simply stub it.
 int getRow()
          Not used by Plugin API, simply stub it.
 java.sql.RowId getRowId(int columnIndex)
           
 java.sql.RowId getRowId(java.lang.String columnIndex)
           
 short getShort(int columnIndex)
          Returns short value.
 short getShort(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.sql.SQLXML getSQLXML(int columnIndex)
           
 java.sql.SQLXML getSQLXML(java.lang.String columnName)
           
 java.sql.Statement getStatement()
          Not used by Plugin API, simply stub it.
 java.lang.String getString(int columnIndex)
          Returns String value.
 java.lang.String getString(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.sql.Time getTime(int columnIndex)
          Returns Time value.
 java.sql.Time getTime(int columnIndex, java.util.Calendar cal)
          Not used by Plugin API, simply stub it.
 java.sql.Time getTime(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.sql.Time getTime(java.lang.String columnName, java.util.Calendar cal)
          Not used by Plugin API, simply stub it.
 java.sql.Timestamp getTimestamp(int columnIndex)
          Returns Timestamp value.
 java.sql.Timestamp getTimestamp(int columnIndex, java.util.Calendar cal)
          Not used by Plugin API, simply stub it.
 java.sql.Timestamp getTimestamp(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.sql.Timestamp getTimestamp(java.lang.String columnName, java.util.Calendar cal)
          Not used by Plugin API, simply stub it.
 int getType()
          Not used by Plugin API, simply stub it.
 java.io.InputStream getUnicodeStream(int columnIndex)
          Not used by Plugin API, simply stub it.
 java.io.InputStream getUnicodeStream(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 java.net.URL getURL(int columnIndex)
           
 java.net.URL getURL(java.lang.String columnName)
           
 java.sql.SQLWarning getWarnings()
          Not used by Plugin API, simply stub it.
 void insertRow()
          Not used by Plugin API, simply stub it.
 boolean isAfterLast()
          Not used by Plugin API, simply stub it.
 boolean isBeforeFirst()
          Not used by Plugin API, simply stub it.
 boolean isClosed()
           
 boolean isFirst()
          Not used by Plugin API, simply stub it.
 boolean isLast()
          Not used by Plugin API, simply stub it.
 boolean isWrapperFor(java.lang.Class x)
           
 boolean last()
          Not used by Plugin API, simply stub it.
 void moveToCurrentRow()
          Not used by Plugin API, simply stub it.
 void moveToInsertRow()
          Not used by Plugin API, simply stub it.
 boolean next()
          Moves the cursor down one row from its current position.
 boolean previous()
          Not used by Plugin API, simply stub it.
 void refreshRow()
          Not used by Plugin API, simply stub it.
 boolean relative(int rows)
          Not used by Plugin API, simply stub it.
 boolean rowDeleted()
          Not used by Plugin API, simply stub it.
 boolean rowInserted()
          Not used by Plugin API, simply stub it.
 boolean rowUpdated()
          Not used by Plugin API, simply stub it.
 void setFetchDirection(int direction)
          Not used by Plugin API, simply stub it.
 void setFetchSize(int rows)
          Not used by Plugin API, simply stub it.
 java.lang.Object unwrap(java.lang.Class x)
           
 void updateArray(int columnIndex, java.sql.Array x)
           
 void updateArray(java.lang.String columnName, java.sql.Array x)
           
 void updateAsciiStream(int columnIndex, java.io.InputStream istream)
           
 void updateAsciiStream(int columnIndex, java.io.InputStream x, int length)
          Not used by Plugin API, simply stub it.
 void updateAsciiStream(int columnIndex, java.io.InputStream istream, long x)
           
 void updateAsciiStream(java.lang.String columnName, java.io.InputStream istream)
           
 void updateAsciiStream(java.lang.String columnName, java.io.InputStream x, int length)
          Not used by Plugin API, simply stub it.
 void updateAsciiStream(java.lang.String columnName, java.io.InputStream istream, long x)
           
 void updateBigDecimal(int columnIndex, java.math.BigDecimal x)
          Not used by Plugin API, simply stub it.
 void updateBigDecimal(java.lang.String columnName, java.math.BigDecimal x)
          Not used by Plugin API, simply stub it.
 void updateBinaryStream(int columnIndex, java.io.InputStream istream)
           
 void updateBinaryStream(int columnIndex, java.io.InputStream x, int length)
          Not used by Plugin API, simply stub it.
 void updateBinaryStream(int columnIndex, java.io.InputStream istream, long x)
           
 void updateBinaryStream(java.lang.String columnName, java.io.InputStream istream)
           
 void updateBinaryStream(java.lang.String columnName, java.io.InputStream x, int length)
          Not used by Plugin API, simply stub it.
 void updateBinaryStream(java.lang.String columnName, java.io.InputStream istream, long x)
           
 void updateBlob(int columnIndex, java.sql.Blob x)
           
 void updateBlob(int columnIndex, java.io.InputStream istream)
           
 void updateBlob(int columnIndex, java.io.InputStream istream, long x)
           
 void updateBlob(java.lang.String columnName, java.sql.Blob x)
           
 void updateBlob(java.lang.String columnName, java.io.InputStream istream)
           
 void updateBlob(java.lang.String columnName, java.io.InputStream istream, long x)
           
 void updateBoolean(int columnIndex, boolean x)
          Not used by Plugin API, simply stub it.
 void updateBoolean(java.lang.String columnName, boolean x)
          Not used by Plugin API, simply stub it.
 void updateByte(int columnIndex, byte x)
          Not used by Plugin API, simply stub it.
 void updateByte(java.lang.String columnName, byte x)
          Not used by Plugin API, simply stub it.
 void updateBytes(int columnIndex, byte[] x)
          Not used by Plugin API, simply stub it.
 void updateBytes(java.lang.String columnName, byte[] x)
          Not used by Plugin API, simply stub it.
 void updateCharacterStream(int columnIndex, java.io.Reader reader)
           
 void updateCharacterStream(int columnIndex, java.io.Reader x, int length)
          Not used by Plugin API, simply stub it.
 void updateCharacterStream(int columnIndex, java.io.Reader reader, long x)
           
 void updateCharacterStream(java.lang.String columnName, java.io.Reader reader)
           
 void updateCharacterStream(java.lang.String columnName, java.io.Reader reader, int length)
          Not used by Plugin API, simply stub it.
 void updateCharacterStream(java.lang.String columnName, java.io.Reader reader, long x)
           
 void updateClob(int columnIndex, java.sql.Clob x)
           
 void updateClob(int columnIndex, java.io.Reader reader)
           
 void updateClob(int columnIndex, java.io.Reader reader, long x)
           
 void updateClob(java.lang.String columnName, java.sql.Clob x)
           
 void updateClob(java.lang.String columnName, java.io.Reader reader)
           
 void updateClob(java.lang.String columnName, java.io.Reader reader, long x)
           
 void updateDate(int columnIndex, java.sql.Date x)
          Not used by Plugin API, simply stub it.
 void updateDate(java.lang.String columnName, java.sql.Date x)
          Not used by Plugin API, simply stub it.
 void updateDouble(int columnIndex, double x)
          Not used by Plugin API, simply stub it.
 void updateDouble(java.lang.String columnName, double x)
          Not used by Plugin API, simply stub it.
 void updateFloat(int columnIndex, float x)
          Not used by Plugin API, simply stub it.
 void updateFloat(java.lang.String columnName, float x)
          Not used by Plugin API, simply stub it.
 void updateInt(int columnIndex, int x)
          Not used by Plugin API, simply stub it.
 void updateInt(java.lang.String columnName, int x)
          Not used by Plugin API, simply stub it.
 void updateLong(int columnIndex, long x)
          Not used by Plugin API, simply stub it.
 void updateLong(java.lang.String columnName, long x)
          Not used by Plugin API, simply stub it.
 void updateNCharacterStream(int columnIndex, java.io.Reader reader)
           
 void updateNCharacterStream(int columnIndex, java.io.Reader reader, long x)
           
 void updateNCharacterStream(java.lang.String columnName, java.io.Reader reader)
           
 void updateNCharacterStream(java.lang.String columnName, java.io.Reader reader, long x)
           
 void updateNClob(int columnIndex, java.sql.NClob x)
           
 void updateNClob(int columnIndex, java.io.Reader reader)
           
 void updateNClob(int columnIndex, java.io.Reader reader, long x)
           
 void updateNClob(java.lang.String columnName, java.sql.NClob x)
           
 void updateNClob(java.lang.String columnName, java.io.Reader reader)
           
 void updateNClob(java.lang.String columnName, java.io.Reader reader, long x)
           
 void updateNString(int columnindex, java.lang.String x)
           
 void updateNString(java.lang.String columnName, java.lang.String x)
           
 void updateNull(int columnIndex)
          Not used by Plugin API, simply stub it.
 void updateNull(java.lang.String columnName)
          Not used by Plugin API, simply stub it.
 void updateObject(int columnIndex, java.lang.Object x)
          Not used by Plugin API, simply stub it.
 void updateObject(int columnIndex, java.lang.Object x, int scale)
          Not used by Plugin API, simply stub it.
 void updateObject(java.lang.String columnName, java.lang.Object x)
          Not used by Plugin API, simply stub it.
 void updateObject(java.lang.String columnName, java.lang.Object x, int scale)
          Not used by Plugin API, simply stub it.
 void updateRef(int columnIndex, java.sql.Ref x)
           
 void updateRef(java.lang.String columnName, java.sql.Ref x)
           
 void updateRow()
          Not used by Plugin API, simply stub it.
 void updateRowId(int columnIndex, java.sql.RowId x)
           
 void updateRowId(java.lang.String columnIndex, java.sql.RowId x)
           
 void updateShort(int columnIndex, short x)
          Not used by Plugin API, simply stub it.
 void updateShort(java.lang.String columnName, short x)
          Not used by Plugin API, simply stub it.
 void updateSQLXML(int columnIndex, java.sql.SQLXML x)
           
 void updateSQLXML(java.lang.String columnName, java.sql.SQLXML x)
           
 void updateString(int columnIndex, java.lang.String x)
          Not used by Plugin API, simply stub it.
 void updateString(java.lang.String columnName, java.lang.String x)
          Not used by Plugin API, simply stub it.
 void updateTime(int columnIndex, java.sql.Time x)
          Not used by Plugin API, simply stub it.
 void updateTime(java.lang.String columnName, java.sql.Time x)
          Not used by Plugin API, simply stub it.
 void updateTimestamp(int columnIndex, java.sql.Timestamp x)
          Not used by Plugin API, simply stub it.
 void updateTimestamp(java.lang.String columnName, java.sql.Timestamp x)
          Not used by Plugin API, simply stub it.
 boolean wasNull()
          Returns true if last fetched value was null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mMetaData

protected PluginResultSetMetaDataTemplate mMetaData

mCurrentRow

protected int mCurrentRow

mData

protected java.util.Vector mData

mWasNull

protected boolean mWasNull
Constructor Detail

PluginResultSetTemplate

public PluginResultSetTemplate(PluginResultSetMetaDataTemplate metaData)
Constructor

Method Detail

wasNull

public boolean wasNull()
                throws java.sql.SQLException
Returns true if last fetched value was null.

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

next

public boolean next()
Moves the cursor down one row from its current position. A ResultSet cursor is initially positioned before the first row; the first call to next makes the first row the current row; the second call makes the second row the current row, and so on.

Specified by:
next in interface java.sql.ResultSet

getCurrentRow

protected java.util.Vector getCurrentRow()
Returns the current row.


getObject

public java.lang.Object getObject(int columnIndex)
                           throws java.sql.SQLException
Returns object value.

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

getMetaData

public java.sql.ResultSetMetaData getMetaData()
Returns meta-data of the Result Set.

Specified by:
getMetaData in interface java.sql.ResultSet

close

public void close()
Clean up the resource of the ResultSet.

Specified by:
close in interface java.sql.ResultSet

getDate

public java.sql.Date getDate(int columnIndex)
                      throws java.sql.SQLException
Returns Date value.

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

getTime

public java.sql.Time getTime(int columnIndex)
                      throws java.sql.SQLException
Returns Time value.

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

getTimestamp

public java.sql.Timestamp getTimestamp(int columnIndex)
                                throws java.sql.SQLException
Returns Timestamp value.

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

getString

public java.lang.String getString(int columnIndex)
                           throws java.sql.SQLException
Returns String value.

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

getLong

public long getLong(int columnIndex)
             throws java.sql.SQLException
Returns long value.

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

getBoolean

public boolean getBoolean(int columnIndex)
                   throws java.sql.SQLException
Returns boolean value.

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

getBigDecimal

public java.math.BigDecimal getBigDecimal(int columnIndex)
                                   throws java.sql.SQLException
Returns BigDecimal value.

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

getDouble

public double getDouble(int columnIndex)
                 throws java.sql.SQLException
Returns double value.

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

getFloat

public float getFloat(int columnIndex)
               throws java.sql.SQLException
Returns float value.

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

getInt

public int getInt(int columnIndex)
           throws java.sql.SQLException
Returns int value.

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

getShort

public short getShort(int columnIndex)
               throws java.sql.SQLException
Returns short value.

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

getString

public java.lang.String getString(java.lang.String columnName)
                           throws java.sql.SQLException
Not used by Plugin API, simply stub it.

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

absolute

public boolean absolute(int row)
Not used by Plugin API, simply stub it.

Specified by:
absolute in interface java.sql.ResultSet

afterLast

public void afterLast()
Not used by Plugin API, simply stub it.

Specified by:
afterLast in interface java.sql.ResultSet

beforeFirst

public void beforeFirst()
Not used by Plugin API, simply stub it.

Specified by:
beforeFirst in interface java.sql.ResultSet

cancelRowUpdates

public void cancelRowUpdates()
Not used by Plugin API, simply stub it.

Specified by:
cancelRowUpdates in interface java.sql.ResultSet

clearWarnings

public void clearWarnings()
Not used by Plugin API, simply stub it.

Specified by:
clearWarnings in interface java.sql.ResultSet

deleteRow

public void deleteRow()
Not used by Plugin API, simply stub it.

Specified by:
deleteRow in interface java.sql.ResultSet

findColumn

public int findColumn(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
findColumn in interface java.sql.ResultSet

first

public boolean first()
Not used by Plugin API, simply stub it.

Specified by:
first in interface java.sql.ResultSet

getArray

public java.sql.Array getArray(int i)
Not used by Plugin API, simply stub it.

Specified by:
getArray in interface java.sql.ResultSet

getArray

public java.sql.Array getArray(java.lang.String colName)
Not used by Plugin API, simply stub it.

Specified by:
getArray in interface java.sql.ResultSet

getAsciiStream

public java.io.InputStream getAsciiStream(int columnIndex)
Not used by Plugin API, simply stub it.

Specified by:
getAsciiStream in interface java.sql.ResultSet

getAsciiStream

public java.io.InputStream getAsciiStream(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getAsciiStream in interface java.sql.ResultSet

getBigDecimal

public java.math.BigDecimal getBigDecimal(int columnIndex,
                                          int scale)
Not used by Plugin API, simply stub it.

Specified by:
getBigDecimal in interface java.sql.ResultSet

getBigDecimal

public java.math.BigDecimal getBigDecimal(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getBigDecimal in interface java.sql.ResultSet

getBigDecimal

public java.math.BigDecimal getBigDecimal(java.lang.String columnName,
                                          int scale)
Not used by Plugin API, simply stub it.

Specified by:
getBigDecimal in interface java.sql.ResultSet

getBinaryStream

public java.io.InputStream getBinaryStream(int columnIndex)
Not used by Plugin API, simply stub it.

Specified by:
getBinaryStream in interface java.sql.ResultSet

getBinaryStream

public java.io.InputStream getBinaryStream(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getBinaryStream in interface java.sql.ResultSet

getBlob

public java.sql.Blob getBlob(int i)
Not used by Plugin API, simply stub it.

Specified by:
getBlob in interface java.sql.ResultSet

getBlob

public java.sql.Blob getBlob(java.lang.String colName)
Not used by Plugin API, simply stub it.

Specified by:
getBlob in interface java.sql.ResultSet

getBoolean

public boolean getBoolean(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getBoolean in interface java.sql.ResultSet

getByte

public byte getByte(int columnIndex)
Not used by Plugin API, simply stub it.

Specified by:
getByte in interface java.sql.ResultSet

getByte

public byte getByte(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getByte in interface java.sql.ResultSet

getBytes

public byte[] getBytes(int columnIndex)
Not used by Plugin API, simply stub it.

Specified by:
getBytes in interface java.sql.ResultSet

getBytes

public byte[] getBytes(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getBytes in interface java.sql.ResultSet

getCharacterStream

public java.io.Reader getCharacterStream(int columnIndex)
Not used by Plugin API, simply stub it.

Specified by:
getCharacterStream in interface java.sql.ResultSet

getCharacterStream

public java.io.Reader getCharacterStream(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getCharacterStream in interface java.sql.ResultSet

getClob

public java.sql.Clob getClob(int i)
Not used by Plugin API, simply stub it.

Specified by:
getClob in interface java.sql.ResultSet

getClob

public java.sql.Clob getClob(java.lang.String colName)
Not used by Plugin API, simply stub it.

Specified by:
getClob in interface java.sql.ResultSet

getConcurrency

public int getConcurrency()
Not used by Plugin API, simply stub it.

Specified by:
getConcurrency in interface java.sql.ResultSet

getCursorName

public java.lang.String getCursorName()
Not used by Plugin API, simply stub it.

Specified by:
getCursorName in interface java.sql.ResultSet

getDate

public java.sql.Date getDate(int columnIndex,
                             java.util.Calendar cal)
Not used by Plugin API, simply stub it.

Specified by:
getDate in interface java.sql.ResultSet

getDate

public java.sql.Date getDate(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getDate in interface java.sql.ResultSet

getDate

public java.sql.Date getDate(java.lang.String columnName,
                             java.util.Calendar cal)
Not used by Plugin API, simply stub it.

Specified by:
getDate in interface java.sql.ResultSet

getDouble

public double getDouble(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getDouble in interface java.sql.ResultSet

getFetchDirection

public int getFetchDirection()
Not used by Plugin API, simply stub it.

Specified by:
getFetchDirection in interface java.sql.ResultSet

getFetchSize

public int getFetchSize()
Not used by Plugin API, simply stub it.

Specified by:
getFetchSize in interface java.sql.ResultSet

getFloat

public float getFloat(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getFloat in interface java.sql.ResultSet

getInt

public int getInt(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getInt in interface java.sql.ResultSet

getLong

public long getLong(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getLong in interface java.sql.ResultSet

getObject

public java.lang.Object getObject(int i,
                                  java.util.Map map)
Not used by Plugin API, simply stub it.

Specified by:
getObject in interface java.sql.ResultSet

getObject

public java.lang.Object getObject(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getObject in interface java.sql.ResultSet

getObject

public java.lang.Object getObject(java.lang.String colName,
                                  java.util.Map map)
Not used by Plugin API, simply stub it.

Specified by:
getObject in interface java.sql.ResultSet

getRef

public java.sql.Ref getRef(int i)
Not used by Plugin API, simply stub it.

Specified by:
getRef in interface java.sql.ResultSet

getRef

public java.sql.Ref getRef(java.lang.String colName)
Not used by Plugin API, simply stub it.

Specified by:
getRef in interface java.sql.ResultSet

getRow

public int getRow()
Not used by Plugin API, simply stub it.

Specified by:
getRow in interface java.sql.ResultSet

getShort

public short getShort(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getShort in interface java.sql.ResultSet

getStatement

public java.sql.Statement getStatement()
Not used by Plugin API, simply stub it.

Specified by:
getStatement in interface java.sql.ResultSet

getTime

public java.sql.Time getTime(int columnIndex,
                             java.util.Calendar cal)
Not used by Plugin API, simply stub it.

Specified by:
getTime in interface java.sql.ResultSet

getTime

public java.sql.Time getTime(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getTime in interface java.sql.ResultSet

getTime

public java.sql.Time getTime(java.lang.String columnName,
                             java.util.Calendar cal)
Not used by Plugin API, simply stub it.

Specified by:
getTime in interface java.sql.ResultSet

getTimestamp

public java.sql.Timestamp getTimestamp(int columnIndex,
                                       java.util.Calendar cal)
Not used by Plugin API, simply stub it.

Specified by:
getTimestamp in interface java.sql.ResultSet

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getTimestamp in interface java.sql.ResultSet

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String columnName,
                                       java.util.Calendar cal)
Not used by Plugin API, simply stub it.

Specified by:
getTimestamp in interface java.sql.ResultSet

getType

public int getType()
Not used by Plugin API, simply stub it.

Specified by:
getType in interface java.sql.ResultSet

getUnicodeStream

public java.io.InputStream getUnicodeStream(int columnIndex)
Not used by Plugin API, simply stub it.

Specified by:
getUnicodeStream in interface java.sql.ResultSet

getUnicodeStream

public java.io.InputStream getUnicodeStream(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
getUnicodeStream in interface java.sql.ResultSet

getWarnings

public java.sql.SQLWarning getWarnings()
Not used by Plugin API, simply stub it.

Specified by:
getWarnings in interface java.sql.ResultSet

insertRow

public void insertRow()
Not used by Plugin API, simply stub it.

Specified by:
insertRow in interface java.sql.ResultSet

isAfterLast

public boolean isAfterLast()
Not used by Plugin API, simply stub it.

Specified by:
isAfterLast in interface java.sql.ResultSet

isBeforeFirst

public boolean isBeforeFirst()
Not used by Plugin API, simply stub it.

Specified by:
isBeforeFirst in interface java.sql.ResultSet

isFirst

public boolean isFirst()
Not used by Plugin API, simply stub it.

Specified by:
isFirst in interface java.sql.ResultSet

isLast

public boolean isLast()
Not used by Plugin API, simply stub it.

Specified by:
isLast in interface java.sql.ResultSet

last

public boolean last()
Not used by Plugin API, simply stub it.

Specified by:
last in interface java.sql.ResultSet

moveToCurrentRow

public void moveToCurrentRow()
Not used by Plugin API, simply stub it.

Specified by:
moveToCurrentRow in interface java.sql.ResultSet

moveToInsertRow

public void moveToInsertRow()
Not used by Plugin API, simply stub it.

Specified by:
moveToInsertRow in interface java.sql.ResultSet

previous

public boolean previous()
Not used by Plugin API, simply stub it.

Specified by:
previous in interface java.sql.ResultSet

refreshRow

public void refreshRow()
Not used by Plugin API, simply stub it.

Specified by:
refreshRow in interface java.sql.ResultSet

relative

public boolean relative(int rows)
Not used by Plugin API, simply stub it.

Specified by:
relative in interface java.sql.ResultSet

rowDeleted

public boolean rowDeleted()
Not used by Plugin API, simply stub it.

Specified by:
rowDeleted in interface java.sql.ResultSet

rowInserted

public boolean rowInserted()
Not used by Plugin API, simply stub it.

Specified by:
rowInserted in interface java.sql.ResultSet

rowUpdated

public boolean rowUpdated()
Not used by Plugin API, simply stub it.

Specified by:
rowUpdated in interface java.sql.ResultSet

setFetchDirection

public void setFetchDirection(int direction)
Not used by Plugin API, simply stub it.

Specified by:
setFetchDirection in interface java.sql.ResultSet

setFetchSize

public void setFetchSize(int rows)
Not used by Plugin API, simply stub it.

Specified by:
setFetchSize in interface java.sql.ResultSet

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              java.io.InputStream x,
                              int length)
Not used by Plugin API, simply stub it.

Specified by:
updateAsciiStream in interface java.sql.ResultSet

updateAsciiStream

public void updateAsciiStream(java.lang.String columnName,
                              java.io.InputStream x,
                              int length)
Not used by Plugin API, simply stub it.

Specified by:
updateAsciiStream in interface java.sql.ResultSet

updateBigDecimal

public void updateBigDecimal(int columnIndex,
                             java.math.BigDecimal x)
Not used by Plugin API, simply stub it.

Specified by:
updateBigDecimal in interface java.sql.ResultSet

updateBigDecimal

public void updateBigDecimal(java.lang.String columnName,
                             java.math.BigDecimal x)
Not used by Plugin API, simply stub it.

Specified by:
updateBigDecimal in interface java.sql.ResultSet

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               java.io.InputStream x,
                               int length)
Not used by Plugin API, simply stub it.

Specified by:
updateBinaryStream in interface java.sql.ResultSet

updateBinaryStream

public void updateBinaryStream(java.lang.String columnName,
                               java.io.InputStream x,
                               int length)
Not used by Plugin API, simply stub it.

Specified by:
updateBinaryStream in interface java.sql.ResultSet

updateBoolean

public void updateBoolean(int columnIndex,
                          boolean x)
Not used by Plugin API, simply stub it.

Specified by:
updateBoolean in interface java.sql.ResultSet

updateBoolean

public void updateBoolean(java.lang.String columnName,
                          boolean x)
Not used by Plugin API, simply stub it.

Specified by:
updateBoolean in interface java.sql.ResultSet

updateByte

public void updateByte(int columnIndex,
                       byte x)
Not used by Plugin API, simply stub it.

Specified by:
updateByte in interface java.sql.ResultSet

updateByte

public void updateByte(java.lang.String columnName,
                       byte x)
Not used by Plugin API, simply stub it.

Specified by:
updateByte in interface java.sql.ResultSet

updateBytes

public void updateBytes(int columnIndex,
                        byte[] x)
Not used by Plugin API, simply stub it.

Specified by:
updateBytes in interface java.sql.ResultSet

updateBytes

public void updateBytes(java.lang.String columnName,
                        byte[] x)
Not used by Plugin API, simply stub it.

Specified by:
updateBytes in interface java.sql.ResultSet

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  java.io.Reader x,
                                  int length)
Not used by Plugin API, simply stub it.

Specified by:
updateCharacterStream in interface java.sql.ResultSet

updateCharacterStream

public void updateCharacterStream(java.lang.String columnName,
                                  java.io.Reader reader,
                                  int length)
Not used by Plugin API, simply stub it.

Specified by:
updateCharacterStream in interface java.sql.ResultSet

updateDate

public void updateDate(int columnIndex,
                       java.sql.Date x)
Not used by Plugin API, simply stub it.

Specified by:
updateDate in interface java.sql.ResultSet

updateDate

public void updateDate(java.lang.String columnName,
                       java.sql.Date x)
Not used by Plugin API, simply stub it.

Specified by:
updateDate in interface java.sql.ResultSet

updateDouble

public void updateDouble(int columnIndex,
                         double x)
Not used by Plugin API, simply stub it.

Specified by:
updateDouble in interface java.sql.ResultSet

updateDouble

public void updateDouble(java.lang.String columnName,
                         double x)
Not used by Plugin API, simply stub it.

Specified by:
updateDouble in interface java.sql.ResultSet

updateFloat

public void updateFloat(int columnIndex,
                        float x)
Not used by Plugin API, simply stub it.

Specified by:
updateFloat in interface java.sql.ResultSet

updateFloat

public void updateFloat(java.lang.String columnName,
                        float x)
Not used by Plugin API, simply stub it.

Specified by:
updateFloat in interface java.sql.ResultSet

updateInt

public void updateInt(int columnIndex,
                      int x)
Not used by Plugin API, simply stub it.

Specified by:
updateInt in interface java.sql.ResultSet

updateInt

public void updateInt(java.lang.String columnName,
                      int x)
Not used by Plugin API, simply stub it.

Specified by:
updateInt in interface java.sql.ResultSet

updateLong

public void updateLong(int columnIndex,
                       long x)
Not used by Plugin API, simply stub it.

Specified by:
updateLong in interface java.sql.ResultSet

updateLong

public void updateLong(java.lang.String columnName,
                       long x)
Not used by Plugin API, simply stub it.

Specified by:
updateLong in interface java.sql.ResultSet

updateNull

public void updateNull(int columnIndex)
Not used by Plugin API, simply stub it.

Specified by:
updateNull in interface java.sql.ResultSet

updateNull

public void updateNull(java.lang.String columnName)
Not used by Plugin API, simply stub it.

Specified by:
updateNull in interface java.sql.ResultSet

updateObject

public void updateObject(int columnIndex,
                         java.lang.Object x)
Not used by Plugin API, simply stub it.

Specified by:
updateObject in interface java.sql.ResultSet

updateObject

public void updateObject(int columnIndex,
                         java.lang.Object x,
                         int scale)
Not used by Plugin API, simply stub it.

Specified by:
updateObject in interface java.sql.ResultSet

updateObject

public void updateObject(java.lang.String columnName,
                         java.lang.Object x)
Not used by Plugin API, simply stub it.

Specified by:
updateObject in interface java.sql.ResultSet

updateObject

public void updateObject(java.lang.String columnName,
                         java.lang.Object x,
                         int scale)
Not used by Plugin API, simply stub it.

Specified by:
updateObject in interface java.sql.ResultSet

updateRow

public void updateRow()
Not used by Plugin API, simply stub it.

Specified by:
updateRow in interface java.sql.ResultSet

updateShort

public void updateShort(int columnIndex,
                        short x)
Not used by Plugin API, simply stub it.

Specified by:
updateShort in interface java.sql.ResultSet

updateShort

public void updateShort(java.lang.String columnName,
                        short x)
Not used by Plugin API, simply stub it.

Specified by:
updateShort in interface java.sql.ResultSet

updateString

public void updateString(int columnIndex,
                         java.lang.String x)
Not used by Plugin API, simply stub it.

Specified by:
updateString in interface java.sql.ResultSet

updateString

public void updateString(java.lang.String columnName,
                         java.lang.String x)
Not used by Plugin API, simply stub it.

Specified by:
updateString in interface java.sql.ResultSet

updateTime

public void updateTime(int columnIndex,
                       java.sql.Time x)
Not used by Plugin API, simply stub it.

Specified by:
updateTime in interface java.sql.ResultSet

updateTime

public void updateTime(java.lang.String columnName,
                       java.sql.Time x)
Not used by Plugin API, simply stub it.

Specified by:
updateTime in interface java.sql.ResultSet

updateTimestamp

public void updateTimestamp(int columnIndex,
                            java.sql.Timestamp x)
Not used by Plugin API, simply stub it.

Specified by:
updateTimestamp in interface java.sql.ResultSet

updateTimestamp

public void updateTimestamp(java.lang.String columnName,
                            java.sql.Timestamp x)
Not used by Plugin API, simply stub it.

Specified by:
updateTimestamp in interface java.sql.ResultSet

getURL

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

updateRef

public void updateRef(int columnIndex,
                      java.sql.Ref x)
               throws java.sql.SQLException
Specified by:
updateRef in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateRef

public void updateRef(java.lang.String columnName,
                      java.sql.Ref x)
               throws java.sql.SQLException
Specified by:
updateRef in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(int columnIndex,
                       java.sql.Blob x)
                throws java.sql.SQLException
Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(java.lang.String columnName,
                       java.sql.Blob x)
                throws java.sql.SQLException
Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(int columnIndex,
                       java.sql.Clob x)
                throws java.sql.SQLException
Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(java.lang.String columnName,
                       java.sql.Clob x)
                throws java.sql.SQLException
Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateArray

public void updateArray(int columnIndex,
                        java.sql.Array x)
                 throws java.sql.SQLException
Specified by:
updateArray in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateArray

public void updateArray(java.lang.String columnName,
                        java.sql.Array x)
                 throws java.sql.SQLException
Specified by:
updateArray in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(java.lang.String columnName,
                        java.io.Reader reader)
                 throws java.sql.SQLException
Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(int columnIndex,
                        java.io.Reader reader)
                 throws java.sql.SQLException
Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(java.lang.String columnName,
                       java.io.Reader reader)
                throws java.sql.SQLException
Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(int columnIndex,
                       java.io.Reader reader)
                throws java.sql.SQLException
Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(java.lang.String columnName,
                       java.io.InputStream istream)
                throws java.sql.SQLException
Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(int columnIndex,
                       java.io.InputStream istream)
                throws java.sql.SQLException
Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateCharacterStream

public void updateCharacterStream(java.lang.String columnName,
                                  java.io.Reader reader)
                           throws java.sql.SQLException
Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBinaryStream

public void updateBinaryStream(java.lang.String columnName,
                               java.io.InputStream istream)
                        throws java.sql.SQLException
Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateAsciiStream

public void updateAsciiStream(java.lang.String columnName,
                              java.io.InputStream istream)
                       throws java.sql.SQLException
Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  java.io.Reader reader)
                           throws java.sql.SQLException
Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               java.io.InputStream istream)
                        throws java.sql.SQLException
Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              java.io.InputStream istream)
                       throws java.sql.SQLException
Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNCharacterStream

public void updateNCharacterStream(java.lang.String columnName,
                                   java.io.Reader reader)
                            throws java.sql.SQLException
Specified by:
updateNCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNCharacterStream

public void updateNCharacterStream(int columnIndex,
                                   java.io.Reader reader)
                            throws java.sql.SQLException
Specified by:
updateNCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(java.lang.String columnName,
                        java.io.Reader reader,
                        long x)
                 throws java.sql.SQLException
Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(int columnIndex,
                        java.io.Reader reader,
                        long x)
                 throws java.sql.SQLException
Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(java.lang.String columnName,
                       java.io.Reader reader,
                       long x)
                throws java.sql.SQLException
Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateClob

public void updateClob(int columnIndex,
                       java.io.Reader reader,
                       long x)
                throws java.sql.SQLException
Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(java.lang.String columnName,
                       java.io.InputStream istream,
                       long x)
                throws java.sql.SQLException
Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBlob

public void updateBlob(int columnIndex,
                       java.io.InputStream istream,
                       long x)
                throws java.sql.SQLException
Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateCharacterStream

public void updateCharacterStream(java.lang.String columnName,
                                  java.io.Reader reader,
                                  long x)
                           throws java.sql.SQLException
Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBinaryStream

public void updateBinaryStream(java.lang.String columnName,
                               java.io.InputStream istream,
                               long x)
                        throws java.sql.SQLException
Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateAsciiStream

public void updateAsciiStream(java.lang.String columnName,
                              java.io.InputStream istream,
                              long x)
                       throws java.sql.SQLException
Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  java.io.Reader reader,
                                  long x)
                           throws java.sql.SQLException
Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               java.io.InputStream istream,
                               long x)
                        throws java.sql.SQLException
Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              java.io.InputStream istream,
                              long x)
                       throws java.sql.SQLException
Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNCharacterStream

public void updateNCharacterStream(java.lang.String columnName,
                                   java.io.Reader reader,
                                   long x)
                            throws java.sql.SQLException
Specified by:
updateNCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNCharacterStream

public void updateNCharacterStream(int columnIndex,
                                   java.io.Reader reader,
                                   long x)
                            throws java.sql.SQLException
Specified by:
updateNCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getNCharacterStream

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

getNCharacterStream

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

getNString

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

getNString

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

updateSQLXML

public void updateSQLXML(java.lang.String columnName,
                         java.sql.SQLXML x)
                  throws java.sql.SQLException
Specified by:
updateSQLXML in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateSQLXML

public void updateSQLXML(int columnIndex,
                         java.sql.SQLXML x)
                  throws java.sql.SQLException
Specified by:
updateSQLXML in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getSQLXML

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

getSQLXML

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

getNClob

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

getNClob

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

updateNClob

public void updateNClob(java.lang.String columnName,
                        java.sql.NClob x)
                 throws java.sql.SQLException
Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNClob

public void updateNClob(int columnIndex,
                        java.sql.NClob x)
                 throws java.sql.SQLException
Specified by:
updateNClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNString

public void updateNString(java.lang.String columnName,
                          java.lang.String x)
                   throws java.sql.SQLException
Specified by:
updateNString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

updateNString

public void updateNString(int columnindex,
                          java.lang.String x)
                   throws java.sql.SQLException
Specified by:
updateNString in interface java.sql.ResultSet
Throws:
java.sql.SQLException

isClosed

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

getHoldability

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

updateRowId

public void updateRowId(java.lang.String columnIndex,
                        java.sql.RowId x)
Specified by:
updateRowId in interface java.sql.ResultSet

updateRowId

public void updateRowId(int columnIndex,
                        java.sql.RowId x)
                 throws java.sql.SQLException
Specified by:
updateRowId in interface java.sql.ResultSet
Throws:
java.sql.SQLException

getRowId

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

getRowId

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

isWrapperFor

public boolean isWrapperFor(java.lang.Class x)
                     throws java.sql.SQLException
Specified by:
isWrapperFor in interface java.sql.Wrapper
Throws:
java.sql.SQLException

unwrap

public java.lang.Object unwrap(java.lang.Class x)
                        throws java.sql.SQLException
Specified by:
unwrap in interface java.sql.Wrapper
Throws:
java.sql.SQLException

Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.