|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwCharacterStringLiteral | |
---|---|
com.wewebu.ow.csqlc | |
com.wewebu.ow.csqlc.ast |
Uses of OwCharacterStringLiteral in com.wewebu.ow.csqlc |
---|
Methods in com.wewebu.ow.csqlc that return OwCharacterStringLiteral | |
---|---|
protected OwCharacterStringLiteral |
OwCSQLCProcessor.createContentSearchLiteral(List<String> textSearchExpressions_p,
OwSearchCriteria criteria_p)
(overridable) Create a literal for the content search criteria, will return a null value if the provided expression list does not contain valid values (non-empty and non-null). |
protected OwCharacterStringLiteral |
OwCSQLCProcessor.createLiteral(OwSearchCriteria criteria_p,
String string_p)
|
Methods in com.wewebu.ow.csqlc with parameters of type OwCharacterStringLiteral | |
---|---|
protected abstract OwTextSearchPredicate |
OwCSQLCProcessor.createTextSearchPredicate(OwCharacterStringLiteral searchExpression_p,
OwColumnReference columnReference_p)
|
Uses of OwCharacterStringLiteral in com.wewebu.ow.csqlc.ast |
---|
Methods in com.wewebu.ow.csqlc.ast that return OwCharacterStringLiteral | |
---|---|
OwCharacterStringLiteral |
OwCharacterStringLiteral.append(String characterString_p)
Appends the specified string to this character sequence String contents and returns new OwCharacterStringLiteral based on the resulted
string literal contents. |
protected OwCharacterStringLiteral |
OwTextSearchPredicate.getSearchExpression()
Return the current search expression, defined during instantiation. |
OwCharacterStringLiteral |
OwCharacterStringLiteral.insert(int offset_p,
String characterString_p)
Inserts the specified string at the given offset into this character sequence String contents and returns new OwCharacterStringLiteral based on the resulted
string literal contents. |
OwCharacterStringLiteral |
OwCharacterStringLiteral.replace(int start_p,
int end_p,
String characterString_p)
Replaces the specified range from this character sequence String contents with the specified String and returns new OwCharacterStringLiteral based
on the resulted string literal contents. |
Constructors in com.wewebu.ow.csqlc.ast with parameters of type OwCharacterStringLiteral | |
---|---|
OwFolderPredicate(OwCharacterStringLiteral folderId_p,
boolean inTree_p,
OwFolderPredicateFormat format_p)
|
|
OwLikePredicate(OwColumnReference columnReference_p,
OwCharacterStringLiteral characterStringLiteral_p,
boolean negated_p,
OwPredicateFormat format_p)
Constructor |
|
OwLikePredicate(OwColumnReference columnReference_p,
OwCharacterStringLiteral characterStringLiteral_p,
OwPredicateFormat format_p)
Constructor |
|
OwTextSearchPredicate(OwCharacterStringLiteral searchExpression_p,
OwColumnReference columnReference_p,
OwColumnQualifier contentJoinedColumn_p,
String dialect_p)
Constructor for a text search predicate where every parameter can be null, but for a valid predicate at least the search expression should be a non-null and non-empty element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |