All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.test4j.module.database.operator.IInsertOp Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package org.test4j.module.database.operator;

import org.test4j.tools.datagen.IDataMap;

/**
 * 往数据库插入数据操作接口
 *
 * @author darui.wudr 2013-1-11 下午5:31:57
 */
@SuppressWarnings("rawtypes")
public interface IInsertOp {
    /**
     * 插入数据操作
     *
     * @throws Exception exception
     */
    void insert(String table, IDataMap data) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy