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

com.heliorm.sql.EnumColumn Maven / Gradle / Ivy

package com.heliorm.sql;

import java.util.Set;

/** Column representing an enum */
public interface EnumColumn extends Column{

    /** Get the allowed enum values.
     *
     * @return The values
     */
    Set getEnumValues();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy