Uses of Interface
org.sqlorm.metadatadumper.ITableName

Packages that use ITableName
org.sqlorm.querybuilder This package is place holder for the Query Builder classes confined to assisting users in generating dynamic SQL. 
 

Uses of ITableName in org.sqlorm.querybuilder
 

Methods in org.sqlorm.querybuilder with parameters of type ITableName
 MultiJoinOnExpr ItfSelectBuilder.crossJoin(ITableName table)
           
 MultiJoinOnExpr SelectBuilder.crossJoin(ITableName table)
           
 MultiJoinOnExpr SurogateAndOrListSelectBuilder.crossJoin(ITableName table)
           
 MultiJoinOnExpr ItfSelectBuilder.crossJoin(ITableName table, String alias)
           
 MultiJoinOnExpr SelectBuilder.crossJoin(ITableName table, String alias)
           
 MultiJoinOnExpr SurogateAndOrListSelectBuilder.crossJoin(ITableName table, String alias)
           
 ItfSelectBuilder ItfSelectBuilder.from(ITableName from)
           
 ItfSelectBuilder SelectBuilder.from(ITableName from)
           
 ItfSelectBuilder SurogateAndOrListSelectBuilder.from(ITableName from)
           
 ItfSelectBuilder ItfSelectBuilder.from(ITableName from, String alias)
           
 ItfSelectBuilder SelectBuilder.from(ITableName from, String alias)
           
 ItfSelectBuilder SurogateAndOrListSelectBuilder.from(ITableName from, String alias)
           
 ItfSelectBuilder ItfSelectBuilder.groupBy(ITableName table)
           
 ItfSelectBuilder SelectBuilder.groupBy(ITableName table)
           
 ItfSelectBuilder SurogateAndOrListSelectBuilder.groupBy(ITableName table)
           
 MultiJoinOnExpr ItfSelectBuilder.innerJoin(ITableName table)
           
 MultiJoinOnExpr SelectBuilder.innerJoin(ITableName table)
           
 MultiJoinOnExpr SurogateAndOrListSelectBuilder.innerJoin(ITableName table)
           
 MultiJoinOnExpr ItfSelectBuilder.innerJoin(ITableName table, String alias)
           
 MultiJoinOnExpr SelectBuilder.innerJoin(ITableName table, String alias)
           
 MultiJoinOnExpr SurogateAndOrListSelectBuilder.innerJoin(ITableName table, String alias)
           
 MultiJoinOnExpr ItfSelectBuilder.leftJoin(ITableName table)
           
 MultiJoinOnExpr SelectBuilder.leftJoin(ITableName table)
           
 MultiJoinOnExpr SurogateAndOrListSelectBuilder.leftJoin(ITableName table)
           
 MultiJoinOnExpr ItfSelectBuilder.leftJoin(ITableName table, String alias)
           
 MultiJoinOnExpr SelectBuilder.leftJoin(ITableName table, String alias)
           
 MultiJoinOnExpr SurogateAndOrListSelectBuilder.leftJoin(ITableName table, String alias)
           
 ItfSelectBuilder ItfSelectBuilder.orderBy(ITableName table)
           
 ItfSelectBuilder SelectBuilder.orderBy(ITableName table)
           
 ItfSelectBuilder SurogateAndOrListSelectBuilder.orderBy(ITableName table)
           
 ItfSelectBuilder ItfSelectBuilder.orderByAsc(ITableName table)
           
 ItfSelectBuilder SelectBuilder.orderByAsc(ITableName table)
           
 ItfSelectBuilder SurogateAndOrListSelectBuilder.orderByAsc(ITableName table)
           
 ItfSelectBuilder ItfSelectBuilder.orderByDesc(ITableName table)
           
 ItfSelectBuilder SelectBuilder.orderByDesc(ITableName table)
           
 ItfSelectBuilder SurogateAndOrListSelectBuilder.orderByDesc(ITableName table)
           
 MultiJoinOnExpr ItfSelectBuilder.outerJoin(ITableName table)
           
 MultiJoinOnExpr SelectBuilder.outerJoin(ITableName table)
           
 MultiJoinOnExpr SurogateAndOrListSelectBuilder.outerJoin(ITableName table)
           
 MultiJoinOnExpr ItfSelectBuilder.outerJoin(ITableName table, String alias)
           
 MultiJoinOnExpr SelectBuilder.outerJoin(ITableName table, String alias)
           
 MultiJoinOnExpr SurogateAndOrListSelectBuilder.outerJoin(ITableName table, String alias)
           
 MultiJoinOnExpr ItfSelectBuilder.rightJoin(ITableName table)
           
 MultiJoinOnExpr SelectBuilder.rightJoin(ITableName table)
           
 MultiJoinOnExpr SurogateAndOrListSelectBuilder.rightJoin(ITableName table)
           
 MultiJoinOnExpr ItfSelectBuilder.rightJoin(ITableName table, String alias)
           
 MultiJoinOnExpr SelectBuilder.rightJoin(ITableName table, String alias)
           
 MultiJoinOnExpr SurogateAndOrListSelectBuilder.rightJoin(ITableName table, String alias)