|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstantExpression | |
com.ptc.core.query.server.criteria | |
wt.fc.delete | |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.pds.sqlServer | |
wt.pom | Provides low-level, yet database independent, access to a database. |
wt.prefs | Uses the
PreferenceService to manage
Preferences . |
wt.query | Provides generic support for defining SQL queries
(see
QuerySpec and the various things
that can be appended to it) in a database
inedependent manner that should be used with the
PersistenceManager . |
Uses of ConstantExpression in com.ptc.core.query.server.criteria |
Methods in com.ptc.core.query.server.criteria that return ConstantExpression | |
private static ConstantExpression |
CriteriaUtil.getWildcardValue(WildcardSet a_set,
String a_stringCase,
boolean a_caseInsensitive)
|
Uses of ConstantExpression in wt.fc.delete |
Fields in wt.fc.delete declared as ConstantExpression | |
private static ConstantExpression |
MarkForDeleteAccessController.CONSTANT_0
|
Uses of ConstantExpression in wt.pds |
Fields in wt.pds declared as ConstantExpression | |
private static ConstantExpression |
PersistentJoinDelegate.PERSISTENT_REFERENCE_DELIMITER_EXPRESSION
|
private static ConstantExpression |
PersistentJoinDelegate.INDEX_START_FROM_END_EXPRESSION
|
private static ConstantExpression |
PersistentJoinDelegate.INDEX_OFFSET_EXPRESSION
|
private static ConstantExpression |
PersistentJoinDelegate.LATEST_IS_TRUE_EXPRESSION
|
private static ConstantExpression |
PersistableItemBuilder.TIMESTAMP_FORMAT_EXPRESSION
|
private static ConstantExpression |
AttributeItemBuilder.TIMESTAMP_FORMAT_EXPRESSION
|
Uses of ConstantExpression in wt.pds.sqlServer |
Fields in wt.pds.sqlServer declared as ConstantExpression | |
private static ConstantExpression |
SQLServerDMLGenerator.TIMESTAMP_FORMAT_EXPRESSION
|
Uses of ConstantExpression in wt.pom |
Fields in wt.pom declared as ConstantExpression | |
private static ConstantExpression |
PersistentObjectManager.ROLE_A_CONSTANT
|
private static ConstantExpression |
PersistentObjectManager.ROLE_B_CONSTANT
|
Uses of ConstantExpression in wt.prefs |
Fields in wt.prefs declared as ConstantExpression | |
private static ConstantExpression |
DBPrefEntry.search_sep
|
Uses of ConstantExpression in wt.query |
Subclasses of ConstantExpression in wt.query | |
class |
DateExpression
This class represents a date constant in a SQL statement. |
Methods in wt.query with parameters of type ConstantExpression | |
protected boolean |
ConstantExpression.readVersion(ConstantExpression thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |