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

api.Table Maven / Gradle / Ivy

package api;

import java.util.Set;

/**
 * A table in a table-based database schema
 */
public interface Table {
    String getName();
    Set getColumns();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy