Uses of Annotation Interface
com.google.mu.annotations.TemplateStringArgsMustBeQuoted
Packages that use TemplateStringArgsMustBeQuoted
Package
Description
Injection-safe template for Cloud Spanner (requires mug-spanner artifact)
-
Uses of TemplateStringArgsMustBeQuoted in com.google.mu.spanner
Methods in com.google.mu.spanner with annotations of type TemplateStringArgsMustBeQuotedModifier and TypeMethodDescriptionstatic ParameterizedQuery
Ifthis
query is empty (likely from a call toParameterizedQuery.when(boolean, java.lang.String, java.lang.Object...)
), returns the ParameterizedQuery produced from thefallback
template andargs
.static ParameterizedQuery
An optional query that's only rendered ifcondition
is true; otherwise returnsParameterizedQuery.EMPTY
.