public class SQLResultSetImpl extends Object implements SQLResultSet
| 构造器和说明 |
|---|
SQLResultSetImpl(SQLPayloadVersion version,
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString rows) |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
public SQLResultSetImpl(SQLPayloadVersion version, com.aliyun.ots.thirdparty.com.google.protobuf.ByteString rows)
public SQLTableMeta getSQLTableMeta()
SQLResultSetgetSQLTableMeta 在接口中 SQLResultSetpublic boolean hasNext()
SQLResultSethasNext 在接口中 SQLResultSetpublic SQLRow next()
SQLResultSetnext 在接口中 SQLResultSetpublic long rowCount()
SQLResultSetrowCount 在接口中 SQLResultSetpublic boolean absolute(int rowIndex)
SQLResultSetabsolute 在接口中 SQLResultSetrowIndex - Column cursorCopyright © 2025. All Rights Reserved.