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

org.simpleflatmapper.jdbc.SizeSupplier Maven / Gradle / Ivy

package org.simpleflatmapper.jdbc;

public interface SizeSupplier {
    int getSize(int columnIndex);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy