All Frameworks Class Hierarchy This Framework Indexes
Usage: you can freely reimplement this interface.
interface ENOVIQueryAttribute
Interface representing a Query.
Role
Queries are done by type so each pointer on an ENOVIQueryAttribute interface can be
used to query only for objects of a given type, if another query is needed,
one must obtain a pointer on another interface through the use of an
ENOVIAttributeDefinitions.
| public virtual get_QueryType( | oQueryType) |
| public virtual set_QueryType( | iQueryType) |
enum ENOVQueryType {
EQUAL,
DIFFERENT,
LOWER,
LOWER_OR_EQUAL,
GREATER,
GREATER_OR_EQUAL,
IS_NULL,
IS_LIKE,
IS_IN
}
Copyright © 2003, Dassault Systèmes. All rights reserved.