public interface SQLResultSet
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
absolute(int rowIndex)
Jump to the row at rowIndex
|
SQLTableMeta |
getSQLTableMeta()
Returns the Schema of the dataset
|
boolean |
hasNext()
Whether there is next data.
|
SQLRow |
next()
Return the next piece of data
|
long |
rowCount()
Return the total number of rows
|
SQLTableMeta getSQLTableMeta()
boolean hasNext()
SQLRow next()
long rowCount()
boolean absolute(int rowIndex)
rowIndex - Column cursorCopyright © 2025. All Rights Reserved.