public interface SQLRows
| Modifier and Type | Method and Description |
|---|---|
long |
columnCount()
返回数据集的列个数
|
Object |
get(int rowIndex,
int columnIndex)
按行游标和列游标查询某行某列的数据
|
SQLTableMeta |
getSQLTableMeta()
返回数据集的 Schema
|
long |
rowCount()
返回数据集的总行数
|
SQLTableMeta getSQLTableMeta()
long rowCount()
long columnCount()
Object get(int rowIndex, int columnIndex)
rowIndex - 行游标columnIndex - 列游标Copyright © 2024. All Rights Reserved.