| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
isCaseSensitive |
protected ResultSetMetaData |
meta |
protected Quirks |
quirks |
protected ResultSet |
rs |
| 构造器和说明 |
|---|
ResultSetIteratorBase(ResultSet rs,
boolean isCaseSensitive,
Quirks quirks) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getColumnName(int colIdx) |
boolean |
hasNext() |
T |
next() |
protected abstract T |
readNext() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected ResultSet rs
protected boolean isCaseSensitive
protected Quirks quirks
protected ResultSetMetaData meta
protected abstract T readNext() throws SQLException
SQLExceptionprotected String getColumnName(int colIdx) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.