Uses of Interface
org.huiche.core.ast.Template
Packages that use Template
Package
Description
SQL表达式
ast支持相关
SQL抽象语法树
方言,ast的转译实现
方言实现
-
Uses of Template in org.huiche.ast.expression
Methods in org.huiche.ast.expression that return TemplateModifier and TypeMethodDescriptionTemplateExpression.Default.template()TemplateExpression.template()模板Methods in org.huiche.ast.expression with parameters of type TemplateModifier and TypeMethodDescriptionstatic Condition.TemplateCondition模板条件static ConditionCondition.of(Template template, Collection<?> params) 模板条件static Expression模板表达式static ExpressionExpression.of(Template template, Collection<?> params) 模板表达式static TemplateExpression模板表达式Constructors in org.huiche.ast.expression with parameters of type Template -
Uses of Template in org.huiche.ast.support
Classes in org.huiche.ast.support that implement Template -
Uses of Template in org.huiche.core.ast
Classes in org.huiche.core.ast that implement TemplateMethods in org.huiche.core.ast that return Template -
Uses of Template in org.huiche.core.dialect
Methods in org.huiche.core.dialect with parameters of type Template -
Uses of Template in org.huiche.dialect
Methods in org.huiche.dialect with parameters of type TemplateModifier and TypeMethodDescriptionObject[]OracleDialect.processTemplateParams(Template template, Object[] params) Object[]SQLiteDialect.processTemplateParams(Template template, Object[] params)