| Package | Description |
|---|---|
| org.plasma.query.dsl | |
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| org.plasma.sdo | |
| org.plasma.sdo.core |
| Modifier and Type | Method and Description |
|---|---|
DomainQuery |
DomainRoot.select(FunctionName func,
DataProperty property) |
DomainQuery |
DomainQuery.select(FunctionName func,
DataProperty property)
Appends the given property encapsulated by the giuven scalar function to
the select clause within this query and returns the query.
|
| Modifier and Type | Field and Description |
|---|---|
protected FunctionName |
Function.name |
| Modifier and Type | Method and Description |
|---|---|
static FunctionName |
FunctionName.fromValue(String v) |
FunctionName |
Function.getName()
Gets the value of the name property.
|
static FunctionName |
FunctionName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionName[] |
FunctionName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Function.setName(FunctionName value)
Sets the value of the name property.
|
| Constructor and Description |
|---|
Function(FunctionName name) |
Property(String name,
FunctionName function) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PlasmaDataObject.get(FunctionName func,
commonj.sdo.Property property)
Returns the scalar value for the given property associated with the given
scalar function.
|
void |
PlasmaDataObject.set(FunctionName func,
commonj.sdo.Property property,
Object value)
Sets the scalar value for the given property associated with the given
scalar function.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
CoreDataObject.get(FunctionName func,
commonj.sdo.Property property) |
void |
CoreDataObject.set(FunctionName func,
commonj.sdo.Property property,
Object value) |
Copyright © 2021. All rights reserved.