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

db.sql.api.cmd.struct.IFrom Maven / Gradle / Ivy

package db.sql.api.cmd.struct;

import db.sql.api.Cmd;

import java.util.List;

public interface IFrom extends Cmd {

    List
getTables(); }