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

de.ec.sql.Table Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package de.ec.sql;

import java.util.function.Supplier;

@FunctionalInterface
public interface Table extends Supplier {

	default String tableName() {
		return get();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy