| Interface | Description |
|---|---|
| ColumnMetadata |
Represents the metadata for a column in a
ResultSet |
| PreparedStatement |
The results of query preparation that can be used to create
BoundStatements to execute
queries. |
| ResultSet |
A set of SQL data, generated as the result of an ExecuteQuery request.
|
| ResultSetMetadata |
Provides information about the schema of a
ResultSet. |
| SqlType<T> |
Represents a data type in a SQL query.
|
| SqlType.Array<Elem> |
Represents an array type in SQL.
|
| SqlType.Enum<T extends com.google.protobuf.ProtocolMessageEnum> |
Represents a protobuf enum type in SQL.
|
| SqlType.Map<K,V> |
Represents a map type in SQL.
|
| SqlType.Proto<T extends com.google.protobuf.AbstractMessage> |
Represents a protobuf message type in SQL.
|
| SqlType.Struct |
Represents a struct type in SQL.
|
| SqlType.Struct.Field |
Represents a field in a struct
|
| Struct |
The representation of a SQL Struct type.
|
| StructReader |
An interface for reading the columns of a
Struct or com.google.cloud.bigtable.data.v2.models.sql.ResultSet. |
| Class | Description |
|---|---|
| BoundStatement |
A bound SQL statement that can be executed by calling
BigtableDataClient.executeQuery(BoundStatement). |
| BoundStatement.Builder |
| Enum | Description |
|---|---|
| SqlType.Code |
| Exception | Description |
|---|---|
| PreparedStatementRefreshTimeoutException |
Error thrown when an executeQuery attempt hits the attempt deadline waiting for
PreparedStatement to refresh it's underlying plan. |
Copyright © 2026 Google LLC. All rights reserved.