| Package | Description |
|---|---|
| org.plasma.query |
The PlasmaQuery� API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store. |
| org.plasma.query.dsl | |
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
StringDataProperty |
StringDataProperty.lowerCase()
Constructs a function, which returns the lower case for the string data,
and returns this data property for use in subsequent operations
|
StringDataProperty |
StringDataProperty.normalizeSpace()
Constructs a function, which removes leading and trailing spaces from the
specified string, and replaces all internal sequences of white space with
one and returns the result.
|
StringDataProperty |
StringDataProperty.substringAfter(String value)
Constructs a function, which returns the tail of the string data after the
given string value occurs in it, and returns this data property for use in
subsequent operations
|
StringDataProperty |
StringDataProperty.substringBefore(String value)
Constructs a function, which returns the start of the string data before
the given string value occurs in it, and returns this data property for use
in subsequent operations
|
StringDataProperty |
StringDataProperty.upperCase()
Constructs a function, which returns the upper case for the string data,
and returns this data property for use in subsequent operations
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataNode
A domain query node which is a data property end point within a query graph.
|
| Modifier and Type | Method and Description |
|---|---|
StringDataProperty |
DataNode.lowerCase() |
StringDataProperty |
DataNode.normalizeSpace() |
StringDataProperty |
DataNode.substringAfter(String value) |
StringDataProperty |
DataNode.substringBefore(String value) |
StringDataProperty |
DataNode.upperCase() |
| Modifier and Type | Class and Description |
|---|---|
class |
Property |
| Modifier and Type | Method and Description |
|---|---|
StringDataProperty |
Property.lowerCase() |
StringDataProperty |
Property.normalizeSpace() |
StringDataProperty |
Property.substringAfter(String value) |
StringDataProperty |
Property.substringBefore(String value) |
StringDataProperty |
Property.upperCase() |
Copyright © 2021. All rights reserved.