public class QTableColumnKeyUsage extends DomainRoot
source, sourceProperty| Constructor and Description |
|---|
QTableColumnKeyUsage(PathNode source,
String sourceProperty)
Constructor which instantiates a domain query path node.
|
QTableColumnKeyUsage(PathNode source,
String sourceProperty,
Expression expr)
Constructor which instantiates a domain query path node.
|
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
columnName()
Returns a DSL data element for property, columnName.
|
DataProperty |
name()
Returns a DSL data element for property, name.
|
static QTableColumnKeyUsage |
newQuery()
Returns a new DSL query for Type TableColumnKeyUsage which can be used either as a query root or
as the start (entry point) for a new path predicate expression.
|
DataProperty |
owner()
Returns a DSL data element for property, owner.
|
DataProperty |
referencedColumnName()
Returns a DSL data element for property, referencedColumnName.
|
DataProperty |
referencedTableName()
Returns a DSL data element for property, referencedTableName.
|
DataProperty |
referencedTableSchema()
Returns a DSL data element for property, referencedTableSchema.
|
QTable |
table()
Returns a DSL query element for reference property, table.
|
addConfigurationProperty, clearOrderByClause, findGroupByClause, findJoinClauses, findOrderByClause, findWhereClause, getConfigurationProperty, getEndRange, getFromClause, getModel, getName, getSelectClause, getStartRange, getWhereClause, groupBy, orderBy, select, select, setEndRange, setName, setStartRange, wheredataWildcard, getSource, getSourceProperty, group, isNotNull, isNull, isRoot, referenceWildcard, subclassDataWildcard, wildcardpublic QTableColumnKeyUsage(PathNode source, String sourceProperty)
source - the source path nodesourceProperty - the source property logical namepublic QTableColumnKeyUsage(PathNode source, String sourceProperty, Expression expr)
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expressionpublic static QTableColumnKeyUsage newQuery()
public DataProperty columnName()
public DataProperty name()
public DataProperty owner()
public DataProperty referencedColumnName()
public DataProperty referencedTableName()
public DataProperty referencedTableSchema()
public QTable table()
Copyright © 2017. All rights reserved.