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

db.sql.api.cmd.struct.delete.IDeleteTable Maven / Gradle / Ivy

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

import db.sql.api.Cmd;

public interface IDeleteTable extends Cmd {

    TABLE[] getTables();

}