Package com.lattix.core.query.builder
Interface Table<T extends Table,V,Top extends Table>
- All Superinterfaces:
Select<T,,Top> Statement<T,,Top> com.lattix.core.query.builder.TableValue<V>,Where<T>
-
Method Summary
Methods inherited from interface com.lattix.core.query.builder.Select
concat, distinct, forall, foreach, function, function2, groupBy, limit, orderBy, select, selectAsMethods inherited from interface com.lattix.core.query.builder.Statement
execute, execute, subQueryLinkMethods inherited from interface com.lattix.core.query.builder.TableValue
getTableClassMethods inherited from interface com.lattix.core.query.builder.Where
whereAnd, whereCloseParen, whereContains, whereDoesNotEndWith, whereDoesNotStartWith, whereEndsWith, whereEqualTo, whereGreaterThan, whereGreaterThanOrEqualTo, whereIn, whereLessThan, whereLessThanOrEqualTo, whereLike, whereNotContains, whereNotEqualTo, whereNotIn, whereNotLike, whereNotNull, whereNull, whereOpenParen, whereOr, whereStartsWith