-
- All Implemented Interfaces:
public class ToSqlByInsertObjects
-
-
Field Summary
Fields Modifier and Type Field Description public final static ToSqlByInsertObjectsINSTANCE
-
Method Summary
Modifier and Type Method Description final List<QSR.SqlForInsert>toSql(Collection<Object> objs, String table, Collection<QSR.Column> columns)-
-
Method Detail
-
toSql
final List<QSR.SqlForInsert> toSql(Collection<Object> objs, String table, Collection<QSR.Column> columns)
-
-
-
-