public interface SQLRows
| 限定符和类型 | 方法和说明 |
|---|---|
long |
columnCount()
Returns the number of columns in the dataset
|
Object |
get(int rowIndex,
int columnIndex)
Query the data of a specific row and column by row cursor and column cursor
|
SQLTableMeta |
getSQLTableMeta()
Returns the Schema of the dataset
|
long |
rowCount()
Returns the total number of rows in the dataset
|
SQLTableMeta getSQLTableMeta()
long rowCount()
long columnCount()
Object get(int rowIndex, int columnIndex)
rowIndex - row cursorcolumnIndex - column cursorCopyright © 2025. All Rights Reserved.