Package com.google.cloud.bigtable.data.v2.models.sql
package com.google.cloud.bigtable.data.v2.models.sql
-
ClassDescriptionA bound SQL statement that can be executed by calling
BigtableDataClient.executeQuery(BoundStatement).Represents the metadata for a column in aResultSetThe results of query preparation that can be used to createBoundStatements to execute queries.Error thrown when an executeQuery attempt hits the attempt deadline waiting forPreparedStatementto refresh it's underlying plan.A set of SQL data, generated as the result of an ExecuteQuery request.Provides information about the schema of aResultSet.SqlType<T>Represents a data type in a SQL query.SqlType.Array<Elem>Represents an array type in SQL.SqlType.Map<K,V> Represents a map type in SQL.Represents a struct type in SQL.Represents a field in a structThe representation of a SQL Struct type.An interface for reading the columns of aStructorcom.google.cloud.bigtable.data.v2.models.sql.ResultSet.