|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringDataProperty | |
|---|---|
| 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 | PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. |
| Uses of StringDataProperty in org.plasma.query |
|---|
| Methods in org.plasma.query that return StringDataProperty | |
|---|---|
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 |
| Uses of StringDataProperty in org.plasma.query.dsl |
|---|
| Classes in org.plasma.query.dsl that implement StringDataProperty | |
|---|---|
class |
DataNode
A domain query node which is a data property end point within a query graph. |
| Methods in org.plasma.query.dsl that return StringDataProperty | |
|---|---|
StringDataProperty |
DataNode.lowerCase()
|
StringDataProperty |
DataNode.normalizeSpace()
|
StringDataProperty |
DataNode.substringAfter(String value)
|
StringDataProperty |
DataNode.substringBefore(String value)
|
StringDataProperty |
DataNode.upperCase()
|
| Uses of StringDataProperty in org.plasma.query.model |
|---|
| Classes in org.plasma.query.model that implement StringDataProperty | |
|---|---|
class |
Property
|
| Methods in org.plasma.query.model that return StringDataProperty | |
|---|---|
StringDataProperty |
Property.lowerCase()
|
StringDataProperty |
Property.normalizeSpace()
|
StringDataProperty |
Property.substringAfter(String value)
|
StringDataProperty |
Property.substringBefore(String value)
|
StringDataProperty |
Property.upperCase()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||