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 voidAbstractSQL.SQLStatement.LimitingRowsStrategy.appendClause(AbstractSQL.SafeAppendable builder, String offset, String limit) private StringAbstractSQL.SQLStatement.deleteSQL(AbstractSQL.SafeAppendable builder) private StringAbstractSQL.SQLStatement.insertSQL(AbstractSQL.SafeAppendable builder) private voidAbstractSQL.SQLStatement.joins(AbstractSQL.SafeAppendable builder) private StringAbstractSQL.SQLStatement.selectSQL(AbstractSQL.SafeAppendable builder) private voidAbstractSQL.SQLStatement.sqlClause(AbstractSQL.SafeAppendable builder, String keyword, List<String> parts, String open, String close, String conjunction) private StringAbstractSQL.SQLStatement.updateSQL(AbstractSQL.SafeAppendable builder)