Uses of Class
org.ehrbase.aql.sql.binding.TaggedStringBuilder
-
Packages that use TaggedStringBuilder Package Description org.ehrbase.aql.sql.binding -
-
Uses of TaggedStringBuilder in org.ehrbase.aql.sql.binding
Methods in org.ehrbase.aql.sql.binding that return TaggedStringBuilder Modifier and Type Method Description TaggedStringBuilderWhereJsQueryExpression. closure()TaggedStringBuilderWhereVariable. encodeWhereVariable(org.ehrbase.aql.sql.binding.WhereBinder.ExistsMode inExists, boolean isFollowedBySQLConditionalOperator, int whereCursor, MultiFieldsMap multiWhereFieldsMap, int selectCursor, MultiFieldsMap multiSelectFieldsMap, I_VariableDefinition variableDefinition, String compositionName)Methods in org.ehrbase.aql.sql.binding with parameters of type TaggedStringBuilder Modifier and Type Method Description static voidLateralJoins. create(String templateId, TaggedStringBuilder encodedVar, I_VariableDefinition item, IQueryImpl.Clause clause)Constructors in org.ehrbase.aql.sql.binding with parameters of type TaggedStringBuilder Constructor Description WhereJsQueryExpression(TaggedStringBuilder expression, Boolean requiresJSQueryClosure, Boolean isFollowedBySQLConditionalOperator)
-