|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.accpac.sm.DBQueryResultSet
public class DBQueryResultSet
A ResultSet returning the results of a dbQueryRun result set.
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 column)
Not implemented. |
|
void |
afterLast()
Not implemented. |
|
void |
beforeFirst()
Not implemented. |
|
void |
cancelRowUpdates()
Not implemented. |
|
void |
clearWarnings()
|
|
void |
close()
|
|
void |
deleteRow()
Not implemented. |
|
int |
findColumn(java.lang.String arg0)
|
|
boolean |
first()
Not implemented. |
|
java.sql.Array |
getArray(int arg0)
|
|
java.sql.Array |
getArray(java.lang.String arg0)
|
|
java.io.InputStream |
getAsciiStream(int arg0)
|
|
java.io.InputStream |
getAsciiStream(java.lang.String arg0)
|
|
java.math.BigDecimal |
getBigDecimal(int arg0)
|
|
java.math.BigDecimal |
getBigDecimal(int arg0,
int arg1)
|
|
java.math.BigDecimal |
getBigDecimal(java.lang.String arg0)
|
|
java.math.BigDecimal |
getBigDecimal(java.lang.String arg0,
int arg1)
|
|
java.io.InputStream |
getBinaryStream(int arg0)
|
|
java.io.InputStream |
getBinaryStream(java.lang.String arg0)
|
|
java.sql.Blob |
getBlob(int arg0)
|
|
java.sql.Blob |
getBlob(java.lang.String arg0)
|
|
boolean |
getBoolean(int arg0)
|
|
boolean |
getBoolean(java.lang.String arg0)
|
|
byte |
getByte(int arg0)
|
|
byte |
getByte(java.lang.String arg0)
|
|
byte[] |
getBytes(int arg0)
|
|
byte[] |
getBytes(java.lang.String arg0)
|
|
java.io.Reader |
getCharacterStream(int arg0)
|
|
java.io.Reader |
getCharacterStream(java.lang.String arg0)
|
|
java.sql.Clob |
getClob(int arg0)
|
|
java.sql.Clob |
getClob(java.lang.String arg0)
|
|
int |
getConcurrency()
Returns ReadOnly. |
|
java.lang.String |
getCursorName()
Not implemented. |
|
java.sql.Date |
getDate(int arg0)
|
|
java.sql.Date |
getDate(int arg0,
java.util.Calendar arg1)
|
|
java.sql.Date |
getDate(java.lang.String arg0)
|
|
java.sql.Date |
getDate(java.lang.String arg0,
java.util.Calendar arg1)
|
|
double |
getDouble(int arg0)
|
|
double |
getDouble(java.lang.String arg0)
|
|
int |
getFetchDirection()
Returns Forward |
|
int |
getFetchSize()
Returns the current suggested number of records to fetch at a time from the backing store. |
|
float |
getFloat(int arg0)
|
|
float |
getFloat(java.lang.String arg0)
|
|
int |
getHoldability()
Not implemented. |
|
int |
getInt(int arg0)
|
|
int |
getInt(java.lang.String arg0)
|
|
long |
getLong(int arg0)
|
|
long |
getLong(java.lang.String arg0)
|
|
java.sql.ResultSetMetaData |
getMetaData()
|
|
java.io.Reader |
getNCharacterStream(int arg0)
|
|
java.io.Reader |
getNCharacterStream(java.lang.String arg0)
|
|
java.sql.NClob |
getNClob(int arg0)
|
|
java.sql.NClob |
getNClob(java.lang.String arg0)
|
|
java.lang.String |
getNString(int arg0)
|
|
java.lang.String |
getNString(java.lang.String arg0)
|
|
java.lang.Object |
getObject(int column)
|
|
java.lang.Object |
getObject(int arg0,
java.util.Map<java.lang.String,java.lang.Class<?>> arg1)
|
|
java.lang.Object |
getObject(java.lang.String arg0)
|
|
java.lang.Object |
getObject(java.lang.String arg0,
java.util.Map<java.lang.String,java.lang.Class<?>> arg1)
|
|
java.sql.Ref |
getRef(int arg0)
|
|
java.sql.Ref |
getRef(java.lang.String arg0)
|
|
int |
getRow()
|
|
java.sql.RowId |
getRowId(int arg0)
|
|
java.sql.RowId |
getRowId(java.lang.String arg0)
|
|
short |
getShort(int arg0)
|
|
short |
getShort(java.lang.String arg0)
|
|
java.sql.SQLXML |
getSQLXML(int arg0)
|
|
java.sql.SQLXML |
getSQLXML(java.lang.String arg0)
|
|
java.sql.Statement |
getStatement()
|
|
java.lang.String |
getString(int arg0)
|
|
java.lang.String |
getString(java.lang.String arg0)
|
|
java.sql.Time |
getTime(int arg0)
|
|
java.sql.Time |
getTime(int arg0,
java.util.Calendar arg1)
|
|
java.sql.Time |
getTime(java.lang.String arg0)
|
|
java.sql.Time |
getTime(java.lang.String arg0,
java.util.Calendar arg1)
|
|
java.sql.Timestamp |
getTimestamp(int arg0)
|
|
java.sql.Timestamp |
getTimestamp(int arg0,
java.util.Calendar arg1)
|
|
java.sql.Timestamp |
getTimestamp(java.lang.String arg0)
|
|
java.sql.Timestamp |
getTimestamp(java.lang.String arg0,
java.util.Calendar arg1)
|
|
int |
getType()
Returns Fetch-Forward type |
|
java.io.InputStream |
getUnicodeStream(int arg0)
|
|
java.io.InputStream |
getUnicodeStream(java.lang.String arg0)
|
|
java.net.URL |
getURL(int arg0)
|
|
java.net.URL |
getURL(java.lang.String arg0)
|
|
java.sql.SQLWarning |
getWarnings()
|
|
void |
insertRow()
Not Implemented. |
|
boolean |
isAfterLast()
|
|
boolean |
isBeforeFirst()
returns true if and only if the cursor is before the first record and there is some data. |
|
boolean |
isClosed()
returns true if and only if the close method has been called. |
|
boolean |
isFirst()
|
|
boolean |
isLast()
Not implemented. |
|
boolean |
isWrapperFor(java.lang.Class<?> arg0)
Returns false. |
|
boolean |
last()
|
|
void |
moveToCurrentRow()
Not implemented. |
|
void |
moveToInsertRow()
Not implemented. |
|
boolean |
next()
|
|
boolean |
previous()
Not implemented. |
|
void |
refreshRow()
Not implemented. |
|
boolean |
relative(int arg0)
|
|
boolean |
rowDeleted()
Not implemented. |
|
boolean |
rowInserted()
Not implemented. |
|
boolean |
rowUpdated()
Not implemented. |
|
void |
setFetchDirection(int arg0)
Not implemented. |
|
void |
setFetchSize(int rows)
|
|
|
unwrap(java.lang.Class<T> arg0)
Not implemented. |
|
void |
updateArray(int arg0,
java.sql.Array arg1)
Not implemented. |
|
void |
updateArray(java.lang.String arg0,
java.sql.Array arg1)
Not implemented. |
|
void |
updateAsciiStream(int arg0,
java.io.InputStream arg1)
Not implemented. |
|
void |
updateAsciiStream(int arg0,
java.io.InputStream arg1,
int arg2)
Not implemented. |
|
void |
updateAsciiStream(int arg0,
java.io.InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateAsciiStream(java.lang.String arg0,
java.io.InputStream arg1)
Not implemented. |
|
void |
updateAsciiStream(java.lang.String arg0,
java.io.InputStream arg1,
int arg2)
Not implemented. |
|
void |
updateAsciiStream(java.lang.String arg0,
java.io.InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateBigDecimal(int arg0,
java.math.BigDecimal arg1)
Not implemented. |
|
void |
updateBigDecimal(java.lang.String arg0,
java.math.BigDecimal arg1)
Not implemented. |
|
void |
updateBinaryStream(int arg0,
java.io.InputStream arg1)
Not implemented. |
|
void |
updateBinaryStream(int arg0,
java.io.InputStream arg1,
int arg2)
Not implemented. |
|
void |
updateBinaryStream(int arg0,
java.io.InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateBinaryStream(java.lang.String arg0,
java.io.InputStream arg1)
Not implemented. |
|
void |
updateBinaryStream(java.lang.String arg0,
java.io.InputStream arg1,
int arg2)
Not implemented. |
|
void |
updateBinaryStream(java.lang.String arg0,
java.io.InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateBlob(int arg0,
java.sql.Blob arg1)
Not implemented. |
|
void |
updateBlob(int arg0,
java.io.InputStream arg1)
Not implemented. |
|
void |
updateBlob(int arg0,
java.io.InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateBlob(java.lang.String arg0,
java.sql.Blob arg1)
Not implemented. |
|
void |
updateBlob(java.lang.String arg0,
java.io.InputStream arg1)
Not implemented. |
|
void |
updateBlob(java.lang.String arg0,
java.io.InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateBoolean(int arg0,
boolean arg1)
Not implemented. |
|
void |
updateBoolean(java.lang.String arg0,
boolean arg1)
Not implemented. |
|
void |
updateByte(int arg0,
byte arg1)
Not implemented. |
|
void |
updateByte(java.lang.String arg0,
byte arg1)
Not implemented. |
|
void |
updateBytes(int arg0,
byte[] arg1)
Not implemented. |
|
void |
updateBytes(java.lang.String arg0,
byte[] arg1)
Not implemented. |
|
void |
updateCharacterStream(int arg0,
java.io.Reader arg1)
Not implemented. |
|
void |
updateCharacterStream(int arg0,
java.io.Reader arg1,
int arg2)
Not implemented. |
|
void |
updateCharacterStream(int arg0,
java.io.Reader arg1,
long arg2)
Not implemented. |
|
void |
updateCharacterStream(java.lang.String arg0,
java.io.Reader arg1)
Not implemented. |
|
void |
updateCharacterStream(java.lang.String arg0,
java.io.Reader arg1,
int arg2)
Not implemented. |
|
void |
updateCharacterStream(java.lang.String arg0,
java.io.Reader arg1,
long arg2)
Not implemented. |
|
void |
updateClob(int arg0,
java.sql.Clob arg1)
Not implemented. |
|
void |
updateClob(int arg0,
java.io.Reader arg1)
Not implemented. |
|
void |
updateClob(int arg0,
java.io.Reader arg1,
long arg2)
Not implemented. |
|
void |
updateClob(java.lang.String arg0,
java.sql.Clob arg1)
Not implemented. |
|
void |
updateClob(java.lang.String arg0,
java.io.Reader arg1)
Not implemented. |
|
void |
updateClob(java.lang.String arg0,
java.io.Reader arg1,
long arg2)
Not implemented. |
|
void |
updateDate(int arg0,
java.sql.Date arg1)
Not implemented. |
|
void |
updateDate(java.lang.String arg0,
java.sql.Date arg1)
Not implemented. |
|
void |
updateDouble(int arg0,
double arg1)
Not implemented. |
|
void |
updateDouble(java.lang.String arg0,
double arg1)
Not implemented. |
|
void |
updateFloat(int arg0,
float arg1)
Not implemented. |
|
void |
updateFloat(java.lang.String arg0,
float arg1)
Not implemented. |
|
void |
updateInt(int arg0,
int arg1)
Not implemented. |
|
void |
updateInt(java.lang.String arg0,
int arg1)
Not implemented. |
|
void |
updateLong(int arg0,
long arg1)
Not implemented. |
|
void |
updateLong(java.lang.String arg0,
long arg1)
Not implemented. |
|
void |
updateNCharacterStream(int arg0,
java.io.Reader arg1)
Not implemented. |
|
void |
updateNCharacterStream(int arg0,
java.io.Reader arg1,
long arg2)
Not implemented. |
|
void |
updateNCharacterStream(java.lang.String arg0,
java.io.Reader arg1)
Not implemented. |
|
void |
updateNCharacterStream(java.lang.String arg0,
java.io.Reader arg1,
long arg2)
Not implemented. |
|
void |
updateNClob(int arg0,
java.sql.NClob arg1)
Not implemented. |
|
void |
updateNClob(int arg0,
java.io.Reader arg1)
Not implemented. |
|
void |
updateNClob(int arg0,
java.io.Reader arg1,
long arg2)
Not implemented. |
|
void |
updateNClob(java.lang.String arg0,
java.sql.NClob arg1)
Not implemented. |
|
void |
updateNClob(java.lang.String arg0,
java.io.Reader arg1)
Not implemented. |
|
void |
updateNClob(java.lang.String arg0,
java.io.Reader arg1,
long arg2)
Not implemented. |
|
void |
updateNString(int arg0,
java.lang.String arg1)
Not implemented. |
|
void |
updateNString(java.lang.String arg0,
java.lang.String arg1)
Not implemented. |
|
void |
updateNull(int arg0)
Not implemented. |
|
void |
updateNull(java.lang.String arg0)
Not implemented. |
|
void |
updateObject(int arg0,
java.lang.Object arg1)
Not implemented. |
|
void |
updateObject(int arg0,
java.lang.Object arg1,
int arg2)
Not implemented. |
|
void |
updateObject(java.lang.String arg0,
java.lang.Object arg1)
Not implemented. |
|
void |
updateObject(java.lang.String arg0,
java.lang.Object arg1,
int arg2)
Not implemented. |
|
void |
updateRef(int arg0,
java.sql.Ref arg1)
Not implemented. |
|
void |
updateRef(java.lang.String arg0,
java.sql.Ref arg1)
Not implemented. |
|
void |
updateRow()
Not implemented. |
|
void |
updateRowId(int arg0,
java.sql.RowId arg1)
Not implemented. |
|
void |
updateRowId(java.lang.String arg0,
java.sql.RowId arg1)
Not implemented. |
|
void |
updateShort(int arg0,
short arg1)
Not implemented. |
|
void |
updateShort(java.lang.String arg0,
short arg1)
Not implemented. |
|
void |
updateSQLXML(int arg0,
java.sql.SQLXML arg1)
Not implemented. |
|
void |
updateSQLXML(java.lang.String arg0,
java.sql.SQLXML arg1)
Not implemented. |
|
void |
updateString(int arg0,
java.lang.String arg1)
Not implemented. |
|
void |
updateString(java.lang.String arg0,
java.lang.String arg1)
Not implemented. |
|
void |
updateTime(int arg0,
java.sql.Time arg1)
Not implemented. |
|
void |
updateTime(java.lang.String arg0,
java.sql.Time arg1)
Not implemented. |
|
void |
updateTimestamp(int arg0,
java.sql.Timestamp arg1)
Not implemented. |
|
void |
updateTimestamp(java.lang.String arg0,
java.sql.Timestamp arg1)
Not implemented. |
|
boolean |
wasNull()
Returns the NULL flag for the previous getObject call. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean absolute(int column) throws java.sql.SQLException
absolute
in interface java.sql.ResultSet
java.sql.SQLException
public void afterLast() throws java.sql.SQLException
afterLast
in interface java.sql.ResultSet
java.sql.SQLException
public void beforeFirst() throws java.sql.SQLException
beforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public void cancelRowUpdates() throws java.sql.SQLException
cancelRowUpdates
in interface java.sql.ResultSet
java.sql.SQLException
public void clearWarnings() throws java.sql.SQLException
clearWarnings
in interface java.sql.ResultSet
java.sql.SQLException
public void close() throws java.sql.SQLException
close
in interface java.sql.ResultSet
java.sql.SQLException
public void deleteRow() throws java.sql.SQLException
deleteRow
in interface java.sql.ResultSet
java.sql.SQLException
public int findColumn(java.lang.String arg0) throws java.sql.SQLException
findColumn
in interface java.sql.ResultSet
java.sql.SQLException
public boolean first() throws java.sql.SQLException
first
in interface java.sql.ResultSet
java.sql.SQLException
isBeforeFirst
public java.sql.Array getArray(int arg0) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Array getArray(java.lang.String arg0) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(int arg0) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(java.lang.String arg0) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int arg0) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String arg0) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int arg0, int arg1) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String arg0, int arg1) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getBinaryStream(int arg0) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getBinaryStream(java.lang.String arg0) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Blob getBlob(int arg0) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Blob getBlob(java.lang.String arg0) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public boolean getBoolean(int arg0) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public boolean getBoolean(java.lang.String arg0) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public byte getByte(int arg0) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public byte getByte(java.lang.String arg0) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public byte[] getBytes(int arg0) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public byte[] getBytes(java.lang.String arg0) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getCharacterStream(int arg0) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String arg0) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(int arg0) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(java.lang.String arg0) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public int getConcurrency() throws java.sql.SQLException
getConcurrency
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getCursorName() throws java.sql.SQLException
getCursorName
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int arg0) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(java.lang.String arg0) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int arg0, java.util.Calendar arg1) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public double getDouble(int arg0) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
java.sql.SQLException
public double getDouble(java.lang.String arg0) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
java.sql.SQLException
public int getFetchDirection() throws java.sql.SQLException
getFetchDirection
in interface java.sql.ResultSet
java.sql.SQLException
public int getFetchSize() throws java.sql.SQLException
getFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public float getFloat(int arg0) throws java.sql.SQLException
getFloat
in interface java.sql.ResultSet
java.sql.SQLException
public float getFloat(java.lang.String arg0) throws java.sql.SQLException
getFloat
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 int getInt(int arg0) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public int getInt(java.lang.String arg0) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public long getLong(int arg0) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public long getLong(java.lang.String arg0) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
getMetaData
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getNCharacterStream(int arg0) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getNCharacterStream(java.lang.String arg0) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.NClob getNClob(int arg0) throws java.sql.SQLException
getNClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.NClob getNClob(java.lang.String arg0) throws java.sql.SQLException
getNClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getNString(int arg0) throws java.sql.SQLException
getNString
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getNString(java.lang.String arg0) throws java.sql.SQLException
getNString
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int column) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(java.lang.String arg0) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int arg0, java.util.Map<java.lang.String,java.lang.Class<?>> arg1) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(java.lang.String arg0, java.util.Map<java.lang.String,java.lang.Class<?>> arg1) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(int arg0) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(java.lang.String arg0) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public int getRow() throws java.sql.SQLException
getRow
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.RowId getRowId(int arg0) throws java.sql.SQLException
getRowId
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.RowId getRowId(java.lang.String arg0) throws java.sql.SQLException
getRowId
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLXML getSQLXML(int arg0) throws java.sql.SQLException
getSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLXML getSQLXML(java.lang.String arg0) throws java.sql.SQLException
getSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public short getShort(int arg0) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public short getShort(java.lang.String arg0) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Statement getStatement() throws java.sql.SQLException
getStatement
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getString(int arg0) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getString(java.lang.String arg0) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int arg0) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(java.lang.String arg0) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int arg0, java.util.Calendar arg1) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int arg0) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String arg0) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int arg0, java.util.Calendar arg1) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public int getType() throws java.sql.SQLException
getType
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(int arg0) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(java.lang.String arg0) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getUnicodeStream(int arg0) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getUnicodeStream(java.lang.String arg0) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLWarning getWarnings() throws java.sql.SQLException
getWarnings
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 boolean isAfterLast() throws java.sql.SQLException
isAfterLast
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isBeforeFirst() throws java.sql.SQLException
isBeforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isClosed() throws java.sql.SQLException
isClosed
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isFirst() throws java.sql.SQLException
isFirst
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isLast() throws java.sql.SQLException
isLast
in interface java.sql.ResultSet
java.sql.SQLException
public boolean last() throws java.sql.SQLException
last
in interface java.sql.ResultSet
java.sql.SQLException
public void moveToCurrentRow() throws java.sql.SQLException
moveToCurrentRow
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 boolean next() throws java.sql.SQLException
next
in interface java.sql.ResultSet
java.sql.SQLException
public boolean previous() throws java.sql.SQLException
previous
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 relative(int arg0) throws java.sql.SQLException
relative
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 arg0) 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 arg0, java.sql.Array arg1) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(java.lang.String arg0, java.sql.Array arg1) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(int arg0, java.math.BigDecimal arg1) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(java.lang.String arg0, java.math.BigDecimal arg1) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int arg0, java.sql.Blob arg1) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String arg0, java.sql.Blob arg1) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(int arg0, boolean arg1) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(java.lang.String arg0, boolean arg1) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(int arg0, byte arg1) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(java.lang.String arg0, byte arg1) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(int arg0, byte[] arg1) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(java.lang.String arg0, byte[] arg1) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int arg0, java.io.Reader arg1) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int arg0, java.io.Reader arg1, int arg2) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1, int arg2) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int arg0, java.sql.Clob arg1) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String arg0, java.sql.Clob arg1) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int arg0, java.io.Reader arg1) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(int arg0, java.sql.Date arg1) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(java.lang.String arg0, java.sql.Date arg1) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(int arg0, double arg1) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(java.lang.String arg0, double arg1) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(int arg0, float arg1) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(java.lang.String arg0, float arg1) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(int arg0, int arg1) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(java.lang.String arg0, int arg1) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(int arg0, long arg1) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(java.lang.String arg0, long arg1) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(int arg0, java.io.Reader arg1) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int arg0, java.sql.NClob arg1) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String arg0, java.sql.NClob arg1) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int arg0, java.io.Reader arg1) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNString(int arg0, java.lang.String arg1) throws java.sql.SQLException
updateNString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNString(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
updateNString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(int arg0) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(java.lang.String arg0) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int arg0, java.lang.Object arg1) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String arg0, java.lang.Object arg1) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int arg0, java.lang.Object arg1, int arg2) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String arg0, java.lang.Object arg1, int arg2) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(int arg0, java.sql.Ref arg1) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(java.lang.String arg0, java.sql.Ref arg1) 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 arg0, java.sql.RowId arg1) throws java.sql.SQLException
updateRowId
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRowId(java.lang.String arg0, java.sql.RowId arg1) throws java.sql.SQLException
updateRowId
in interface java.sql.ResultSet
java.sql.SQLException
public void updateSQLXML(int arg0, java.sql.SQLXML arg1) throws java.sql.SQLException
updateSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public void updateSQLXML(java.lang.String arg0, java.sql.SQLXML arg1) throws java.sql.SQLException
updateSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(int arg0, short arg1) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(java.lang.String arg0, short arg1) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(int arg0, java.lang.String arg1) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(int arg0, java.sql.Time arg1) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(java.lang.String arg0, java.sql.Time arg1) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(int arg0, java.sql.Timestamp arg1) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(java.lang.String arg0, java.sql.Timestamp arg1) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public boolean wasNull() throws java.sql.SQLException
wasNull
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isWrapperFor(java.lang.Class<?> arg0) throws java.sql.SQLException
isWrapperFor
in interface java.sql.Wrapper
java.sql.SQLException
public <T> T unwrap(java.lang.Class<T> arg0) throws java.sql.SQLException
unwrap
in interface java.sql.Wrapper
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |