org.apache.ibatis.builder.xml.dynamic
Class TrimSqlNode

java.lang.Object
  extended by org.apache.ibatis.builder.xml.dynamic.TrimSqlNode
All Implemented Interfaces:
SqlNode
Direct Known Subclasses:
SetSqlNode, WhereSqlNode

public class TrimSqlNode
extends Object
implements SqlNode


Constructor Summary
TrimSqlNode(Configuration configuration, SqlNode contents, String prefix, String prefixesToOverride, String suffix, String suffixesToOverride)
           
 
Method Summary
 boolean apply(DynamicContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrimSqlNode

public TrimSqlNode(Configuration configuration,
                   SqlNode contents,
                   String prefix,
                   String prefixesToOverride,
                   String suffix,
                   String suffixesToOverride)
Method Detail

apply

public boolean apply(DynamicContext context)
Specified by:
apply in interface SqlNode


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.