Uses of Class
com.google.cloud.bigtable.data.v2.models.sql.BoundStatement.Builder
Packages that use BoundStatement.Builder
-
Uses of BoundStatement.Builder in com.google.cloud.bigtable.data.v2.models.sql
Methods in com.google.cloud.bigtable.data.v2.models.sql that return BoundStatement.BuilderModifier and TypeMethodDescriptionPreparedStatement.bind()BoundStatement.Builder.setBooleanParam(String paramName, Boolean value) Sets a query parameter with the nameparamNameand the BOOL typed valuevalueBoundStatement.Builder.setBytesParam(String paramName, com.google.protobuf.ByteString value) Sets a query parameter with the nameparamNameand the Bytes typed valuevalueBoundStatement.Builder.setDateParam(String paramName, com.google.cloud.Date value) Sets a query parameter with the nameparamNameand the DATE typed valuevalueBoundStatement.Builder.setDoubleParam(String paramName, Double value) Sets a query parameter with the nameparamNameand the FLOAT64 typed valuevalueBoundStatement.Builder.setFloatParam(String paramName, Float value) Sets a query parameter with the nameparamNameand the FLOAT32 typed valuevalueBoundStatement.Builder.setListParam(String paramName, List<T> value, SqlType.Array<T> arrayType) Sets a query parameter with the nameparamNameand the ARRAY typed valuevalue.BoundStatement.Builder.setLongParam(String paramName, Long value) Sets a query parameter with the nameparamNameand the INT64 typed valuevalueBoundStatement.Builder.setStringParam(String paramName, String value) Sets a query parameter with the nameparamNameand the String typed valuevalueBoundStatement.Builder.setTimestampParam(String paramName, Instant value) Sets a query parameter with the nameparamNameand the TIMESTAMP typed valuevalue