|
||||||||||
| 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.oracle.g11.sys.query.QView
public class QView
Represents a system view definition
Generated Domain Specific Language (DSL) implementation class representing the domain model entity View. Data Store Mapping: Corresponds to the physical data store entity ALL_VIEWS.
| 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 | |
|---|---|
QView(PathNode source,
String sourceProperty)
Constructor which instantiates a domain query path node. |
|
QView(PathNode source,
String sourceProperty,
Expression expr)
Constructor which instantiates a domain query path node. |
|
| Method Summary | |
|---|---|
DataProperty |
editioningView()
Returns a DSL data element for property, editioningView. |
static QView |
newQuery()
Returns a new DSL query for Type View which can be used either as a query root or as the start (entry point) for a new path predicate expression. |
DataProperty |
oidText()
Returns a DSL data element for property, oidText. |
DataProperty |
oidTextLength()
Returns a DSL data element for property, oidTextLength. |
DataProperty |
owner()
Returns a DSL data element for property, owner. |
DataProperty |
readOnly()
Returns a DSL data element for property, readOnly. |
DataProperty |
superviewName()
Returns a DSL data element for property, superviewName. |
DataProperty |
text()
Returns a DSL data element for property, text. |
DataProperty |
textLength()
Returns a DSL data element for property, textLength. |
DataProperty |
typeText()
Returns a DSL data element for property, typeText. |
DataProperty |
typeTextLength()
Returns a DSL data element for property, typeTextLength. |
QViewColumn |
viewColumn()
Returns a DSL query element for reference property, viewColumn. |
QViewColumn |
viewColumn(Expression expr)
Returns a DSL query element for reference property, viewColumn, while adding the given path predicate expression. |
QViewColumnComment |
viewColumnComment()
Returns a DSL query element for reference property, viewColumnComment. |
QViewColumnComment |
viewColumnComment(Expression expr)
Returns a DSL query element for reference property, viewColumnComment, while adding the given path predicate expression. |
QViewComment |
viewComment()
Returns a DSL query element for reference property, viewComment. |
QViewComment |
viewComment(Expression expr)
Returns a DSL query element for reference property, viewComment, while adding the given path predicate expression. |
DataProperty |
viewName()
Returns a DSL data element for property, viewName. |
DataProperty |
viewType()
Returns a DSL data element for property, viewType. |
DataProperty |
viewTypeOwner()
Returns a DSL data element for property, viewTypeOwner. |
| 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 QView(PathNode source,
String sourceProperty)
source - the source path nodesourceProperty - the source property logical name
public QView(PathNode source,
String sourceProperty,
Expression expr)
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expression| Method Detail |
|---|
public static QView newQuery()
public DataProperty editioningView()
public DataProperty oidText()
public DataProperty oidTextLength()
public DataProperty owner()
public DataProperty readOnly()
public DataProperty superviewName()
public DataProperty text()
public DataProperty textLength()
public DataProperty typeText()
public DataProperty typeTextLength()
public QViewColumn viewColumn()
public QViewColumn viewColumn(Expression expr)
expr - the path predicate expression
public QViewColumnComment viewColumnComment()
public QViewColumnComment viewColumnComment(Expression expr)
expr - the path predicate expression
public QViewComment viewComment()
public QViewComment viewComment(Expression expr)
expr - the path predicate expression
public DataProperty viewName()
public DataProperty viewType()
public DataProperty viewTypeOwner()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||