|
Oracle Reports Java API Reference 10g (9.0.4) B12019-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.reports.plugin.PluginResultSetTemplate
Template ResultSet class used by the Template Plugin Data Source. Provides sample code for a Plugin Data Source. Application developers are encouraged to extend or copy/modify the Template Plugin Data Source to create their own Plugin Data Source.
| Field Summary | |
protected int |
mCurrentRow |
protected java.util.Vector |
mData |
protected PluginResultSetMetaDataTemplate |
mMetaData |
protected boolean |
mWasNull |
| Fields inherited from interface java.sql.ResultSet |
CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
| Constructor Summary | |
PluginResultSetTemplate(PluginResultSetMetaDataTemplate metaData)Constructor | |
| Method Summary | |
boolean |
absolute(int row)Not used by the Reports Plugin API; simply stub it. |
void |
afterLast()Not used by the Reports Plugin API; simply stub it. |
void |
beforeFirst()Not used by the Reports Plugin API; simply stub it. |
void |
cancelRowUpdates()Not used by the Reports Plugin API; simply stub it. |
void |
clearWarnings()Not used by the Reports Plugin API; simply stub it. |
void |
close()Cleans up the resources of the ResultSet. |
void |
deleteRow()Not used by the Reports Plugin API; simply stub it. |
int |
findColumn(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
boolean |
first()Not used by the Reports Plugin API; simply stub it. |
java.sql.Array |
getArray(int i)Not used by the Reports Plugin API; simply stub it. |
java.sql.Array |
getArray(java.lang.String colName)Not used by the Reports Plugin API; simply stub it. |
java.io.InputStream |
getAsciiStream(int columnIndex)Not used by the Reports Plugin API; simply stub it. |
java.io.InputStream |
getAsciiStream(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.math.BigDecimal |
getBigDecimal(int columnIndex)Returns the BigDecimal value. |
java.math.BigDecimal |
getBigDecimal(int columnIndex, int scale)Not used by the Reports Plugin API; simply stub it. |
java.math.BigDecimal |
getBigDecimal(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.math.BigDecimal |
getBigDecimal(java.lang.String columnName, int scale)Not used by the Reports Plugin API; simply stub it. |
java.io.InputStream |
getBinaryStream(int columnIndex)Not used by the Reports Plugin API; simply stub it. |
java.io.InputStream |
getBinaryStream(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.sql.Blob |
getBlob(int i)Not used by the Reports Plugin API; simply stub it. |
java.sql.Blob |
getBlob(java.lang.String colName)Not used by the Reports Plugin API; simply stub it. |
boolean |
getBoolean(int columnIndex)Returns the Boolean value. |
boolean |
getBoolean(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
byte |
getByte(int columnIndex)Not used by the Reports Plugin API; simply stub it. |
byte |
getByte(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
byte[] |
getBytes(int columnIndex)Not used by the Reports Plugin API; simply stub it. |
byte[] |
getBytes(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.io.Reader |
getCharacterStream(int columnIndex)Not used by the Reports Plugin API; simply stub it. |
java.io.Reader |
getCharacterStream(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.sql.Clob |
getClob(int i)Not used by the Reports Plugin API; simply stub it. |
java.sql.Clob |
getClob(java.lang.String colName)Not used by the Reports Plugin API; simply stub it. |
int |
getConcurrency()Not used by the Reports Plugin API; simply stub it. |
protected java.util.Vector |
getCurrentRow()Returns the current row. |
java.lang.String |
getCursorName()Not used by the Reports Plugin API; simply stub it. |
java.sql.Date |
getDate(int columnIndex)Returns the Date value. |
java.sql.Date |
getDate(int columnIndex, java.util.Calendar cal)Not used by the Reports Plugin API; simply stub it. |
java.sql.Date |
getDate(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.sql.Date |
getDate(java.lang.String columnName, java.util.Calendar cal)Not used by the Reports Plugin API; simply stub it. |
double |
getDouble(int columnIndex)Returns the Double value. |
double |
getDouble(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
int |
getFetchDirection()Not used by the Reports Plugin API; simply stub it. |
int |
getFetchSize()Not used by the Reports Plugin API; simply stub it. |
float |
getFloat(int columnIndex)Returns the Float value. |
float |
getFloat(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
int |
getInt(int columnIndex)Returns the Int value. |
int |
getInt(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
long |
getLong(int columnIndex)Returns the Long value. |
long |
getLong(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.sql.ResultSetMetaData |
getMetaData()Returns meta-data of the Result Set. |
java.lang.Object |
getObject(int columnIndex)Returns the object value. |
java.lang.Object |
getObject(int i, java.util.Map map)Not used by the Reports Plugin API; simply stub it. |
java.lang.Object |
getObject(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.lang.Object |
getObject(java.lang.String colName, java.util.Map map)Not used by the Reports Plugin API; simply stub it. |
java.sql.Ref |
getRef(int i)Not used by the Reports Plugin API; simply stub it. |
java.sql.Ref |
getRef(java.lang.String colName)Not used by the Reports Plugin API; simply stub it. |
int |
getRow()Not used by the Reports Plugin API; simply stub it. |
short |
getShort(int columnIndex)Returns the Short value. |
short |
getShort(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.sql.Statement |
getStatement()Not used by the Reports Plugin API; simply stub it. |
java.lang.String |
getString(int columnIndex)Returns the String value. |
java.lang.String |
getString(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.sql.Time |
getTime(int columnIndex)Returns the Time value. |
java.sql.Time |
getTime(int columnIndex, java.util.Calendar cal)Not used by the Reports Plugin API; simply stub it. |
java.sql.Time |
getTime(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.sql.Time |
getTime(java.lang.String columnName, java.util.Calendar cal)Not used by the Reports Plugin API; simply stub it. |
java.sql.Timestamp |
getTimestamp(int columnIndex)Returns the Timestamp value. |
java.sql.Timestamp |
getTimestamp(int columnIndex, java.util.Calendar cal)Not used by the Reports Plugin API; simply stub it. |
java.sql.Timestamp |
getTimestamp(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.sql.Timestamp |
getTimestamp(java.lang.String columnName, java.util.Calendar cal)Not used by the Reports Plugin API; simply stub it. |
int |
getType()Not used by the Reports Plugin API; simply stub it. |
java.io.InputStream |
getUnicodeStream(int columnIndex)Not used by the Reports Plugin API; simply stub it. |
java.io.InputStream |
getUnicodeStream(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
java.sql.SQLWarning |
getWarnings()Not used by the Reports Plugin API; simply stub it. |
void |
insertRow()Not used by the Reports Plugin API; simply stub it. |
boolean |
isAfterLast()Not used by the Reports Plugin API; simply stub it. |
boolean |
isBeforeFirst()Not used by the Reports Plugin API; simply stub it. |
boolean |
isFirst()Not used by the Reports Plugin API; simply stub it. |
boolean |
isLast()Not used by the Reports Plugin API; simply stub it. |
boolean |
last()Not used by the Reports Plugin API; simply stub it. |
void |
moveToCurrentRow()Not used by the Reports Plugin API; simply stub it. |
void |
moveToInsertRow()Not used by the Reports Plugin API; simply stub it. |
boolean |
next()Moves the cursor down one row from its current position. |
boolean |
previous()Not used by the Reports Plugin API; simply stub it. |
void |
refreshRow()Not used by the Reports Plugin API; simply stub it. |
boolean |
relative(int rows)Not used by the Reports Plugin API; simply stub it. |
boolean |
rowDeleted()Not used by the Reports Plugin API; simply stub it. |
boolean |
rowInserted()Not used by the Reports Plugin API; simply stub it. |
boolean |
rowUpdated()Not used by the Reports Plugin API; simply stub it. |
void |
setFetchDirection(int direction)Not used by the Reports Plugin API; simply stub it. |
void |
setFetchSize(int rows)Not used by the Reports Plugin API; simply stub it. |
void |
updateAsciiStream(int columnIndex, java.io.InputStream x, int length)Not used by the Reports Plugin API; simply stub it. |
void |
updateAsciiStream(java.lang.String columnName, java.io.InputStream x, int length)Not used by the Reports Plugin API; simply stub it. |
void |
updateBigDecimal(int columnIndex, java.math.BigDecimal x)Not used by the Reports Plugin API; simply stub it. |
void |
updateBigDecimal(java.lang.String columnName, java.math.BigDecimal x)Not used by the Reports Plugin API; simply stub it. |
void |
updateBinaryStream(int columnIndex, java.io.InputStream x, int length)Not used by the Reports Plugin API; simply stub it. |
void |
updateBinaryStream(java.lang.String columnName, java.io.InputStream x, int length)Not used by the Reports Plugin API; simply stub it. |
void |
updateBoolean(int columnIndex, boolean x)Not used by the Reports Plugin API; simply stub it. |
void |
updateBoolean(java.lang.String columnName, boolean x)Not used by the Reports Plugin API; simply stub it. |
void |
updateByte(int columnIndex, byte x)Not used by the Reports Plugin API; simply stub it. |
void |
updateByte(java.lang.String columnName, byte x)Not used by the Reports Plugin API; simply stub it. |
void |
updateBytes(int columnIndex, byte[] x)Not used by the Reports Plugin API; simply stub it. |
void |
updateBytes(java.lang.String columnName, byte[] x)Not used by the Reports Plugin API; simply stub it. |
void |
updateCharacterStream(int columnIndex, java.io.Reader x, int length)Not used by the Reports Plugin API; simply stub it. |
void |
updateCharacterStream(java.lang.String columnName, java.io.Reader reader, int length)Not used by the Reports Plugin API; simply stub it. |
void |
updateDate(int columnIndex, java.sql.Date x)Not used by the Reports Plugin API; simply stub it. |
void |
updateDate(java.lang.String columnName, java.sql.Date x)Not used by the Reports Plugin API; simply stub it. |
void |
updateDouble(int columnIndex, double x)Not used by the Reports Plugin API; simply stub it. |
void |
updateDouble(java.lang.String columnName, double x)Not used by the Reports Plugin API; simply stub it. |
void |
updateFloat(int columnIndex, float x)Not used by the Reports Plugin API; simply stub it. |
void |
updateFloat(java.lang.String columnName, float x)Not used by the Reports Plugin API; simply stub it. |
void |
updateInt(int columnIndex, int x)Not used by the Reports Plugin API; simply stub it. |
void |
updateInt(java.lang.String columnName, int x)Not used by the Reports Plugin API; simply stub it. |
void |
updateLong(int columnIndex, long x)Not used by the Reports Plugin API; simply stub it. |
void |
updateLong(java.lang.String columnName, long x)Not used by the Reports Plugin API; simply stub it. |
void |
updateNull(int columnIndex)Not used by the Reports Plugin API; simply stub it. |
void |
updateNull(java.lang.String columnName)Not used by the Reports Plugin API; simply stub it. |
void |
updateObject(int columnIndex, java.lang.Object x)Not used by the Reports Plugin API; simply stub it. |
void |
updateObject(int columnIndex, java.lang.Object x, int scale)Not used by the Reports Plugin API; simply stub it. |
void |
updateObject(java.lang.String columnName, java.lang.Object x)Not used by the Reports Plugin API; simply stub it. |
void |
updateObject(java.lang.String columnName, java.lang.Object x, int scale)Not used by the Reports Plugin API; simply stub it. |
void |
updateRow()Not used by the Reports Plugin API; simply stub it. |
void |
updateShort(int columnIndex, short x)Not used by the Reports Plugin API; simply stub it. |
void |
updateShort(java.lang.String columnName, short x)Not used by the Reports Plugin API; simply stub it. |
void |
updateString(int columnIndex, java.lang.String x)Not used by the Reports Plugin API; simply stub it. |
void |
updateString(java.lang.String columnName, java.lang.String x)Not used by the Reports Plugin API; simply stub it. |
void |
updateTime(int columnIndex, java.sql.Time x)Not used by the Reports Plugin API; simply stub it. |
void |
updateTime(java.lang.String columnName, java.sql.Time x)Not used by the Reports Plugin API; simply stub it. |
void |
updateTimestamp(int columnIndex, java.sql.Timestamp x)Not used by the Reports Plugin API; simply stub it. |
void |
updateTimestamp(java.lang.String columnName, java.sql.Timestamp x)Not used by the Reports Plugin API; simply stub it. |
boolean |
wasNull()Returns true if the 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 |
protected PluginResultSetMetaDataTemplate mMetaData
protected int mCurrentRow
protected java.util.Vector mData
protected boolean mWasNull
| Constructor Detail |
public PluginResultSetTemplate(PluginResultSetMetaDataTemplate metaData)
| Method Detail |
public boolean wasNull()
throws java.sql.SQLException
wasNull in interface java.sql.ResultSetpublic boolean next()
next in interface java.sql.ResultSetprotected java.util.Vector getCurrentRow()
public java.lang.Object getObject(int columnIndex)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetpublic java.sql.ResultSetMetaData getMetaData()
getMetaData in interface java.sql.ResultSetpublic void close()
close in interface java.sql.ResultSet
public java.sql.Date getDate(int columnIndex)
throws java.sql.SQLException
getDate in interface java.sql.ResultSet
public java.sql.Time getTime(int columnIndex)
throws java.sql.SQLException
getTime in interface java.sql.ResultSet
public java.sql.Timestamp getTimestamp(int columnIndex)
throws java.sql.SQLException
getTimestamp in interface java.sql.ResultSet
public java.lang.String getString(int columnIndex)
throws java.sql.SQLException
getString in interface java.sql.ResultSet
public long getLong(int columnIndex)
throws java.sql.SQLException
getLong in interface java.sql.ResultSet
public boolean getBoolean(int columnIndex)
throws java.sql.SQLException
getBoolean in interface java.sql.ResultSet
public java.math.BigDecimal getBigDecimal(int columnIndex)
throws java.sql.SQLException
getBigDecimal in interface java.sql.ResultSet
public double getDouble(int columnIndex)
throws java.sql.SQLException
getDouble in interface java.sql.ResultSet
public float getFloat(int columnIndex)
throws java.sql.SQLException
getFloat in interface java.sql.ResultSet
public int getInt(int columnIndex)
throws java.sql.SQLException
getInt in interface java.sql.ResultSet
public short getShort(int columnIndex)
throws java.sql.SQLException
getShort in interface java.sql.ResultSet
public java.lang.String getString(java.lang.String columnName)
throws java.sql.SQLException
getString in interface java.sql.ResultSetpublic boolean absolute(int row)
absolute in interface java.sql.ResultSetpublic void afterLast()
afterLast in interface java.sql.ResultSetpublic void beforeFirst()
beforeFirst in interface java.sql.ResultSetpublic void cancelRowUpdates()
cancelRowUpdates in interface java.sql.ResultSetpublic void clearWarnings()
clearWarnings in interface java.sql.ResultSetpublic void deleteRow()
deleteRow in interface java.sql.ResultSetpublic int findColumn(java.lang.String columnName)
findColumn in interface java.sql.ResultSetpublic boolean first()
first in interface java.sql.ResultSetpublic java.sql.Array getArray(int i)
getArray in interface java.sql.ResultSetpublic java.sql.Array getArray(java.lang.String colName)
getArray in interface java.sql.ResultSetpublic java.io.InputStream getAsciiStream(int columnIndex)
getAsciiStream in interface java.sql.ResultSetpublic java.io.InputStream getAsciiStream(java.lang.String columnName)
getAsciiStream in interface java.sql.ResultSet
public java.math.BigDecimal getBigDecimal(int columnIndex,
int scale)
getBigDecimal in interface java.sql.ResultSetpublic java.math.BigDecimal getBigDecimal(java.lang.String columnName)
getBigDecimal in interface java.sql.ResultSet
public java.math.BigDecimal getBigDecimal(java.lang.String columnName,
int scale)
getBigDecimal in interface java.sql.ResultSetpublic java.io.InputStream getBinaryStream(int columnIndex)
getBinaryStream in interface java.sql.ResultSetpublic java.io.InputStream getBinaryStream(java.lang.String columnName)
getBinaryStream in interface java.sql.ResultSetpublic java.sql.Blob getBlob(int i)
getBlob in interface java.sql.ResultSetpublic java.sql.Blob getBlob(java.lang.String colName)
getBlob in interface java.sql.ResultSetpublic boolean getBoolean(java.lang.String columnName)
getBoolean in interface java.sql.ResultSetpublic byte getByte(int columnIndex)
getByte in interface java.sql.ResultSetpublic byte getByte(java.lang.String columnName)
getByte in interface java.sql.ResultSetpublic byte[] getBytes(int columnIndex)
getBytes in interface java.sql.ResultSetpublic byte[] getBytes(java.lang.String columnName)
getBytes in interface java.sql.ResultSetpublic java.io.Reader getCharacterStream(int columnIndex)
getCharacterStream in interface java.sql.ResultSetpublic java.io.Reader getCharacterStream(java.lang.String columnName)
getCharacterStream in interface java.sql.ResultSetpublic java.sql.Clob getClob(int i)
getClob in interface java.sql.ResultSetpublic java.sql.Clob getClob(java.lang.String colName)
getClob in interface java.sql.ResultSetpublic int getConcurrency()
getConcurrency in interface java.sql.ResultSetpublic java.lang.String getCursorName()
getCursorName in interface java.sql.ResultSet
public java.sql.Date getDate(int columnIndex,
java.util.Calendar cal)
getDate in interface java.sql.ResultSetpublic java.sql.Date getDate(java.lang.String columnName)
getDate in interface java.sql.ResultSet
public java.sql.Date getDate(java.lang.String columnName,
java.util.Calendar cal)
getDate in interface java.sql.ResultSetpublic double getDouble(java.lang.String columnName)
getDouble in interface java.sql.ResultSetpublic int getFetchDirection()
getFetchDirection in interface java.sql.ResultSetpublic int getFetchSize()
getFetchSize in interface java.sql.ResultSetpublic float getFloat(java.lang.String columnName)
getFloat in interface java.sql.ResultSetpublic int getInt(java.lang.String columnName)
getInt in interface java.sql.ResultSetpublic long getLong(java.lang.String columnName)
getLong in interface java.sql.ResultSet
public java.lang.Object getObject(int i,
java.util.Map map)
getObject in interface java.sql.ResultSetpublic java.lang.Object getObject(java.lang.String columnName)
getObject in interface java.sql.ResultSet
public java.lang.Object getObject(java.lang.String colName,
java.util.Map map)
getObject in interface java.sql.ResultSetpublic java.sql.Ref getRef(int i)
getRef in interface java.sql.ResultSetpublic java.sql.Ref getRef(java.lang.String colName)
getRef in interface java.sql.ResultSetpublic int getRow()
getRow in interface java.sql.ResultSetpublic short getShort(java.lang.String columnName)
getShort in interface java.sql.ResultSetpublic java.sql.Statement getStatement()
getStatement in interface java.sql.ResultSet
public java.sql.Time getTime(int columnIndex,
java.util.Calendar cal)
getTime in interface java.sql.ResultSetpublic java.sql.Time getTime(java.lang.String columnName)
getTime in interface java.sql.ResultSet
public java.sql.Time getTime(java.lang.String columnName,
java.util.Calendar cal)
getTime in interface java.sql.ResultSet
public java.sql.Timestamp getTimestamp(int columnIndex,
java.util.Calendar cal)
getTimestamp in interface java.sql.ResultSetpublic java.sql.Timestamp getTimestamp(java.lang.String columnName)
getTimestamp in interface java.sql.ResultSet
public java.sql.Timestamp getTimestamp(java.lang.String columnName,
java.util.Calendar cal)
getTimestamp in interface java.sql.ResultSetpublic int getType()
getType in interface java.sql.ResultSetpublic java.io.InputStream getUnicodeStream(int columnIndex)
getUnicodeStream in interface java.sql.ResultSetpublic java.io.InputStream getUnicodeStream(java.lang.String columnName)
getUnicodeStream in interface java.sql.ResultSetpublic java.sql.SQLWarning getWarnings()
getWarnings in interface java.sql.ResultSetpublic void insertRow()
insertRow in interface java.sql.ResultSetpublic boolean isAfterLast()
isAfterLast in interface java.sql.ResultSetpublic boolean isBeforeFirst()
isBeforeFirst in interface java.sql.ResultSetpublic boolean isFirst()
isFirst in interface java.sql.ResultSetpublic boolean isLast()
isLast in interface java.sql.ResultSetpublic boolean last()
last in interface java.sql.ResultSetpublic void moveToCurrentRow()
moveToCurrentRow in interface java.sql.ResultSetpublic void moveToInsertRow()
moveToInsertRow in interface java.sql.ResultSetpublic boolean previous()
previous in interface java.sql.ResultSetpublic void refreshRow()
refreshRow in interface java.sql.ResultSetpublic boolean relative(int rows)
relative in interface java.sql.ResultSetpublic boolean rowDeleted()
rowDeleted in interface java.sql.ResultSetpublic boolean rowInserted()
rowInserted in interface java.sql.ResultSetpublic boolean rowUpdated()
rowUpdated in interface java.sql.ResultSetpublic void setFetchDirection(int direction)
setFetchDirection in interface java.sql.ResultSetpublic void setFetchSize(int rows)
setFetchSize in interface java.sql.ResultSet
public void updateAsciiStream(int columnIndex,
java.io.InputStream x,
int length)
updateAsciiStream in interface java.sql.ResultSet
public void updateAsciiStream(java.lang.String columnName,
java.io.InputStream x,
int length)
updateAsciiStream in interface java.sql.ResultSet
public void updateBigDecimal(int columnIndex,
java.math.BigDecimal x)
updateBigDecimal in interface java.sql.ResultSet
public void updateBigDecimal(java.lang.String columnName,
java.math.BigDecimal x)
updateBigDecimal in interface java.sql.ResultSet
public void updateBinaryStream(int columnIndex,
java.io.InputStream x,
int length)
updateBinaryStream in interface java.sql.ResultSet
public void updateBinaryStream(java.lang.String columnName,
java.io.InputStream x,
int length)
updateBinaryStream in interface java.sql.ResultSet
public void updateBoolean(int columnIndex,
boolean x)
updateBoolean in interface java.sql.ResultSet
public void updateBoolean(java.lang.String columnName,
boolean x)
updateBoolean in interface java.sql.ResultSet
public void updateByte(int columnIndex,
byte x)
updateByte in interface java.sql.ResultSet
public void updateByte(java.lang.String columnName,
byte x)
updateByte in interface java.sql.ResultSet
public void updateBytes(int columnIndex,
byte[] x)
updateBytes in interface java.sql.ResultSet
public void updateBytes(java.lang.String columnName,
byte[] x)
updateBytes in interface java.sql.ResultSet
public void updateCharacterStream(int columnIndex,
java.io.Reader x,
int length)
updateCharacterStream in interface java.sql.ResultSet
public void updateCharacterStream(java.lang.String columnName,
java.io.Reader reader,
int length)
updateCharacterStream in interface java.sql.ResultSet
public void updateDate(int columnIndex,
java.sql.Date x)
updateDate in interface java.sql.ResultSet
public void updateDate(java.lang.String columnName,
java.sql.Date x)
updateDate in interface java.sql.ResultSet
public void updateDouble(int columnIndex,
double x)
updateDouble in interface java.sql.ResultSet
public void updateDouble(java.lang.String columnName,
double x)
updateDouble in interface java.sql.ResultSet
public void updateFloat(int columnIndex,
float x)
updateFloat in interface java.sql.ResultSet
public void updateFloat(java.lang.String columnName,
float x)
updateFloat in interface java.sql.ResultSet
public void updateInt(int columnIndex,
int x)
updateInt in interface java.sql.ResultSet
public void updateInt(java.lang.String columnName,
int x)
updateInt in interface java.sql.ResultSet
public void updateLong(int columnIndex,
long x)
updateLong in interface java.sql.ResultSet
public void updateLong(java.lang.String columnName,
long x)
updateLong in interface java.sql.ResultSetpublic void updateNull(int columnIndex)
updateNull in interface java.sql.ResultSetpublic void updateNull(java.lang.String columnName)
updateNull in interface java.sql.ResultSet
public void updateObject(int columnIndex,
java.lang.Object x)
updateObject in interface java.sql.ResultSet
public void updateObject(int columnIndex,
java.lang.Object x,
int scale)
updateObject in interface java.sql.ResultSet
public void updateObject(java.lang.String columnName,
java.lang.Object x)
updateObject in interface java.sql.ResultSet
public void updateObject(java.lang.String columnName,
java.lang.Object x,
int scale)
updateObject in interface java.sql.ResultSetpublic void updateRow()
updateRow in interface java.sql.ResultSet
public void updateShort(int columnIndex,
short x)
updateShort in interface java.sql.ResultSet
public void updateShort(java.lang.String columnName,
short x)
updateShort in interface java.sql.ResultSet
public void updateString(int columnIndex,
java.lang.String x)
updateString in interface java.sql.ResultSet
public void updateString(java.lang.String columnName,
java.lang.String x)
updateString in interface java.sql.ResultSet
public void updateTime(int columnIndex,
java.sql.Time x)
updateTime in interface java.sql.ResultSet
public void updateTime(java.lang.String columnName,
java.sql.Time x)
updateTime in interface java.sql.ResultSet
public void updateTimestamp(int columnIndex,
java.sql.Timestamp x)
updateTimestamp in interface java.sql.ResultSet
public void updateTimestamp(java.lang.String columnName,
java.sql.Timestamp x)
updateTimestamp in interface java.sql.ResultSet
|
Oracle Reports Java API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||