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

db.sql.api.cmd.struct.insert.IInsertTable Maven / Gradle / Ivy

package db.sql.api.cmd.struct.insert;

import db.sql.api.Cmd;

public interface IInsertTable extends Cmd {

    TABLE getTable();
}