| 接口 | 说明 |
|---|---|
| SQLResultSet |
Represents the data return collection of an SQL table
|
| SQLRow |
Represents the data structure of a SQL row
|
| SQLRows |
Represents the dataset of SQL data storage
|
| 类 | 说明 |
|---|---|
| SQLColumnSchema |
Represents the column structure information of an SQL table
|
| SQLFactory |
Static factory methods related to SQL
|
| SQLQueryRequest |
Represents an SQL data query request
|
| SQLQueryResponse |
Represents the return result of an SQL request.
|
| SQLResultSetImpl |
Represents the data return collection of an SQL table
|
| SQLRowImpl | |
| SQLRowsFBsColumnBased |
Represents a dataset stored in columnar format using the Flatbuffers protocol.
|
| SQLTableMeta |
Structural information of the SQL table
|
| SQLUtils |
Utils method for SQL API
|
| 枚举 | 说明 |
|---|---|
| SQLPayloadVersion |
internal use
Indicates the SQL serialization format
|
| SQLStatementType |
Represents the data type of a SQL Statement.
|
Copyright © 2025. All Rights Reserved.