| Package | Description |
|---|---|
| com.google.cloud.bigtable.common | |
| com.google.cloud.bigtable.data.v2.models.sql |
| Modifier and Type | Class and Description |
|---|---|
static class |
Type.Array<Elem> |
| Modifier and Type | Method and Description |
|---|---|
static <Elem> SqlType.Array<Elem> |
SqlType.arrayOf(SqlType<Elem> elemType)
|
| Modifier and Type | Method and Description |
|---|---|
<ElemType> List<ElemType> |
StructReader.getList(int columnIndex,
SqlType.Array<ElemType> arrayType) |
<ElemType> List<ElemType> |
StructReader.getList(String columnName,
SqlType.Array<ElemType> arrayType) |
<T> BoundStatement.Builder |
BoundStatement.Builder.setListParam(String paramName,
List<T> value,
SqlType.Array<T> arrayType)
Sets a query parameter with the name
paramName and the ARRAY typed value value. |
Copyright © 2026 Google LLC. All rights reserved.