|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeywordExpression | |
com.ptc.windchill.enterprise.search.server | |
wt.pds.sqlServer | |
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 . |
wt.query.qml |
Uses of KeywordExpression in com.ptc.windchill.enterprise.search.server |
Fields in com.ptc.windchill.enterprise.search.server declared as KeywordExpression | |
private static KeywordExpression |
InheritFromSubjectAccessController.nullKeywordExpression
|
Uses of KeywordExpression in wt.pds.sqlServer |
Fields in wt.pds.sqlServer declared as KeywordExpression | |
private static KeywordExpression |
SQLServerDMLGenerator.VARCHAR_EXPRESSION
|
private static KeywordExpression |
SQLServerDMLGenerator.DATETIME_EXPRESSION
|
Uses of KeywordExpression in wt.query |
Fields in wt.query declared as KeywordExpression | |
private static KeywordExpression |
NullTableExpression.NULL_OID_ID
|
private static KeywordExpression |
NullTableExpression.NULL_OID_CLASSNAME
|
static KeywordExpression |
KeywordExpression.ROWNUM
Deprecated. as of R8.0, this keyword is not standard on all datastores. |
static KeywordExpression |
KeywordExpression.COLUMN_WILDCARD
Constant keyword expression representing all columns. |
static KeywordExpression |
KeywordExpression.NULL
Constant keyword expression representing SQL NULL. |
static KeywordExpression |
KeywordExpression.BIND_PARAMETER
Constant keyword expression representing a SQL bind parameter. |
Methods in wt.query that return KeywordExpression | |
static KeywordExpression |
KeywordExpression.newKeywordExpression(KeywordExpression a_keyword)
Creates a new KeywordExpression from the specified KeywordExpression constant. |
static KeywordExpression |
KeywordExpression.newKeywordExpression(KeywordExpression a_keyword,
Class a_javaType)
Creates a new KeywordExpression from the specified KeywordExpression constant and type. |
Methods in wt.query with parameters of type KeywordExpression | |
static KeywordExpression |
KeywordExpression.newKeywordExpression(KeywordExpression a_keyword)
Creates a new KeywordExpression from the specified KeywordExpression constant. |
static KeywordExpression |
KeywordExpression.newKeywordExpression(KeywordExpression a_keyword,
Class a_javaType)
Creates a new KeywordExpression from the specified KeywordExpression constant and type. |
static boolean |
KeywordExpression.isEqual(KeywordExpression k1,
KeywordExpression k2)
|
Uses of KeywordExpression in wt.query.qml |
Methods in wt.query.qml that return KeywordExpression | |
static KeywordExpression |
DTDConstants.getKeyword(String a_qmlKeyword)
|
Methods in wt.query.qml with parameters of type KeywordExpression | |
static String |
DTDConstants.getQmlKeyword(KeywordExpression a_keyword)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |