|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.jdbc.WrapperImpl
com.metamatrix.jdbc.MMResultSet
public class MMResultSet
The MMResultSet is the way query results are returned to the requesting client based upon a query given to the server. This abstract class that implements java.sql.ResultSet. This class represents access to results produced by any of the classes on the driver.
Field Summary |
---|
Fields inherited from interface java.sql.ResultSet |
---|
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
Method Summary | |
---|---|
boolean |
absolute(int row)
|
void |
afterLast()
Moves the cursor to the end of the result set, just after the last row. |
void |
beforeFirst()
Moves the cursor to the front of the result set, just before the first row. |
void |
cancelRowUpdates()
Cancels the updates made to a row. |
protected void |
checkClosed()
|
protected void |
checkNotForwardOnly()
|
void |
clearWarnings()
|
void |
close()
Close this result set. |
void |
deleteRow()
|
int |
findColumn(java.lang.String columnName)
This method returns the integer that represents which column represents the column name parameter. |
protected int |
findColumnIndex(java.lang.String columnName)
|
boolean |
first()
Moves the cursor to the first row in this ResultSet object. |
protected int |
getAbsoluteRowNumber()
|
java.sql.Array |
getArray(int columnIndex)
|
java.sql.Array |
getArray(java.lang.String columnLabel)
|
java.io.InputStream |
getAsciiStream(int columnIndex)
|
java.io.InputStream |
getAsciiStream(java.lang.String columnLabel)
|
java.math.BigDecimal |
getBigDecimal(int columnIndex)
This method will return the value in the current at the given column index row as a java.math.BigDecimal. |
java.math.BigDecimal |
getBigDecimal(int columnIndex,
int scale)
Deprecated. |
java.math.BigDecimal |
getBigDecimal(java.lang.String columnName)
This method will return the value in the current row at the given column as a java.math.BigDecimal. |
java.math.BigDecimal |
getBigDecimal(java.lang.String columnName,
int scale)
Deprecated. |
java.io.InputStream |
getBinaryStream(int columnIndex)
This method will read in the data byte by byte and write it to an InputStream to be returned. |
java.io.InputStream |
getBinaryStream(java.lang.String columnName)
This method will read in the data byte by byte and write it to an InputStream to be returned. |
java.sql.Blob |
getBlob(int columnIndex)
This method will read in a SQL BLOB value stored in the given column as a Blob object. |
java.sql.Blob |
getBlob(java.lang.String columnName)
This method will read in a SQL BLOB value stored in the given column as a Blob object. |
boolean |
getBoolean(int columnIndex)
This method will return the value in the current row as a boolean value |
boolean |
getBoolean(java.lang.String columnName)
This method will return the value in the current row at the given column as a boolean value. |
byte |
getByte(int columnIndex)
This method will return the value in the current row as a byte value. |
byte |
getByte(java.lang.String columnName)
This method will return the value in the current row as a byte value |
byte[] |
getBytes(int columnIndex)
This method will return the value in the current row as an array of byte values |
byte[] |
getBytes(java.lang.String columnName)
This method will return the value in the current row as an array of byte values |
java.io.Reader |
getCharacterStream(int columnIndex)
This method will attempt to return the value contained at the index as a java.io.Reader object. |
java.io.Reader |
getCharacterStream(java.lang.String columnName)
This method will attempt to return the value at the designated column determined by the columName as a java.io.Reader object. |
java.sql.Clob |
getClob(int columnIndex)
|
java.sql.Clob |
getClob(java.lang.String columnLabel)
|
java.util.Date |
getCompletedTimestamp()
Gets the time command execution is compleated on the server. |
int |
getConcurrency()
Get the concurrency type for this ResultSet object. |
java.util.List |
getCurrentRecord()
Get all values in current record in column order |
java.lang.String |
getCursorName()
Retrieves the RequestID for the query that created this ResultSet. |
java.sql.Date |
getDate(int columnIndex)
This method will return the value in the current row as a Date object. |
java.sql.Date |
getDate(int columnIndex,
java.util.Calendar cal)
This method will return the value in the current row as a Date object. |
java.sql.Date |
getDate(java.lang.String columnName)
Get the column value as a Date object |
java.sql.Date |
getDate(java.lang.String columnName,
java.util.Calendar cal)
Get the Date value for the given column. |
protected java.util.Calendar |
getDefaultCalendar()
|
double |
getDouble(int columnIndex)
This method will return the value in the current row as a double value. |
double |
getDouble(java.lang.String columnName)
Get a double value based on the column name. |
int |
getFetchDirection()
Gets the direction suggested to the driver as the direction in which to fetch rows. |
int |
getFetchSize()
Get fetch size that will be used if this result set is backed by a cursor. |
protected int |
getFinalRowNumber()
|
float |
getFloat(int columnIndex)
This method will return the value in the current row as a float value. |
float |
getFloat(java.lang.String columnName)
Get a float value based on the column name. |
int |
getHoldability()
|
int |
getInt(int columnIndex)
This method will return the value in the current row as a int value. |
int |
getInt(java.lang.String columnName)
Get an integer based on the column index. |
long |
getLong(int columnIndex)
This method will return the value in the current row as a long value. |
long |
getLong(java.lang.String columnName)
Get a long based on the column name. |
java.sql.ResultSetMetaData |
getMetaData()
This method returns the meta data of the result set, such as the number, types and properties of this resultSets columns. |
java.io.Reader |
getNCharacterStream(int columnIndex)
|
java.io.Reader |
getNCharacterStream(java.lang.String columnLabel)
|
java.sql.NClob |
getNClob(int columnIndex)
|
java.sql.NClob |
getNClob(java.lang.String columnLabel)
|
java.lang.String |
getNString(int columnIndex)
|
java.lang.String |
getNString(java.lang.String columnLabel)
|
java.lang.Object |
getObject(int column)
Get a java object based on the column index for the current row. |
java.lang.Object |
getObject(int columnIndex,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
|
java.lang.Object |
getObject(java.lang.String columnName)
Get a java object based on the column name. |
java.lang.Object |
getObject(java.lang.String columnLabel,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
|
java.lang.Object |
getObjectDirect(int column)
Get the value of the current row at the column index specified. |
protected int |
getOffset()
|
java.util.List |
getParameters()
Return a stored procedures parameters (may be null) |
long |
getProcessingTime()
This gives the total time taken for execution of the command |
java.util.Date |
getProcessingTimestamp()
Gets the time the command was submitted to the server. |
java.sql.Ref |
getRef(int columnIndex)
|
java.sql.Ref |
getRef(java.lang.String columnLabel)
|
int |
getRow()
Get current row pointer. |
java.sql.RowId |
getRowId(int columnIndex)
|
java.sql.RowId |
getRowId(java.lang.String columnLabel)
|
short |
getShort(int columnIndex)
Get a primitive short based on the column index. |
short |
getShort(java.lang.String columnName)
Get a short based on the column name. |
java.sql.SQLXML |
getSQLXML(int columnIndex)
|
java.sql.SQLXML |
getSQLXML(java.lang.String columnLabel)
|
MMStatement |
getStatement()
Retrieves the Statement object that produced this ResultSet object. |
java.lang.String |
getString(int columnIndex)
Get a String based on the column index. |
java.lang.String |
getString(java.lang.String columnName)
Get a string based on the column name. |
java.sql.Time |
getTime(int columnIndex)
This method will return the value in the current row as a Time object. |
java.sql.Time |
getTime(int columnIndex,
java.util.Calendar cal)
This method will return the value in the current row as a Time object. |
java.sql.Time |
getTime(java.lang.String columnName)
Get a java.sql.Time based on the column name. |
java.sql.Time |
getTime(java.lang.String columnName,
java.util.Calendar cal)
Get a java.sql.Time based on the column name. |
java.sql.Timestamp |
getTimestamp(int columnIndex)
This method will return the value in the current row as a Timestamp object. |
java.sql.Timestamp |
getTimestamp(int columnIndex,
java.util.Calendar cal)
This method will return the value in the current row as a Timestamp object. |
java.sql.Timestamp |
getTimestamp(java.lang.String columnName)
Get a java.sql.Timestamp based on the column name. |
java.sql.Timestamp |
getTimestamp(java.lang.String columnName,
java.util.Calendar cal)
Get a java.sql.Timestamp based on the column name. |
int |
getType()
|
java.io.InputStream |
getUnicodeStream(int columnIndex)
|
java.io.InputStream |
getUnicodeStream(java.lang.String columnLabel)
|
protected java.util.Map |
getUpdatedPlanDescription()
|
java.net.URL |
getURL(int columnIndex)
|
java.net.URL |
getURL(java.lang.String columnLabel)
|
java.sql.SQLWarning |
getWarnings()
Retrieves the first warning reported by calls on this ResultSet object. |
protected boolean |
hasNext()
|
void |
insertRow()
|
boolean |
isAfterLast()
Determines whether the cursor is after the last row in this ResultSet object. |
boolean |
isBeforeFirst()
Determines whether the cursor is before the first row in this ResultSet object. |
boolean |
isClosed()
|
boolean |
isFirst()
True if current record is the first in the result set. |
boolean |
isLast()
True if current record is the last in the result set. |
boolean |
last()
Moves the cursor to the last row in the in this ResultSet object. |
void |
moveToCurrentRow()
Moves the cursor to the remembered cursor position, usually the current row. |
void |
moveToInsertRow()
|
boolean |
next()
Move row pointer forward one row. |
boolean |
previous()
Move row pointer backward one row. |
void |
refreshRow()
|
boolean |
relative(int rows)
Moves the cursor a number of rows relative to the current row in this ResultSet object. |
com.metamatrix.jdbc.BatchResults.Batch |
requestBatch(int beginRow,
int endRow)
|
boolean |
rowDeleted()
|
boolean |
rowInserted()
|
boolean |
rowUpdated()
|
void |
setFetchDirection(int direction)
|
void |
setFetchSize(int rows)
|
void |
setMaxFieldSize(int maxFieldSize)
|
protected void |
setResultsData(ResultsMessage resultsMsg)
|
void |
updateArray(int columnIndex,
java.sql.Array x)
|
void |
updateArray(java.lang.String columnLabel,
java.sql.Array x)
|
void |
updateAsciiStream(int columnIndex,
java.io.InputStream x)
|
void |
updateAsciiStream(int columnIndex,
java.io.InputStream x,
int length)
|
void |
updateAsciiStream(int columnIndex,
java.io.InputStream x,
long length)
|
void |
updateAsciiStream(java.lang.String columnLabel,
java.io.InputStream x)
|
void |
updateAsciiStream(java.lang.String columnLabel,
java.io.InputStream x,
int length)
|
void |
updateAsciiStream(java.lang.String columnLabel,
java.io.InputStream x,
long length)
|
void |
updateBigDecimal(int columnIndex,
java.math.BigDecimal x)
|
void |
updateBigDecimal(java.lang.String columnLabel,
java.math.BigDecimal x)
|
void |
updateBinaryStream(int columnIndex,
java.io.InputStream x)
|
void |
updateBinaryStream(int columnIndex,
java.io.InputStream x,
int length)
|
void |
updateBinaryStream(int columnIndex,
java.io.InputStream x,
long length)
|
void |
updateBinaryStream(java.lang.String columnLabel,
java.io.InputStream x)
|
void |
updateBinaryStream(java.lang.String columnLabel,
java.io.InputStream x,
int length)
|
void |
updateBinaryStream(java.lang.String columnLabel,
java.io.InputStream x,
long length)
|
void |
updateBlob(int columnIndex,
java.sql.Blob x)
|
void |
updateBlob(int columnIndex,
java.io.InputStream inputStream)
|
void |
updateBlob(int columnIndex,
java.io.InputStream inputStream,
long length)
|
void |
updateBlob(java.lang.String columnLabel,
java.sql.Blob x)
|
void |
updateBlob(java.lang.String columnLabel,
java.io.InputStream inputStream)
|
void |
updateBlob(java.lang.String columnLabel,
java.io.InputStream inputStream,
long length)
|
void |
updateBoolean(int columnIndex,
boolean x)
|
void |
updateBoolean(java.lang.String columnLabel,
boolean x)
|
void |
updateByte(int columnIndex,
byte x)
|
void |
updateByte(java.lang.String columnLabel,
byte x)
|
void |
updateBytes(int columnIndex,
byte[] x)
|
void |
updateBytes(java.lang.String columnLabel,
byte[] x)
|
void |
updateCharacterStream(int columnIndex,
java.io.Reader x)
|
void |
updateCharacterStream(int columnIndex,
java.io.Reader x,
int length)
|
void |
updateCharacterStream(int columnIndex,
java.io.Reader x,
long length)
|
void |
updateCharacterStream(java.lang.String columnLabel,
java.io.Reader reader)
|
void |
updateCharacterStream(java.lang.String columnLabel,
java.io.Reader reader,
int length)
|
void |
updateCharacterStream(java.lang.String columnLabel,
java.io.Reader reader,
long length)
|
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 length)
|
void |
updateClob(java.lang.String columnLabel,
java.sql.Clob x)
|
void |
updateClob(java.lang.String columnLabel,
java.io.Reader reader)
|
void |
updateClob(java.lang.String columnLabel,
java.io.Reader reader,
long length)
|
void |
updateDate(int columnIndex,
java.sql.Date x)
|
void |
updateDate(java.lang.String columnLabel,
java.sql.Date x)
|
void |
updateDouble(int columnIndex,
double x)
|
void |
updateDouble(java.lang.String columnLabel,
double x)
|
void |
updateFloat(int columnIndex,
float x)
|
void |
updateFloat(java.lang.String columnLabel,
float x)
|
void |
updateInt(int columnIndex,
int x)
|
void |
updateInt(java.lang.String columnLabel,
int x)
|
void |
updateLong(int columnIndex,
long x)
|
void |
updateLong(java.lang.String columnLabel,
long x)
|
void |
updateNCharacterStream(int columnIndex,
java.io.Reader x)
|
void |
updateNCharacterStream(int columnIndex,
java.io.Reader x,
long length)
|
void |
updateNCharacterStream(java.lang.String columnLabel,
java.io.Reader reader)
|
void |
updateNCharacterStream(java.lang.String columnLabel,
java.io.Reader reader,
long length)
|
void |
updateNClob(int columnIndex,
java.sql.NClob clob)
|
void |
updateNClob(int columnIndex,
java.io.Reader reader)
|
void |
updateNClob(int columnIndex,
java.io.Reader reader,
long length)
|
void |
updateNClob(java.lang.String columnLabel,
java.sql.NClob clob)
|
void |
updateNClob(java.lang.String columnLabel,
java.io.Reader reader)
|
void |
updateNClob(java.lang.String columnLabel,
java.io.Reader reader,
long length)
|
void |
updateNString(int columnIndex,
java.lang.String string)
|
void |
updateNString(java.lang.String columnLabel,
java.lang.String string)
|
void |
updateNull(int columnIndex)
|
void |
updateNull(java.lang.String columnLabel)
|
void |
updateObject(int columnIndex,
java.lang.Object x)
|
void |
updateObject(int columnIndex,
java.lang.Object x,
int scaleOrLength)
|
void |
updateObject(java.lang.String columnLabel,
java.lang.Object x)
|
void |
updateObject(java.lang.String columnLabel,
java.lang.Object x,
int scaleOrLength)
|
void |
updateRef(int columnIndex,
java.sql.Ref x)
|
void |
updateRef(java.lang.String columnLabel,
java.sql.Ref x)
|
void |
updateRow()
|
void |
updateRowId(int columnIndex,
java.sql.RowId x)
|
void |
updateRowId(java.lang.String columnLabel,
java.sql.RowId x)
|
void |
updateShort(int columnIndex,
short x)
|
void |
updateShort(java.lang.String columnLabel,
short x)
|
void |
updateSQLXML(int columnIndex,
java.sql.SQLXML xmlObject)
|
void |
updateSQLXML(java.lang.String columnLabel,
java.sql.SQLXML xmlObject)
|
void |
updateString(int columnIndex,
java.lang.String x)
|
void |
updateString(java.lang.String columnLabel,
java.lang.String x)
|
void |
updateTime(int columnIndex,
java.sql.Time x)
|
void |
updateTime(java.lang.String columnLabel,
java.sql.Time x)
|
void |
updateTimestamp(int columnIndex,
java.sql.Timestamp x)
|
void |
updateTimestamp(java.lang.String columnLabel,
java.sql.Timestamp x)
|
boolean |
wasNull()
This will return a boolean value if the last column that was read had a value equal to null. |
Methods inherited from class com.metamatrix.jdbc.WrapperImpl |
---|
isWrapperFor, unwrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.sql.Wrapper |
---|
isWrapperFor, unwrap |
Method Detail |
---|
public void setMaxFieldSize(int maxFieldSize)
public void close() throws java.sql.SQLException
close
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isClosed() throws java.sql.SQLException
isClosed
in interface java.sql.ResultSet
java.sql.SQLException
protected void checkClosed() throws java.sql.SQLException
java.sql.SQLException
public java.util.List getParameters()
public java.lang.Object getObject(int column) throws java.sql.SQLException
Get a java object based on the column index for the current row.
getObject
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if a results access error occurs or transform fails.public int getFetchSize() throws java.sql.SQLException
com.metamatrix.jdbc.ResultsImpl#getFetchSize
or it may
have been reset by the server.
getFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public boolean next() throws java.sql.SQLException
next
in interface java.sql.ResultSet
java.sql.SQLException
- if this result set has an exceptionpublic boolean previous() throws java.sql.SQLException
previous
in interface java.sql.ResultSet
java.sql.SQLException
- if this result set has an exceptionpublic int getRow() throws java.sql.SQLException
getRow
in interface java.sql.ResultSet
java.sql.SQLException
- if this result set has an exceptionpublic java.lang.Object getObjectDirect(int column) throws java.sql.SQLException
column
- Column index
java.sql.SQLException
- if this result set has an exceptionpublic java.util.List getCurrentRecord() throws java.sql.SQLException
java.sql.SQLException
- if an access error occurs.public int getType() throws java.sql.SQLException
getType
in interface java.sql.ResultSet
java.sql.SQLException
public boolean absolute(int row) throws java.sql.SQLException
absolute
in interface java.sql.ResultSet
java.sql.SQLException
protected java.util.Map getUpdatedPlanDescription()
public com.metamatrix.jdbc.BatchResults.Batch requestBatch(int beginRow, int endRow) throws java.sql.SQLException
requestBatch
in interface BatchFetcher
java.sql.SQLException
protected int getFinalRowNumber()
protected boolean hasNext() throws java.sql.SQLException
java.sql.SQLException
protected int getOffset()
protected int getAbsoluteRowNumber()
public void cancelRowUpdates() throws java.sql.SQLException
cancelRowUpdates
in interface java.sql.ResultSet
java.sql.SQLException
- if a metamatrix access error occurs.public void clearWarnings() throws java.sql.SQLException
clearWarnings
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int columnIndex) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if there is an error accessing metamatrix results.public java.math.BigDecimal getBigDecimal(java.lang.String columnName) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
The
- name of the column whose value needs to be fetched in the current
row.
java.sql.SQLException
- if there is an error accessing metamatrix results.public java.math.BigDecimal getBigDecimal(int columnIndex, int scale) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
columnIndex
- the first column is 1, the second is 2, ...scale
- the number of digits to the right of the decimal
java.sql.SQLException
- if there is an error accessing metamatrix results.public java.math.BigDecimal getBigDecimal(java.lang.String columnName, int scale) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
columnName
- the SQL name of the columnscale
- the number of digits to the right of the decimal
java.sql.SQLException
- if a metamatrix access error occurspublic java.io.InputStream getBinaryStream(int columnIndex) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
columnIndex
- The column position in the current row whose value is to be read.
java.sql.SQLException
public java.io.InputStream getBinaryStream(java.lang.String columnName) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
columnName
- The column name in the current row whose value is to be updated.
java.sql.SQLException
public java.sql.Blob getBlob(int columnIndex) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
columnIndex
- The column position in the current row whose value is to be read.
java.sql.SQLException
- if there is an error accessing metamatrix results.public java.sql.Blob getBlob(java.lang.String columnName) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
columnName
- The column name in the current row whose value is to be updated.
java.sql.SQLException
- if there is an error accessing metamatrix results.public boolean getBoolean(int columnIndex) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if there is an error accessing metamatrix results.public boolean getBoolean(java.lang.String columnName) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
The
- name of the column whose value needs to be fetched in the current
row.
java.sql.SQLException
- if there is an error accessing metamatrix results.public byte getByte(int columnIndex) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if there is an error accessing metamatrix results.public byte getByte(java.lang.String columnName) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
name
- of the column whose byte value is to be returned.
java.sql.SQLException
public byte[] getBytes(int columnIndex) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
columnIndex
- The column position in the current row whose value is to be read.
java.sql.SQLException
- if there is an error accessing or converting the result valuepublic byte[] getBytes(java.lang.String columnName) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
columnName
- The column name in the current row whose value is to be updated.
java.sql.SQLException
- if there is an error accessing or converting the result valuepublic int getConcurrency() throws java.sql.SQLException
getConcurrency
in interface java.sql.ResultSet
java.sql.SQLException
- if the there is an error accesing resultspublic java.io.Reader getCharacterStream(int columnIndex) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
columnIndex
- The column position in the current row whose value is to be read.
java.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String columnName) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
columnName
- The column name in the current row whose value is to be updated.
java.sql.SQLException
public java.sql.Date getDate(int columnIndex, java.util.Calendar cal) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.Calender
- object used to get the date value.
java.sql.SQLException
- if a results access error occurs or transform fails.public java.sql.Date getDate(java.lang.String columnName, java.util.Calendar cal) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
columnName
- . The name of the column whose value needs to be fetched.Calender
- object used to get the date value.
java.sql.SQLException
- unable to obtain date value for the given column.public java.sql.Date getDate(int columnIndex) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if a results access error occurs or transform fails.public java.sql.Date getDate(java.lang.String columnName) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
name
- of the column in the resultset whose value is to be fetched.
java.sql.SQLException
public double getDouble(int columnIndex) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if a results access error occurs or transform fails.public double getDouble(java.lang.String columnName) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
name
- of the column in the resultset whose value is to be fetched.
java.sql.SQLException
public int getFetchDirection() throws java.sql.SQLException
getFetchDirection
in interface java.sql.ResultSet
java.sql.SQLException
public float getFloat(int columnIndex) throws java.sql.SQLException
getFloat
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if a results access error occurs or transform fails.public float getFloat(java.lang.String columnName) throws java.sql.SQLException
getFloat
in interface java.sql.ResultSet
name
- of the column in the resultset whose value is to be fetched.
java.sql.SQLException
public int getInt(int columnIndex) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if a results access error occurs or transform fails.public int getInt(java.lang.String columnName) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
name
- of the column in the resultset whose value is to be fetched.
java.sql.SQLException
public long getLong(int columnIndex) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if a results access error occurs or transform fails.public long getLong(java.lang.String columnName) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
name
- of the column in the resultset whose value is to be fetched.
java.sql.SQLException
public java.lang.Object getObject(java.lang.String columnName) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
name
- of the column in the resultset whose value is to be fetched.
java.sql.SQLException
public short getShort(int columnIndex) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if a results access error occurs or transform fails.public short getShort(java.lang.String columnName) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
String
- representing name of the column.
java.sql.SQLException
- if a results access error occurs.public java.lang.String getString(int columnIndex) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if a results access error occurs or transform fails.public java.lang.String getString(java.lang.String columnName) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
String
- representing name of the column.
java.sql.SQLException
- if a results access error occurs.public java.sql.Time getTime(int columnIndex) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if a results access error occurs or transform fails.public java.sql.Time getTime(java.lang.String columnName) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
name
- of the column whose value is to be fetched as a timestamp
java.sql.SQLException
- if a results access error occurs.public java.sql.Time getTime(int columnIndex, java.util.Calendar cal) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.Calendar
- object to be used to construct the Time object.
java.sql.SQLException
- if a results access error occurs or transform fails.public java.sql.Time getTime(java.lang.String columnName, java.util.Calendar cal) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
name
- of the column whose value is to be fetched as a timestampcalender
- object to include the timezone info in the object returned
java.sql.SQLException
- if a results access error occurs.public java.sql.Timestamp getTimestamp(int columnIndex) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.
java.sql.SQLException
- if a results access error occurs or transform fails.public java.sql.Timestamp getTimestamp(java.lang.String columnName) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
name
- of the column whose value is to be fetched as a timestamp
java.sql.SQLException
- if a results access error occurs.public java.sql.Timestamp getTimestamp(int columnIndex, java.util.Calendar cal) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
The
- index of the column whose value needs to be fetched.Calendar
- object to be used to construct the Timestamp object.
java.sql.SQLException
- if a results access error occurs or transform fails.public java.sql.Timestamp getTimestamp(java.lang.String columnName, java.util.Calendar cal) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
name
- of the column whose value is to be fetched as a timestampcalender
- object to include the timezone info in the object returned
java.sql.SQLException
- if a results access error occurs.public void moveToCurrentRow() throws java.sql.SQLException
moveToCurrentRow
in interface java.sql.ResultSet
java.sql.SQLException
public boolean wasNull() throws java.sql.SQLException
wasNull
in interface java.sql.ResultSet
java.sql.SQLException
protected void setResultsData(ResultsMessage resultsMsg)
public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
This method returns the meta data of the result set, such as the number, types and properties of this resultSets columns.
getMetaData
in interface java.sql.ResultSet
java.sql.SQLException
- if results access error occurspublic java.lang.String getCursorName() throws java.sql.SQLException
getCursorName
in interface java.sql.ResultSet
java.sql.SQLException
public MMStatement getStatement() throws java.sql.SQLException
Retrieves the Statement object that produced this ResultSet object.
getStatement
in interface java.sql.ResultSet
java.sql.SQLException
- if the there is an error accesing resultspublic java.sql.SQLWarning getWarnings() throws java.sql.SQLException
getWarnings
in interface java.sql.ResultSet
java.sql.SQLException
- if a database access error occurs or this method is called on a
closed result set.public java.util.Date getProcessingTimestamp() throws java.sql.SQLException
java.sql.SQLException
public java.util.Date getCompletedTimestamp() throws java.sql.SQLException
java.sql.SQLException
public long getProcessingTime() throws java.sql.SQLException
java.sql.SQLException
public boolean isFirst() throws java.sql.SQLException
isFirst
in interface java.sql.ResultSet
QueryResultsException
- if this result set has an exception
InvalidatedResultsException
- if the results were obtained during a transaction and the
transaction has been rolled back
java.sql.SQLException
public boolean isLast() throws java.sql.SQLException
isLast
in interface java.sql.ResultSet
QueryResultsException
- if this result set has an exception
InvalidatedResultsException
- if the results were obtained during a transaction and the
transaction has been rolled back
java.sql.SQLException
public boolean isAfterLast() throws java.sql.SQLException
Determines whether the cursor is after the last row in this ResultSet object. This method should be called only if the result set is scrollable.
isAfterLast
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isBeforeFirst() throws java.sql.SQLException
Determines whether the cursor is before the first row in this ResultSet object. This method should be called only if the result set is scrollable.
isBeforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public boolean relative(int rows) throws java.sql.SQLException
Moves the cursor a number of rows relative to the current row in this ResultSet object. The number of rows may be positive or negative.
relative
in interface java.sql.ResultSet
number
- of rows to move relative to the present row.
java.sql.SQLException
- if the there is an error accessing resultspublic boolean last() throws java.sql.SQLException
Moves the cursor to the last row in the in this ResultSet object. This method should be called only if the result set is scrollable.
last
in interface java.sql.ResultSet
java.sql.SQLException
- if the type of the ResultSet is TYPE_FORWARD_ONLYprotected void checkNotForwardOnly() throws java.sql.SQLException
java.sql.SQLException
public void afterLast() throws java.sql.SQLException
Moves the cursor to the end of the result set, just after the last row. Has no effect if the result set contains no rows.
afterLast
in interface java.sql.ResultSet
java.sql.SQLException
- if a results access error occurs or the result set type is
TYPE_FORWARD_ONLYpublic void beforeFirst() throws java.sql.SQLException
Moves the cursor to the front of the result set, just before the first row. Has no effect if the result set contains no rows.
beforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
- if a results can not be accessed or the result set type is
TYPE_FORWARD_ONLYpublic boolean first() throws java.sql.SQLException
Moves the cursor to the first row in this ResultSet object.
first
in interface java.sql.ResultSet
java.sql.SQLException
- if the ResulSet is of TYPE_FORWARD_ONLY.public int findColumn(java.lang.String columnName) throws java.sql.SQLException
This method returns the integer that represents which column represents the column name parameter.
findColumn
in interface java.sql.ResultSet
Name
- of the column whose position is to be returned.
java.sql.SQLException
- if a database access error occurs.protected int findColumnIndex(java.lang.String columnName) throws java.sql.SQLException
java.sql.SQLException
protected java.util.Calendar getDefaultCalendar()
public void deleteRow() throws java.sql.SQLException
deleteRow
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Array getArray(int columnIndex) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Array getArray(java.lang.String columnLabel) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(int columnIndex) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(java.lang.String columnLabel) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(int columnIndex) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLXML getSQLXML(int columnIndex) throws java.sql.SQLException
getSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(java.lang.String columnLabel) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public int getHoldability() throws java.sql.SQLException
getHoldability
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getNCharacterStream(int columnIndex) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getNCharacterStream(java.lang.String columnLabel) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.NClob getNClob(int columnIndex) throws java.sql.SQLException
getNClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.NClob getNClob(java.lang.String columnLabel) throws java.sql.SQLException
getNClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getNString(int columnIndex) throws java.sql.SQLException
getNString
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getNString(java.lang.String columnLabel) throws java.sql.SQLException
getNString
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int columnIndex, java.util.Map<java.lang.String,java.lang.Class<?>> map) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(java.lang.String columnLabel, java.util.Map<java.lang.String,java.lang.Class<?>> map) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(int columnIndex) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(java.lang.String columnLabel) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.RowId getRowId(int columnIndex) throws java.sql.SQLException
getRowId
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.RowId getRowId(java.lang.String columnLabel) throws java.sql.SQLException
getRowId
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLXML getSQLXML(java.lang.String columnLabel) throws java.sql.SQLException
getSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getUnicodeStream(int columnIndex) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getUnicodeStream(java.lang.String columnLabel) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(int columnIndex) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(java.lang.String columnLabel) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public void insertRow() throws java.sql.SQLException
insertRow
in interface java.sql.ResultSet
java.sql.SQLException
public void moveToInsertRow() throws java.sql.SQLException
moveToInsertRow
in interface java.sql.ResultSet
java.sql.SQLException
public void refreshRow() throws java.sql.SQLException
refreshRow
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowDeleted() throws java.sql.SQLException
rowDeleted
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowInserted() throws java.sql.SQLException
rowInserted
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowUpdated() throws java.sql.SQLException
rowUpdated
in interface java.sql.ResultSet
java.sql.SQLException
public void setFetchDirection(int direction) throws java.sql.SQLException
setFetchDirection
in interface java.sql.ResultSet
java.sql.SQLException
public void setFetchSize(int rows) throws java.sql.SQLException
setFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(int columnIndex, java.sql.Array x) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(java.lang.String columnLabel, java.sql.Array x) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int columnIndex, java.io.InputStream x, int length) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String columnLabel, java.io.InputStream x, int length) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int columnIndex, java.io.InputStream x, long length) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int columnIndex, java.io.InputStream x) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String columnLabel, java.io.InputStream x, long length) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String columnLabel, java.io.InputStream x) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(int columnIndex, java.math.BigDecimal x) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(java.lang.String columnLabel, java.math.BigDecimal x) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int columnIndex, java.io.InputStream x, int length) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String columnLabel, java.io.InputStream x, int length) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int columnIndex, java.io.InputStream x, long length) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int columnIndex, java.io.InputStream x) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String columnLabel, java.io.InputStream x, long length) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String columnLabel, java.io.InputStream x) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int columnIndex, java.sql.Blob x) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String columnLabel, java.sql.Blob x) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int columnIndex, java.io.InputStream inputStream, long length) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int columnIndex, java.io.InputStream inputStream) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String columnLabel, java.io.InputStream inputStream, long length) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String columnLabel, java.io.InputStream inputStream) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(int columnIndex, boolean x) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(java.lang.String columnLabel, boolean x) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(int columnIndex, byte x) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(java.lang.String columnLabel, byte x) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(int columnIndex, byte[] x) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(java.lang.String columnLabel, byte[] x) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int columnIndex, java.io.Reader x, int length) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String columnLabel, java.io.Reader reader, int length) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int columnIndex, java.io.Reader x, long length) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int columnIndex, java.io.Reader x) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String columnLabel, java.io.Reader reader, long length) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String columnLabel, java.io.Reader reader) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int columnIndex, java.sql.Clob x) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String columnLabel, java.sql.Clob x) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int columnIndex, java.io.Reader reader, long length) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int columnIndex, java.io.Reader reader) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String columnLabel, java.io.Reader reader, long length) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String columnLabel, java.io.Reader reader) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(int columnIndex, java.sql.Date x) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(java.lang.String columnLabel, java.sql.Date x) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(int columnIndex, double x) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(java.lang.String columnLabel, double x) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(int columnIndex, float x) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(java.lang.String columnLabel, float x) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(int columnIndex, int x) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(java.lang.String columnLabel, int x) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(int columnIndex, long x) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(java.lang.String columnLabel, long x) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(int columnIndex, java.io.Reader x, long length) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(int columnIndex, java.io.Reader x) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(java.lang.String columnLabel, java.io.Reader reader, long length) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(java.lang.String columnLabel, java.io.Reader reader) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int columnIndex, java.sql.NClob clob) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int columnIndex, java.io.Reader reader, long length) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int columnIndex, java.io.Reader reader) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String columnLabel, java.sql.NClob clob) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String columnLabel, java.io.Reader reader, long length) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String columnLabel, java.io.Reader reader) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNString(int columnIndex, java.lang.String string) throws java.sql.SQLException
updateNString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNString(java.lang.String columnLabel, java.lang.String string) throws java.sql.SQLException
updateNString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(int columnIndex) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(java.lang.String columnLabel) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int columnIndex, java.lang.Object x, int scaleOrLength) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int columnIndex, java.lang.Object x) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String columnLabel, java.lang.Object x, int scaleOrLength) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String columnLabel, java.lang.Object x) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(int columnIndex, java.sql.Ref x) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(java.lang.String columnLabel, java.sql.Ref x) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRow() throws java.sql.SQLException
updateRow
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRowId(int columnIndex, java.sql.RowId x) throws java.sql.SQLException
updateRowId
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRowId(java.lang.String columnLabel, java.sql.RowId x) throws java.sql.SQLException
updateRowId
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(int columnIndex, short x) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(java.lang.String columnLabel, short x) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateSQLXML(int columnIndex, java.sql.SQLXML xmlObject) throws java.sql.SQLException
updateSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public void updateSQLXML(java.lang.String columnLabel, java.sql.SQLXML xmlObject) throws java.sql.SQLException
updateSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(int columnIndex, java.lang.String x) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(java.lang.String columnLabel, java.lang.String x) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(int columnIndex, java.sql.Time x) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(java.lang.String columnLabel, java.sql.Time x) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(int columnIndex, java.sql.Timestamp x) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(java.lang.String columnLabel, java.sql.Timestamp x) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |