public final class GeneratedKeysResultSet extends AbstractUnsupportedGeneratedKeysResultSet
| 构造器和说明 |
|---|
GeneratedKeysResultSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
int |
findColumn(String columnLabel) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int scale) |
BigDecimal |
getBigDecimal(String columnLabel) |
BigDecimal |
getBigDecimal(String columnLabel,
int scale) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnLabel) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnLabel) |
int |
getConcurrency() |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnLabel) |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnLabel) |
int |
getInt(int columnIndex) |
int |
getInt(String columnLabel) |
long |
getLong(int columnIndex) |
long |
getLong(String columnLabel) |
ResultSetMetaData |
getMetaData() |
Object |
getObject(int columnIndex) |
Object |
getObject(String columnLabel) |
short |
getShort(int columnIndex) |
short |
getShort(String columnLabel) |
Statement |
getStatement() |
String |
getString(int columnIndex) |
String |
getString(String columnLabel) |
int |
getType() |
boolean |
isClosed() |
boolean |
next() |
boolean |
wasNull() |
clearWarnings, getAsciiStream, getAsciiStream, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getCharacterStream, getCharacterStream, getClob, getClob, getDate, getDate, getDate, getDate, getFetchDirection, getFetchSize, getSQLXML, getSQLXML, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, setFetchDirection, setFetchSizeabsolute, afterLast, beforeFirst, cancelRowUpdates, deleteRow, first, getArray, getArray, getCursorName, getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, updateRowupdateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampisWrapperFor, recordMethodInvocation, replayMethodsInvocation, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectisWrapperFor, unwrappublic boolean isClosed()
public boolean next()
public void close()
public ResultSetMetaData getMetaData()
public boolean wasNull()
public String getString(int columnIndex)
public byte getByte(int columnIndex)
public byte getByte(String columnLabel)
public short getShort(int columnIndex)
public short getShort(String columnLabel)
public int getInt(int columnIndex)
public int getInt(String columnLabel)
public long getLong(int columnIndex)
public long getLong(String columnLabel)
public float getFloat(int columnIndex)
public float getFloat(String columnLabel)
public double getDouble(int columnIndex)
public double getDouble(String columnLabel)
public BigDecimal getBigDecimal(int columnIndex, int scale)
public BigDecimal getBigDecimal(String columnLabel, int scale)
public BigDecimal getBigDecimal(int columnIndex)
public BigDecimal getBigDecimal(String columnLabel)
public byte[] getBytes(int columnIndex)
public byte[] getBytes(String columnLabel)
public Object getObject(int columnIndex)
public int findColumn(String columnLabel)
public int getType()
public int getConcurrency()
public Statement getStatement()
Copyright © 2018. All rights reserved.