Package com.github.eikecochu.sqlbuilder
Interface Table
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TableThe Table interface is a representation of a table with a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.StringtableName()The table namedefault java.lang.StringwithAlias(java.lang.String alias)The table name with alias
-