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>
- All Known Subinterfaces:
IAtomKinds<Top>
,IAtoms<Top>
,IBooleanType<Top>
,ICheckers<Top>
,ICycleComponents<Top>
,ICycles<Top>
,IDatasource<Top>
,IDateType<Top>
,IDependency<Top>
,IDependencyKinds<Top>
,IEdgeDetails<Top>
,IEdges<Top>
,IIssueGroups<Top>
,IIssues<Top>
,IIssueSeverity<Top>
,IMap<Top>
,IMetricDefinitions<Top>
,IMetrics<Top>
,IMetricThreshold<Top>
,IModuleDefinitions<Top>
,IModules<Top>
,INumberType<Top>
,IObjectMap<Top>
,IObjectType<Top>
,IPartitionRelations<Top>
,IPartitions<Top>
,IProjectProperties<Top>
,IProperties<Top>
,IProperty<Top>
,IPropertyDefinitions<Top>
,IRules<Top>
,ISourceCode<Top>
,IStringType<Top>
,ITags<Top>
,IViolators<Top>
,IWith<Top>
,IWorkItemData<Top>
,IWorkItemDataDetail<Top>
,IWorkList<Top>
-
Method Summary
Methods inherited from interface com.lattix.core.query.builder.Select
concat, distinct, forall, foreach, function, function2, groupBy, limit, orderBy, select, selectAs
Methods inherited from interface com.lattix.core.query.builder.Statement
execute, execute, subQueryLink
Methods inherited from interface com.lattix.core.query.builder.TableValue
getTableClass
Methods 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