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