-
- All Implemented Interfaces:
public class ToSqlByInsertObjects工具类,目的是根据需要
insert的对象以及目标数据库表信息生成对应的SQL语句(JDBC风格,参数占位符为?)
-
-
Field Summary
Fields Modifier and Type Field Description public final static ToSqlByInsertObjectsINSTANCE
-
Method Summary
Modifier and Type Method Description final List<SqlAndParams>toSql(Collection<Object> objs, String table, Collection<QSR.Column> columns)-
-
Method Detail
-
toSql
final List<SqlAndParams> toSql(Collection<Object> objs, String table, Collection<QSR.Column> columns)
-
-
-
-