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

db.sql.api.impl.cmd.executor.Insert Maven / Gradle / Ivy

There is a newer version: 1.7.6-RC2
Show newest version
package db.sql.api.impl.cmd.executor;

import db.sql.api.impl.cmd.CmdFactory;

public class Insert extends AbstractInsert {

    public Insert() {
        super(new CmdFactory());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy