Interface SqlNode
-
- All Known Implementing Classes:
ChooseSqlNode,ForEachSqlNode,IfSqlNode,MixedSqlNode,SetSqlNode,StaticTextSqlNode,TextSqlNode,TrimSqlNode,VarDeclSqlNode,WhereSqlNode
public interface SqlNode- Author:
- Clinton Begin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(DynamicContext context)
-
-
-
Method Detail
-
apply
boolean apply(DynamicContext context)
-
-