public class QTableColumn extends DomainRoot
source, sourceProperty| Constructor and Description |
|---|
QTableColumn(PathNode source,
String sourceProperty)
Constructor which instantiates a domain query path node.
|
QTableColumn(PathNode source,
String sourceProperty,
Expression expr)
Constructor which instantiates a domain query path node.
|
| Modifier and Type | Method and Description |
|---|---|
DataProperty |
characterSetName()
Returns a DSL data element for property, characterSetName.
|
DataProperty |
column_id()
Returns a DSL data element for property, column_id.
|
DataProperty |
columnName()
Returns a DSL data element for property, columnName.
|
DataProperty |
dataDefault()
Returns a DSL data element for property, dataDefault.
|
DataProperty |
dataLength()
Returns a DSL data element for property, dataLength.
|
DataProperty |
dataPrecision()
Returns a DSL data element for property, dataPrecision.
|
DataProperty |
dataScale()
Returns a DSL data element for property, dataScale.
|
DataProperty |
dataType()
Returns a DSL data element for property, dataType.
|
static QTableColumn |
newQuery()
Returns a new DSL query for Type TableColumn which can be used either as a query root or
as the start (entry point) for a new path predicate expression.
|
DataProperty |
nullable()
Returns a DSL data element for property, nullable.
|
DataProperty |
owner()
Returns a DSL data element for property, owner.
|
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 QTableColumn(PathNode source, String sourceProperty)
source - the source path nodesourceProperty - the source property logical namepublic QTableColumn(PathNode source, String sourceProperty, Expression expr)
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expressionpublic static QTableColumn newQuery()
public DataProperty characterSetName()
public DataProperty columnName()
public DataProperty column_id()
public DataProperty dataDefault()
public DataProperty dataLength()
public DataProperty dataPrecision()
public DataProperty dataScale()
public DataProperty dataType()
public DataProperty nullable()
public DataProperty owner()
public QTable table()
Copyright © 2017. All rights reserved.