Uses of Class
org.apache.ibatis.jdbc.AbstractSQL.SafeAppendable
Packages that use AbstractSQL.SafeAppendable
-
Uses of AbstractSQL.SafeAppendable in org.apache.ibatis.jdbc
Methods in org.apache.ibatis.jdbc that return AbstractSQL.SafeAppendableMethods in org.apache.ibatis.jdbc with parameters of type AbstractSQL.SafeAppendableModifier and TypeMethodDescriptionprotected abstract void
AbstractSQL.SQLStatement.LimitingRowsStrategy.appendClause
(AbstractSQL.SafeAppendable builder, String offset, String limit) private String
AbstractSQL.SQLStatement.deleteSQL
(AbstractSQL.SafeAppendable builder) private String
AbstractSQL.SQLStatement.insertSQL
(AbstractSQL.SafeAppendable builder) private void
AbstractSQL.SQLStatement.joins
(AbstractSQL.SafeAppendable builder) private String
AbstractSQL.SQLStatement.selectSQL
(AbstractSQL.SafeAppendable builder) private void
AbstractSQL.SQLStatement.sqlClause
(AbstractSQL.SafeAppendable builder, String keyword, List<String> parts, String open, String close, String conjunction) private String
AbstractSQL.SQLStatement.updateSQL
(AbstractSQL.SafeAppendable builder)