Class SetSqlNode
- java.lang.Object
-
- org.apache.ibatis.scripting.xmltags.TrimSqlNode
-
- org.apache.ibatis.scripting.xmltags.SetSqlNode
-
- All Implemented Interfaces:
SqlNode
public class SetSqlNode extends TrimSqlNode
- Author:
- Clinton Begin
-
-
Constructor Summary
Constructors Constructor Description SetSqlNode(Configuration configuration, SqlNode contents)
-
-
-
Constructor Detail
-
SetSqlNode
public SetSqlNode(Configuration configuration, SqlNode contents)
-
-