Uses of Interface
com.google.cloud.bigtable.data.v2.models.sql.SqlType.Array
Packages that use SqlType.Array
-
Uses of SqlType.Array in com.google.cloud.bigtable.common
Classes in com.google.cloud.bigtable.common that implement SqlType.Array -
Uses of SqlType.Array in com.google.cloud.bigtable.data.v2.models.sql
Methods in com.google.cloud.bigtable.data.v2.models.sql that return SqlType.ArrayMethods in com.google.cloud.bigtable.data.v2.models.sql with parameters of type SqlType.ArrayModifier and TypeMethodDescription<ElemType> List<ElemType>StructReader.getList(int columnIndex, SqlType.Array<ElemType> arrayType) <ElemType> List<ElemType>StructReader.getList(String columnName, SqlType.Array<ElemType> arrayType) Statement.Builder.setListParam(String paramName, List<T> value, SqlType.Array<T> arrayType) Sets a query parameter with the nameparamNameand the ARRAY typed valuevalue.