Class TrimSqlNode
- java.lang.Object
-
- org.apache.ibatis.scripting.xmltags.TrimSqlNode
-
- All Implemented Interfaces:
SqlNode
- Direct Known Subclasses:
SetSqlNode
,WhereSqlNode
public class TrimSqlNode extends Object implements SqlNode
- Author:
- Clinton Begin
-
-
Constructor Summary
Constructors Modifier Constructor Description TrimSqlNode(Configuration configuration, SqlNode contents, String prefix, String prefixesToOverride, String suffix, String suffixesToOverride)
protected
TrimSqlNode(Configuration configuration, SqlNode contents, String prefix, List<String> prefixesToOverride, String suffix, List<String> suffixesToOverride)
-
-
-
Method Detail
-
apply
public boolean apply(DynamicContext context)
-
-