Package de.ec.sql
Class From
- java.lang.Object
-
- de.ec.sql.From
-
- All Implemented Interfaces:
BeforeGroupBy,BeforeJoin,BeforeOrderBy,BeforeWhere,QueryBuilder,QueryPart
public class From extends java.lang.Object implements QueryBuilder, BeforeJoin, BeforeWhere, BeforeGroupBy, BeforeOrderBy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFrom(BeforeFrom builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringstring(QueryOptions options)Fromsubquery(Query query, java.lang.String alias)Fromtable(Table table)Fromtable(java.lang.String table)Fromtables(Table... tables)Fromtables(java.lang.String... tables)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.ec.sql.BeforeGroupBy
groupBy, groupBy, groupBy, groupBySQL
-
Methods inherited from interface de.ec.sql.BeforeJoin
crossJoin, crossJoin, crossJoin, fullOuterJoin, fullOuterJoin, fullOuterJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, joinSQL, leftJoin, leftJoin, leftJoin, leftOuterJoin, leftOuterJoin, leftOuterJoin, outerJoin, outerJoin, outerJoin, rightJoin, rightJoin, rightJoin, rightOuterJoin, rightOuterJoin, rightOuterJoin
-
Methods inherited from interface de.ec.sql.BeforeOrderBy
orderBy, orderBy, orderBy, orderBySQL
-
Methods inherited from interface de.ec.sql.BeforeWhere
where, where, where, whereSQL
-
Methods inherited from interface de.ec.sql.QueryBuilder
query
-
-
-
-
Constructor Detail
-
From
protected From(BeforeFrom builder)
-
-
Method Detail
-
table
public From table(java.lang.String table)
-
tables
public From tables(java.lang.String... tables)
-
string
public java.lang.String string(QueryOptions options)
-
-