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 boolean
isReserved
(String word) Deprecated.Check ifword
is DFC reservedstatic String
Deprecated.Quote single attribute if it is reservedDeprecated.Quote the attributes with single quote if they are reserved
-
Method Details
-
isReserved
Deprecated.Check ifword
is DFC reserved- Parameters:
word
- string to check- Returns:
true
ifword
is 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
-