![JAR search and dependency download from the Maven repository](/logo.png)
br.com.objectos.sql.code.TableCodeSchemaName Maven / Gradle / Ivy
package br.com.objectos.sql.code;
import com.google.common.base.Function;
import javax.annotation.Generated;
@Generated("br.com.objectos.auto.functional.AutoFunctionalProcessor")
public final class TableCodeSchemaName implements Function {
private static final Function INSTANCE = new TableCodeSchemaName();
private TableCodeSchemaName() {
}
public static Function get() {
return INSTANCE;
}
@Override
public String apply(TableCode input) {
return input.schemaName();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy