db.sql.api.cmd.struct.update.IUpdateTable Maven / Gradle / Ivy
package db.sql.api.cmd.struct.update;
import db.sql.api.Cmd;
public interface IUpdateTable extends Cmd {
TABLE[] getTables();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy