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

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

package com.heliorm.sql;

public interface BinaryColumn extends Column {

    /**
     * Return the length of the binary column.
     *
     * @return The length
     */
    int getLength();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy