Uses of Class
com.google.mu.spanner.ParameterizedQuery
Packages that use ParameterizedQuery
Package
Description
Injection-safe template for Cloud Spanner (requires mug-spanner artifact)
- 
Uses of ParameterizedQuery in com.google.mu.spanner
Fields in com.google.mu.spanner declared as ParameterizedQueryModifier and TypeFieldDescriptionstatic final ParameterizedQueryParameterizedQuery.EMPTYAn empty SQLMethods in com.google.mu.spanner that return ParameterizedQueryModifier and TypeMethodDescriptionstatic ParameterizedQueryParameterizedQuery.orElse(ParameterizedQuery fallback) Ifthisquery is empty (likely from a call towhen(boolean, java.lang.String, java.lang.Object...)), returns thefallbackquery.Ifthisquery is empty (likely from a call towhen(boolean, java.lang.String, java.lang.Object...)), returns the ParameterizedQuery produced from thefallbacktemplate andargs.ParameterizedQuery.orElse(Supplier<ParameterizedQuery> fallback) Ifthisquery is empty (likely from a call towhen(boolean, java.lang.String, java.lang.Object...)), returns the query produced by thefallbacksupplier.ParameterizedQuery.when(boolean condition) Returns this ParameterizedQuery ifconditionis true; otherwise returnsEMPTY.static ParameterizedQueryAn optional query that's only rendered ifconditionis true; otherwise returnsEMPTY.Methods in com.google.mu.spanner that return types with arguments of type ParameterizedQueryModifier and TypeMethodDescriptionstatic Collector<ParameterizedQuery, ?, ParameterizedQuery> ParameterizedQuery.and()A collector that joins boolean query snippet usingANDoperator.static Collector<ParameterizedQuery, ?, ParameterizedQuery> ParameterizedQuery.and()A collector that joins boolean query snippet usingANDoperator.static Collector<ParameterizedQuery, ?, ParameterizedQuery> Returns a collector that joins ParameterizedQuery elements usingdelimiter.static Collector<ParameterizedQuery, ?, ParameterizedQuery> Returns a collector that joins ParameterizedQuery elements usingdelimiter.static Collector<ParameterizedQuery, ?, ParameterizedQuery> ParameterizedQuery.or()A collector that joins boolean query snippet usingORoperator.static Collector<ParameterizedQuery, ?, ParameterizedQuery> ParameterizedQuery.or()A collector that joins boolean query snippet usingORoperator.Methods in com.google.mu.spanner with parameters of type ParameterizedQueryModifier and TypeMethodDescriptionParameterizedQuery.orElse(ParameterizedQuery fallback) Ifthisquery is empty (likely from a call towhen(boolean, java.lang.String, java.lang.Object...)), returns thefallbackquery.Method parameters in com.google.mu.spanner with type arguments of type ParameterizedQueryModifier and TypeMethodDescriptionParameterizedQuery.orElse(Supplier<ParameterizedQuery> fallback) Ifthisquery is empty (likely from a call towhen(boolean, java.lang.String, java.lang.Object...)), returns the query produced by thefallbacksupplier.