com.heliorm.sql.FullTableName Maven / Gradle / Ivy
The newest version!
package com.heliorm.sql;
import com.heliorm.OrmException;
import com.heliorm.Table;
@FunctionalInterface
interface FullTableName {
String apply(Table> table) throws OrmException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy