|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.query.dsl.DomainObject
org.plasma.query.dsl.PathNode
org.plasma.query.dsl.DomainRoot
org.plasma.provisioning.rdb.mysql.v5_5.query.QTableColumn
public class QTableColumn
Represents a system column definition which is linked to its system Table definition by association.
Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableColumn. Data Store Mapping: Corresponds to the physical data store entity COLUMNS.
| Field Summary |
|---|
| Fields inherited from class org.plasma.query.dsl.PathNode |
|---|
expr, isRoot, type |
| Fields inherited from class org.plasma.query.dsl.DomainObject |
|---|
source, sourceProperty |
| Constructor Summary | |
|---|---|
QTableColumn(PathNode source,
java.lang.String sourceProperty)
Constructor which instantiates a domain query path node. |
|
QTableColumn(PathNode source,
java.lang.String sourceProperty,
Expression expr)
Constructor which instantiates a domain query path node. |
|
| Method Summary | |
|---|---|
DataProperty |
characterSetName()
Returns a DSL data element for property, characterSetName. |
DataProperty |
charMaxLength()
Returns a DSL data element for property, charMaxLength. |
DataProperty |
columnComment()
Returns a DSL data element for property, columnComment. |
DataProperty |
columnKey()
Returns a DSL data element for property, columnKey. |
DataProperty |
columnName()
Returns a DSL data element for property, columnName. |
DataProperty |
columnType()
Returns a DSL data element for property, columnType. |
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 |
octetMaxLength()
Returns a DSL data element for property, octetMaxLength. |
DataProperty |
owner()
Returns a DSL data element for property, owner. |
QTable |
table()
Returns a DSL query element for reference property, table. |
| Methods inherited from class org.plasma.query.dsl.DomainRoot |
|---|
clearOrderByClause, findGroupByClause, findOrderByClause, findWhereClause, getEndRange, getFromClause, getModel, getName, getSelectClause, getStartRange, getWhereClause, groupBy, orderBy, select, select, setEndRange, setName, setStartRange, where |
| Methods inherited from class org.plasma.query.dsl.PathNode |
|---|
getSource, getSourceProperty, group, isNotNull, isNull, isRoot, wildcard |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QTableColumn(PathNode source,
java.lang.String sourceProperty)
source - the source path nodesourceProperty - the source property logical name
public QTableColumn(PathNode source,
java.lang.String sourceProperty,
Expression expr)
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expression| Method Detail |
|---|
public static QTableColumn newQuery()
public DataProperty charMaxLength()
public DataProperty characterSetName()
public DataProperty columnComment()
public DataProperty columnKey()
public DataProperty columnName()
public DataProperty columnType()
public DataProperty dataPrecision()
public DataProperty dataScale()
public DataProperty dataType()
public DataProperty nullable()
public DataProperty octetMaxLength()
public DataProperty owner()
public QTable table()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||