Package 

Class QueryProSql.InsertAction

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      QueryProSql.InsertAction maxParameterSize(Integer size)
      final <V> void insert(String table, Array<Map<String, V>> objs) 通过 objs 配合数据库表名,动态生成sql语句,并执行
      <V, M extends Map<String, V>> void insert(String table, Collection<M> objs) 通过 objs 配合数据库表名,动态生成sql语句,并执行
      <ID, V, M extends Map<String, V>> List<ID> insert(String table, Collection<M> objs, Class<ID> idColumnClazz) 通过 objs 配合数据库表名,动态生成sql语句,并执行
      • Methods inherited from class cn.cloudself.query.QueryProSql.AbstractAction

        dbType, ofConnection, ofDataSource, take
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait