接口 org.test4j.module.database.dbop.ITableOp
的使用

使用 ITableOp 的软件包
org.test4j.module.database.dbop   
 

org.test4j.module.database.dbopITableOp 的使用
 

返回 ITableOporg.test4j.module.database.dbop 中的方法
 ITableOp ITableOp.clean()
          清空数据表
 ITableOp ITableOp.insert(DataSet dataset)
          插入数据集
 ITableOp ITableOp.insert(ICore.DataMap data, ICore.DataMap... datas)
          根据Map的key(表字段)插入数据
 ITableOp ITableOp.insert(int count, ICore.DataMap data)
          批量插入count条数据
 ITableOp ITableOp.insert(String json, String... more)
          根据json插入数据
 ITableOp IDBOperator.table(String table)
          针对表进行操作
 



Copyright © 2013. All rights reserved.