Uses of Class
org.hotrod.runtime.util.SQLTable
-
Packages that use SQLTable Package Description org.hotrod.runtime.util -
-
Uses of SQLTable in org.hotrod.runtime.util
Methods in org.hotrod.runtime.util that return SQLTable Modifier and Type Method Description SQLTableSQLField. getTable()SQLTableSQLJoin. getTable()SQLTableSQLTable. usingAlias(java.lang.String alias)Methods in org.hotrod.runtime.util with parameters of type SQLTable Modifier and Type Method Description SQLFieldSQLField. using(SQLTable alias)Constructors in org.hotrod.runtime.util with parameters of type SQLTable Constructor Description SQLField(SQLTable table, java.lang.String fieldName)SQLField(SQLTable table, SQLField field)SQLJoin(SQLTable table, SQLJoin.JoinType type, SQLLogicalExpression condition)SQLTable(SQLTable table, java.lang.String alias)
-