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 ParameterizedQueryIfthisquery is empty (likely from a call toParameterizedQuery.when(boolean, java.lang.String, java.lang.Object...)), returns the ParameterizedQuery produced from thefallbacktemplate andargs.static ParameterizedQueryAn optional query that's only rendered ifconditionis true; otherwise returnsParameterizedQuery.EMPTY.