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

api.Column Maven / Gradle / Ivy

package api;

/**
 * A column in a table-based database schema
 */
public interface Column {
    String getName();
    String getDatatype();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy