Class DQLReservedWords
java.lang.Object
com.emc.documentum.rest.dfc.query.DQLReservedWords
Deprecated.
please use com.emc.documentum.rest.filter.translator.dql.DQLReservedWords
DQL reserved words helper.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisReserved(String word) Deprecated.Check ifwordis DFC reservedstatic StringDeprecated.Quote single attribute if it is reservedDeprecated.Quote the attributes with single quote if they are reserved
-
Method Details
-
isReserved
Deprecated.Check ifwordis DFC reserved- Parameters:
word- string to check- Returns:
trueifwordis reserved
-
quote
Deprecated.Quote the attributes with single quote if they are reserved- Parameters:
attributes- attributes to quote- Returns:
- attributes which are not DFC reserved
-
quote
Deprecated.Quote single attribute if it is reserved- Parameters:
attribute- attribute to quote- Returns:
- attribute which are not DFC reserved
-