public class ZohoReportsResultSet extends ZohoReportsWrapper implements java.sql.ResultSet
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int row)
See absolute |
void |
afterLast()
See afterLast |
void |
beforeFirst()
See beforeFirst |
void |
cancelRowUpdates()
See cancelRowUpdates |
void |
clearWarnings()
See clearWarnings |
void |
close()
See close |
void |
deleteRow()
Not implemented.
|
int |
findColumn(java.lang.String columnName)
See findColumn |
boolean |
first()
See first |
java.sql.Array |
getArray(int columnIndex)
Not implemented.
|
java.sql.Array |
getArray(java.lang.String columnName)
Not implemented.
|
java.io.InputStream |
getAsciiStream(int columnIndex)
See getAsciiStream |
java.io.InputStream |
getAsciiStream(java.lang.String columnName)
See getAsciiStream |
java.math.BigDecimal |
getBigDecimal(int columnIndex)
See getBigDecimal |
java.math.BigDecimal |
getBigDecimal(int columnIndex,
int scale)
Deprecated.
|
java.math.BigDecimal |
getBigDecimal(java.lang.String columnName)
See getBigDecimal |
java.math.BigDecimal |
getBigDecimal(java.lang.String columnName,
int scale)
Deprecated.
|
java.io.InputStream |
getBinaryStream(int columnIndex)
See getBinaryStream |
java.io.InputStream |
getBinaryStream(java.lang.String columnName)
See getBinaryStream |
java.sql.Blob |
getBlob(int columnIndex)
Not implemented.
|
java.sql.Blob |
getBlob(java.lang.String columnName)
Not implemented.
|
boolean |
getBoolean(int columnIndex)
See getBoolean |
boolean |
getBoolean(java.lang.String columnName)
See getBoolean |
byte |
getByte(int columnIndex)
See getByte |
byte |
getByte(java.lang.String columnName)
See getByte |
byte[] |
getBytes(int columnIndex)
See getBytes |
byte[] |
getBytes(java.lang.String columnName)
See getBytes |
java.io.Reader |
getCharacterStream(int columnIndex)
|
java.io.Reader |
getCharacterStream(java.lang.String columnName)
|
java.sql.Clob |
getClob(int param)
Not implemented.
|
java.sql.Clob |
getClob(java.lang.String str)
Not implemented.
|
int |
getConcurrency()
See getConcurrency |
java.lang.String |
getCursorName()
See getCursorName |
java.sql.Date |
getDate(int columnIndex)
See getDate |
java.sql.Date |
getDate(int param,
java.util.Calendar calendar)
Not implemented.
|
java.sql.Date |
getDate(java.lang.String columnName)
See getDate |
java.sql.Date |
getDate(java.lang.String str,
java.util.Calendar calendar)
Not implemented.
|
double |
getDouble(int columnIndex)
See getDouble |
double |
getDouble(java.lang.String columnName)
See getDouble |
int |
getFetchDirection()
|
int |
getFetchSize()
See getFetchSize |
float |
getFloat(int columnIndex)
See getFloat |
float |
getFloat(java.lang.String columnName)
See getFloat |
int |
getHoldability()
see getHoldability |
int |
getInt(int columnIndex)
See getInt |
int |
getInt(java.lang.String columnName)
See getInt |
long |
getLong(int columnIndex)
See getLong |
long |
getLong(java.lang.String columnName)
See getLong |
java.sql.ResultSetMetaData |
getMetaData()
See getMetaData |
java.io.Reader |
getNCharacterStream(int columnIndex)
|
java.io.Reader |
getNCharacterStream(java.lang.String columnLabel)
|
java.sql.NClob |
getNClob(int columnIndex)
see getNClob |
java.sql.NClob |
getNClob(java.lang.String columnLabel)
see getNClob |
java.lang.String |
getNString(int columnIndex)
see getNString |
java.lang.String |
getNString(java.lang.String columnLabel)
see getNString |
java.lang.Object |
getObject(int columnIndex)
See getObject |
<T> T |
getObject(int columnIndex,
java.lang.Class<T> type) |
java.lang.Object |
getObject(int columnIndex,
java.util.Map map)
See getObject |
java.lang.Object |
getObject(java.lang.String columnName)
See getObject |
<T> T |
getObject(java.lang.String columnLabel,
java.lang.Class<T> type) |
java.lang.Object |
getObject(java.lang.String columnName,
java.util.Map map)
See getObject |
java.sql.Ref |
getRef(int columnIndex)
Not implemented.
|
java.sql.Ref |
getRef(java.lang.String columnName)
Not implemented.
|
int |
getRow()
See getRow |
java.sql.RowId |
getRowId(int columnIndex)
see getRowId |
java.sql.RowId |
getRowId(java.lang.String columnLabel)
see getRowId |
short |
getShort(int columnIndex)
See getShort |
short |
getShort(java.lang.String columnName)
See getShort |
java.sql.SQLXML |
getSQLXML(int columnIndex)
see getSQLXML |
java.sql.SQLXML |
getSQLXML(java.lang.String columnLabel)
see getSQLXML |
java.sql.Statement |
getStatement()
See getStatement |
java.lang.String |
getString(int columnIndex)
See getString |
java.lang.String |
getString(java.lang.String columnName)
See getString |
java.sql.Time |
getTime(int columnIndex)
see getTime |
java.sql.Time |
getTime(int columnIndex,
java.util.Calendar calendar)
Not implemented.
|
java.sql.Time |
getTime(java.lang.String columnName)
see getTime |
java.sql.Time |
getTime(java.lang.String columnName,
java.util.Calendar calendar)
Not implemented.
|
java.sql.Timestamp |
getTimestamp(int columnIndex)
see getTimestamp |
java.sql.Timestamp |
getTimestamp(int columnIndex,
java.util.Calendar calendar)
Not implemented.
|
java.sql.Timestamp |
getTimestamp(java.lang.String columnName)
see getTimestamp |
java.sql.Timestamp |
getTimestamp(java.lang.String columnName,
java.util.Calendar calendar)
Not implemented.
|
int |
getType()
see getType |
java.io.InputStream |
getUnicodeStream(int columnIndex)
Deprecated.
|
java.io.InputStream |
getUnicodeStream(java.lang.String columnName)
Deprecated.
|
java.net.URL |
getURL(int columnIndex)
Not implemented.
|
java.net.URL |
getURL(java.lang.String columnName)
Not implemented.
|
java.sql.SQLWarning |
getWarnings()
see getWarnings |
void |
insertRow()
Not implemented.
|
boolean |
isAfterLast()
see isAfterLast |
boolean |
isBeforeFirst()
see isBeforeFirst |
boolean |
isClosed()
see isClosed |
boolean |
isFirst()
see isFirst |
boolean |
isLast()
see isLast |
boolean |
last()
see last |
void |
moveToCurrentRow()
see moveToCurrentRow |
void |
moveToInsertRow()
see moveToInsertRow |
boolean |
next()
see next |
boolean |
previous()
see previous |
void |
refreshRow()
see refreshRow |
boolean |
relative(int rows)
see relative |
boolean |
rowDeleted()
Not implemented.
|
boolean |
rowInserted()
Not implemented.
|
boolean |
rowUpdated()
Not implemented.
|
void |
setFetchDirection(int direction)
|
void |
setFetchSize(int size)
see setFetchSize |
void |
updateArray(int columnIndex,
java.sql.Array array)
Not implemented.
|
void |
updateArray(java.lang.String columnName,
java.sql.Array array)
Not implemented.
|
void |
updateAsciiStream(int columnIndex,
java.io.InputStream x)
|
void |
updateAsciiStream(int columnIndex,
java.io.InputStream inputStream,
int length)
Not implemented.
|
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 columnName,
java.io.InputStream inputStream,
int length)
Not implemented.
|
void |
updateAsciiStream(java.lang.String columnLabel,
java.io.InputStream x,
long length)
|
void |
updateBigDecimal(int columnIndex,
java.math.BigDecimal bigDecimal)
Not implemented.
|
void |
updateBigDecimal(java.lang.String columnName,
java.math.BigDecimal bigDecimal)
Not implemented.
|
void |
updateBinaryStream(int columnIndex,
java.io.InputStream x)
|
void |
updateBinaryStream(int columnIndex,
java.io.InputStream inputStream,
int length)
Not implemented.
|
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 columnName,
java.io.InputStream inputStream,
int length)
Not implemented.
|
void |
updateBinaryStream(java.lang.String columnLabel,
java.io.InputStream x,
long length)
|
void |
updateBlob(int columnIndex,
java.sql.Blob blob)
Not implemented.
|
void |
updateBlob(int columnIndex,
java.io.InputStream inputStream)
see updateBlob |
void |
updateBlob(int columnIndex,
java.io.InputStream inputStream,
long length)
see updateBlob |
void |
updateBlob(java.lang.String columnName,
java.sql.Blob blob)
Not implemented.
|
void |
updateBlob(java.lang.String columnLabel,
java.io.InputStream inputStream)
see updateBlob |
void |
updateBlob(java.lang.String columnLabel,
java.io.InputStream inputStream,
long length)
see updateBlob |
void |
updateBoolean(int columnIndex,
boolean x)
Not implemented.
|
void |
updateBoolean(java.lang.String columnName,
boolean x)
Not implemented.
|
void |
updateByte(int columnIndex,
byte x)
Not implemented.
|
void |
updateByte(java.lang.String columnName,
byte x)
Not implemented.
|
void |
updateBytes(int columnIndex,
byte[] values)
Not implemented.
|
void |
updateBytes(java.lang.String columnName,
byte[] values)
Not implemented.
|
void |
updateCharacterStream(int columnIndex,
java.io.Reader x)
|
void |
updateCharacterStream(int columnIndex,
java.io.Reader reader,
int length)
Not implemented.
|
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 columnName,
java.io.Reader reader,
int length)
Not implemented.
|
void |
updateCharacterStream(java.lang.String columnLabel,
java.io.Reader x,
long length)
|
void |
updateClob(int columnIndex,
java.sql.Clob clob)
Not implemented.
|
void |
updateClob(int columnIndex,
java.io.Reader reader)
see updateClob |
void |
updateClob(int columnIndex,
java.io.Reader reader,
long length)
see updateClob |
void |
updateClob(java.lang.String columnName,
java.sql.Clob clob)
Not implemented.
|
void |
updateClob(java.lang.String columnLabel,
java.io.Reader reader)
see updateClob |
void |
updateClob(java.lang.String columnLabel,
java.io.Reader reader,
long length)
see updateClob |
void |
updateDate(int columnIndex,
java.sql.Date date)
Not implemented.
|
void |
updateDate(java.lang.String columnName,
java.sql.Date date)
Not implemented.
|
void |
updateDouble(int columnIndex,
double x)
Not implemented.
|
void |
updateDouble(java.lang.String columnName,
double x)
Not implemented.
|
void |
updateFloat(int columnIndex,
float x)
Not implemented.
|
void |
updateFloat(java.lang.String columnName,
float x)
Not implemented.
|
void |
updateInt(int columnIndex,
int x)
Not implemented.
|
void |
updateInt(java.lang.String columnName,
int x)
Not implemented.
|
void |
updateLong(int columnIndex,
long x)
Not implemented.
|
void |
updateLong(java.lang.String columnName,
long x)
Not implemented.
|
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 nClob)
see updateNClob |
void |
updateNClob(int columnIndex,
java.io.Reader reader)
see updateNClob |
void |
updateNClob(int columnIndex,
java.io.Reader reader,
long length)
see updateNClob |
void |
updateNClob(java.lang.String columnLabel,
java.sql.NClob nClob)
see updateNClob |
void |
updateNClob(java.lang.String columnLabel,
java.io.Reader reader)
see updateNClob |
void |
updateNClob(java.lang.String columnLabel,
java.io.Reader reader,
long length)
see updateNClob |
void |
updateNString(int columnIndex,
java.lang.String nString)
see updateNString |
void |
updateNString(java.lang.String columnLabel,
java.lang.String nString)
see updateNString |
void |
updateNull(int columnIndex)
Not implemented.
|
void |
updateNull(java.lang.String columnName)
Not implemented.
|
void |
updateObject(int columnIndex,
java.lang.Object obj)
Not implemented.
|
void |
updateObject(int columnIndex,
java.lang.Object obj,
int scale)
Not implemented.
|
void |
updateObject(java.lang.String columnName,
java.lang.Object obj)
Not implemented.
|
void |
updateObject(java.lang.String columnName,
java.lang.Object obj,
int scale)
Not implemented.
|
void |
updateRef(int columnIndex,
java.sql.Ref ref)
Not implemented.
|
void |
updateRef(java.lang.String columnName,
java.sql.Ref ref)
Not implemented.
|
void |
updateRow()
Not implemented.
|
void |
updateRowId(int columnIndex,
java.sql.RowId x)
see updateRowId |
void |
updateRowId(java.lang.String columnLabel,
java.sql.RowId x)
see updateRowId |
void |
updateShort(int columnIndex,
short x)
Not implemented.
|
void |
updateShort(java.lang.String columnName,
short x)
Not implemented.
|
void |
updateSQLXML(int columnIndex,
java.sql.SQLXML xmlObject)
see updateSQLXML |
void |
updateSQLXML(java.lang.String columnLabel,
java.sql.SQLXML xmlObject)
see updateSQLXML |
void |
updateString(int columnIndex,
java.lang.String str)
Not implemented.
|
void |
updateString(java.lang.String columnName,
java.lang.String str)
Not implemented.
|
void |
updateTime(int columnIndex,
java.sql.Time time)
Not implemented.
|
void |
updateTime(java.lang.String columnName,
java.sql.Time time)
Not implemented.
|
void |
updateTimestamp(int columnIndex,
java.sql.Timestamp timestamp)
Not implemented.
|
void |
updateTimestamp(java.lang.String columnName,
java.sql.Timestamp timestamp)
Not implemented.
|
boolean |
wasNull()
see wasNull |
isWrapperFor, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean absolute(int row) throws java.sql.SQLException
See absolute
absolute
in interface java.sql.ResultSet
java.sql.SQLException
public void afterLast() throws java.sql.SQLException
See afterLast
afterLast
in interface java.sql.ResultSet
java.sql.SQLException
public void beforeFirst() throws java.sql.SQLException
See beforeFirst
beforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public void cancelRowUpdates() throws java.sql.SQLException
See cancelRowUpdates
cancelRowUpdates
in interface java.sql.ResultSet
java.sql.SQLException
public void clearWarnings() throws java.sql.SQLException
See clearWarnings
clearWarnings
in interface java.sql.ResultSet
java.sql.SQLException
public void close() throws java.sql.SQLException
See close
close
in interface java.lang.AutoCloseable
close
in interface java.sql.ResultSet
java.sql.SQLException
public void deleteRow() throws java.sql.SQLException
See deleteRow
deleteRow
in interface java.sql.ResultSet
java.sql.SQLException
public int findColumn(java.lang.String columnName) throws java.sql.SQLException
See findColumn
findColumn
in interface java.sql.ResultSet
java.sql.SQLException
public boolean first() throws java.sql.SQLException
See first
first
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Array getArray(int columnIndex) throws java.sql.SQLException
See getArray
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Array getArray(java.lang.String columnName) throws java.sql.SQLException
See getArray
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(java.lang.String columnName) throws java.sql.SQLException
See getAsciiStream
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(int columnIndex) throws java.sql.SQLException
See getAsciiStream
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String columnName) throws java.sql.SQLException
See getBigDecimal
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int columnIndex) throws java.sql.SQLException
See getBigDecimal
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
@Deprecated public java.math.BigDecimal getBigDecimal(int columnIndex, int scale) throws java.sql.SQLException
See getBigDecimal
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
@Deprecated public java.math.BigDecimal getBigDecimal(java.lang.String columnName, int scale) throws java.sql.SQLException
See getBigDecimal
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getBinaryStream(int columnIndex) throws java.sql.SQLException
See getBinaryStream
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getBinaryStream(java.lang.String columnName) throws java.sql.SQLException
See getBinaryStream
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Blob getBlob(int columnIndex) throws java.sql.SQLException
See getBlob
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Blob getBlob(java.lang.String columnName) throws java.sql.SQLException
See getBlob
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public boolean getBoolean(int columnIndex) throws java.sql.SQLException
See getBoolean
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public boolean getBoolean(java.lang.String columnName) throws java.sql.SQLException
See getBoolean
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public byte getByte(int columnIndex) throws java.sql.SQLException
See getByte
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public byte getByte(java.lang.String columnName) throws java.sql.SQLException
See getByte
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public byte[] getBytes(int columnIndex) throws java.sql.SQLException
See getBytes
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public byte[] getBytes(java.lang.String columnName) throws java.sql.SQLException
See getBytes
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getCharacterStream(int columnIndex) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String columnName) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(int param) throws java.sql.SQLException
See getClob
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(java.lang.String str) throws java.sql.SQLException
See getClob
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public int getConcurrency() throws java.sql.SQLException
See getConcurrency
getConcurrency
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getCursorName() throws java.sql.SQLException
See getCursorName
getCursorName
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int columnIndex) throws java.sql.SQLException
See getDate
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(java.lang.String columnName) throws java.sql.SQLException
See getDate
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int param, java.util.Calendar calendar) throws java.sql.SQLException
See getDate
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(java.lang.String str, java.util.Calendar calendar) throws java.sql.SQLException
See getDate
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public double getDouble(int columnIndex) throws java.sql.SQLException
See getDouble
getDouble
in interface java.sql.ResultSet
java.sql.SQLException
public double getDouble(java.lang.String columnName) throws java.sql.SQLException
See getDouble
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
See getFetchSize
getFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public float getFloat(int columnIndex) throws java.sql.SQLException
See getFloat
getFloat
in interface java.sql.ResultSet
java.sql.SQLException
public float getFloat(java.lang.String columnName) throws java.sql.SQLException
See getFloat
getFloat
in interface java.sql.ResultSet
java.sql.SQLException
public int getInt(java.lang.String columnName) throws java.sql.SQLException
See getInt
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public int getInt(int columnIndex) throws java.sql.SQLException
See getInt
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public long getLong(int columnIndex) throws java.sql.SQLException
See getLong
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public long getLong(java.lang.String columnName) throws java.sql.SQLException
See getLong
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
See getMetaData
getMetaData
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int columnIndex) throws java.sql.SQLException
See getObject
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(java.lang.String columnName) throws java.sql.SQLException
See getObject
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int columnIndex, java.util.Map map) throws java.sql.SQLException
See getObject
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(java.lang.String columnName, java.util.Map map) throws java.sql.SQLException
See getObject
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(int columnIndex) throws java.sql.SQLException
See getRef
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(java.lang.String columnName) throws java.sql.SQLException
See getRef
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public int getRow() throws java.sql.SQLException
See getRow
getRow
in interface java.sql.ResultSet
java.sql.SQLException
public short getShort(java.lang.String columnName) throws java.sql.SQLException
See getShort
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public short getShort(int columnIndex) throws java.sql.SQLException
See getShort
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Statement getStatement() throws java.sql.SQLException
See getStatement
getStatement
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getString(int columnIndex) throws java.sql.SQLException
See getString
getString
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getString(java.lang.String columnName) throws java.sql.SQLException
See getString
getString
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(java.lang.String columnName) throws java.sql.SQLException
see getTime
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int columnIndex) throws java.sql.SQLException
see getTime
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(java.lang.String columnName, java.util.Calendar calendar) throws java.sql.SQLException
see getTime
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int columnIndex, java.util.Calendar calendar) throws java.sql.SQLException
see getTime
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String columnName) throws java.sql.SQLException
see getTimestamp
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int columnIndex) throws java.sql.SQLException
see getTimestamp
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String columnName, java.util.Calendar calendar) throws java.sql.SQLException
see getTimestamp
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int columnIndex, java.util.Calendar calendar) throws java.sql.SQLException
see getTimestamp
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public int getType() throws java.sql.SQLException
see getType
getType
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(int columnIndex) throws java.sql.SQLException
see getURL
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(java.lang.String columnName) throws java.sql.SQLException
see getURL
getURL
in interface java.sql.ResultSet
java.sql.SQLException
@Deprecated public java.io.InputStream getUnicodeStream(java.lang.String columnName) throws java.sql.SQLException
see getUnicodeStream
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
@Deprecated public java.io.InputStream getUnicodeStream(int columnIndex) throws java.sql.SQLException
see getUnicodeStream
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLWarning getWarnings() throws java.sql.SQLException
see getWarnings
getWarnings
in interface java.sql.ResultSet
java.sql.SQLException
public void insertRow() throws java.sql.SQLException
see insertRow
insertRow
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isAfterLast() throws java.sql.SQLException
see isAfterLast
isAfterLast
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isBeforeFirst() throws java.sql.SQLException
see isBeforeFirst
isBeforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isFirst() throws java.sql.SQLException
see isFirst
isFirst
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isLast() throws java.sql.SQLException
see isLast
isLast
in interface java.sql.ResultSet
java.sql.SQLException
public boolean last() throws java.sql.SQLException
see last
last
in interface java.sql.ResultSet
java.sql.SQLException
public void moveToCurrentRow() throws java.sql.SQLException
see moveToCurrentRow
moveToCurrentRow
in interface java.sql.ResultSet
java.sql.SQLException
public void moveToInsertRow() throws java.sql.SQLException
see moveToInsertRow
moveToInsertRow
in interface java.sql.ResultSet
java.sql.SQLException
public boolean next() throws java.sql.SQLException
see next
next
in interface java.sql.ResultSet
java.sql.SQLException
public boolean previous() throws java.sql.SQLException
see previous
previous
in interface java.sql.ResultSet
java.sql.SQLException
public void refreshRow() throws java.sql.SQLException
see refreshRow
refreshRow
in interface java.sql.ResultSet
java.sql.SQLException
public boolean relative(int rows) throws java.sql.SQLException
see relative
relative
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowDeleted() throws java.sql.SQLException
see rowDeleted
rowDeleted
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowInserted() throws java.sql.SQLException
see rowInserted
rowInserted
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowUpdated() throws java.sql.SQLException
see rowUpdated
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 size) throws java.sql.SQLException
see setFetchSize
setFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(java.lang.String columnName, java.sql.Array array) throws java.sql.SQLException
see updateArray
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(int columnIndex, java.sql.Array array) throws java.sql.SQLException
see updateArray
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String columnName, java.io.InputStream inputStream, int length) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int columnIndex, java.io.InputStream inputStream, int length) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(java.lang.String columnName, java.math.BigDecimal bigDecimal) throws java.sql.SQLException
see updateBigDecimal
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(int columnIndex, java.math.BigDecimal bigDecimal) throws java.sql.SQLException
see updateBigDecimal
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int columnIndex, java.io.InputStream inputStream, int length) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String columnName, java.io.InputStream inputStream, int length) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int columnIndex, java.sql.Blob blob) throws java.sql.SQLException
see updateBlob
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String columnName, java.sql.Blob blob) throws java.sql.SQLException
see updateBlob
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(int columnIndex, boolean x) throws java.sql.SQLException
see updateBoolean
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(java.lang.String columnName, boolean x) throws java.sql.SQLException
see updateBoolean
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(int columnIndex, byte x) throws java.sql.SQLException
see updateByte
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(java.lang.String columnName, byte x) throws java.sql.SQLException
see updateByte
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(int columnIndex, byte[] values) throws java.sql.SQLException
see updateBytes
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(java.lang.String columnName, byte[] values) throws java.sql.SQLException
see updateBytes
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int columnIndex, java.io.Reader reader, int length) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String columnName, java.io.Reader reader, int length) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String columnName, java.sql.Clob clob) throws java.sql.SQLException
see updateClob
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int columnIndex, java.sql.Clob clob) throws java.sql.SQLException
see updateClob
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(int columnIndex, java.sql.Date date) throws java.sql.SQLException
see updateDate
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(java.lang.String columnName, java.sql.Date date) throws java.sql.SQLException
see updateDate
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(int columnIndex, double x) throws java.sql.SQLException
see updateDouble
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(java.lang.String columnName, double x) throws java.sql.SQLException
see updateDouble
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(java.lang.String columnName, float x) throws java.sql.SQLException
see updateFloat
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(int columnIndex, float x) throws java.sql.SQLException
see updateFloat
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(java.lang.String columnName, int x) throws java.sql.SQLException
see updateInt
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(int columnIndex, int x) throws java.sql.SQLException
see updateInt
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(int columnIndex, long x) throws java.sql.SQLException
see updateLong
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(java.lang.String columnName, long x) throws java.sql.SQLException
see updateLong
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(java.lang.String columnName) throws java.sql.SQLException
see updateNull
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(int columnIndex) throws java.sql.SQLException
see updateNull
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String columnName, java.lang.Object obj) throws java.sql.SQLException
see rowUpdated
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int columnIndex, java.lang.Object obj) throws java.sql.SQLException
see updateObject
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int columnIndex, java.lang.Object obj, int scale) throws java.sql.SQLException
see updateObject
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String columnName, java.lang.Object obj, int scale) throws java.sql.SQLException
see updateObject
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(int columnIndex, java.sql.Ref ref) throws java.sql.SQLException
see updateRef
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(java.lang.String columnName, java.sql.Ref ref) throws java.sql.SQLException
see updateRef
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRow() throws java.sql.SQLException
see updateRow
updateRow
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(int columnIndex, short x) throws java.sql.SQLException
see updateShort
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(java.lang.String columnName, short x) throws java.sql.SQLException
see updateShort
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(int columnIndex, java.lang.String str) throws java.sql.SQLException
see updateString
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(java.lang.String columnName, java.lang.String str) throws java.sql.SQLException
see updateString
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(java.lang.String columnName, java.sql.Time time) throws java.sql.SQLException
see rowUpdated
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(int columnIndex, java.sql.Time time) throws java.sql.SQLException
see updateTime
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(java.lang.String columnName, java.sql.Timestamp timestamp) throws java.sql.SQLException
see updateTimestamp
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(int columnIndex, java.sql.Timestamp timestamp) throws java.sql.SQLException
see updateTimestamp
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public boolean wasNull() throws java.sql.SQLException
see wasNull
wasNull
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.RowId getRowId(int columnIndex) throws java.sql.SQLException
see getRowId
getRowId
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.RowId getRowId(java.lang.String columnLabel) throws java.sql.SQLException
see getRowId
getRowId
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRowId(int columnIndex, java.sql.RowId x) throws java.sql.SQLException
see updateRowId
updateRowId
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRowId(java.lang.String columnLabel, java.sql.RowId x) throws java.sql.SQLException
see updateRowId
updateRowId
in interface java.sql.ResultSet
java.sql.SQLException
public int getHoldability() throws java.sql.SQLException
see getHoldability
getHoldability
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isClosed() throws java.sql.SQLException
see isClosed
isClosed
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNString(int columnIndex, java.lang.String nString) throws java.sql.SQLException
see updateNString
updateNString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNString(java.lang.String columnLabel, java.lang.String nString) throws java.sql.SQLException
see updateNString
updateNString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int columnIndex, java.sql.NClob nClob) throws java.sql.SQLException
see updateNClob
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String columnLabel, java.sql.NClob nClob) throws java.sql.SQLException
see updateNClob
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.NClob getNClob(int columnIndex) throws java.sql.SQLException
see getNClob
getNClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.NClob getNClob(java.lang.String columnLabel) throws java.sql.SQLException
see getNClob
getNClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLXML getSQLXML(int columnIndex) throws java.sql.SQLException
see getSQLXML
getSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLXML getSQLXML(java.lang.String columnLabel) throws java.sql.SQLException
see getSQLXML
getSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public void updateSQLXML(int columnIndex, java.sql.SQLXML xmlObject) throws java.sql.SQLException
see updateSQLXML
updateSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public void updateSQLXML(java.lang.String columnLabel, java.sql.SQLXML xmlObject) throws java.sql.SQLException
see updateSQLXML
updateSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getNString(int columnIndex) throws java.sql.SQLException
see getNString
getNString
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getNString(java.lang.String columnLabel) throws java.sql.SQLException
see getNString
getNString
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 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(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 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(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 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(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 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(java.lang.String columnLabel, java.io.Reader x, long length) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int columnIndex, java.io.InputStream inputStream, long length) throws java.sql.SQLException
see updateBlob
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
see updateBlob
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int columnIndex, java.io.Reader reader, long length) throws java.sql.SQLException
see updateClob
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
see updateClob
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int columnIndex, java.io.Reader reader, long length) throws java.sql.SQLException
see updateNClob
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
see updateNClob
updateNClob
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) throws java.sql.SQLException
updateNCharacterStream
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 updateBinaryStream(int columnIndex, java.io.InputStream x) throws java.sql.SQLException
updateBinaryStream
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 updateAsciiStream(java.lang.String columnLabel, java.io.InputStream x) throws java.sql.SQLException
updateAsciiStream
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 updateCharacterStream(java.lang.String columnLabel, java.io.Reader reader) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int columnIndex, java.io.InputStream inputStream) throws java.sql.SQLException
see updateBlob
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String columnLabel, java.io.InputStream inputStream) throws java.sql.SQLException
see updateBlob
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int columnIndex, java.io.Reader reader) throws java.sql.SQLException
see updateClob
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String columnLabel, java.io.Reader reader) throws java.sql.SQLException
see updateClob
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int columnIndex, java.io.Reader reader) throws java.sql.SQLException
see updateNClob
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String columnLabel, java.io.Reader reader) throws java.sql.SQLException
see updateNClob
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public <T> T getObject(int columnIndex, java.lang.Class<T> type) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public <T> T getObject(java.lang.String columnLabel, java.lang.Class<T> type) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
Copyright © 2024 AdventNet Inc. All Rights Reserved.