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

api.sql.SQLSchema Maven / Gradle / Ivy

package api.sql;

import api.Schema;

import java.util.Set;

/**
 * This describes a schema for an SQL database
 */
public interface SQLSchema extends Schema {
    Set getTables();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy