|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.wbem.query.Query
This class contains all the constants associated with conditional relations.
CIMClient
,
com.sun.wbem.query.BinaryRelQueryExp.java
Field Summary | |
static int |
EQ
Represents the equals conditional relation |
static int |
GE
Represents the >= conditional relation |
static int |
GT
Represents the greater than conditional relation |
static int |
ISA
Represents the ISA conditional relation for class membership. |
static int |
LE
Represents the <= conditional relation |
static int |
LIKE
Represents the 'like' conditional relation as defined in the SQL-92 standard. |
static int |
LT
Represents the less than conditional relation |
static int |
NE
Represents the not equals conditional relation |
static int |
NISA
|
static int |
NLIKE
Represents the 'not like' conditional relation as defined in the SQL-92 standard. |
Constructor Summary | |
Query()
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int GT
public static final int LT
public static final int GE
public static final int LE
public static final int EQ
public static final int NE
public static final int LIKE
public static final int NLIKE
public static final int ISA
public static final int NISA
Constructor Detail |
public Query()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |