|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--intradoc.data.ComparisonField
This object holds the elements of a where clause with one operand being substituted at execution time by data supplied by the calling thread. This object is used to build up queries using an explicit description instead of an SQL syntax. This is useful for performing queries against other data sources besides databases.
| Field Summary | |
static short |
COMPARE_EQUALS
|
static short |
COMPARE_GREATER_THAN
|
static short |
COMPARE_GT_OR_EQ
|
static short |
COMPARE_LESS_THAN
|
static short |
COMPARE_LIKE
|
static short |
COMPARE_LT_OR_EQ
|
static short |
COMPARE_NO_ACTION
|
static short |
COMPARE_NOT_EQUALS
|
java.lang.String |
m_alias
Name of parameterized argument supplied as the other operand in the comparison. |
java.lang.String |
m_name
Name of field which is having a comparison evaluated against it. |
int |
m_type
Type of comparison to perform. |
| Constructor Summary | |
ComparisonField()
Default constructor. |
|
| Method Summary | |
java.lang.String |
getArgName()
Gets name of alias used for performing argument substitution. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final short COMPARE_NO_ACTION
public static final short COMPARE_EQUALS
public static final short COMPARE_LESS_THAN
public static final short COMPARE_GREATER_THAN
public static final short COMPARE_NOT_EQUALS
public static final short COMPARE_GT_OR_EQ
public static final short COMPARE_LT_OR_EQ
public static final short COMPARE_LIKE
public java.lang.String m_name
public java.lang.String m_alias
public int m_type
| Constructor Detail |
public ComparisonField()
| Method Detail |
public java.lang.String getArgName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
(c) 1996-2005 All rights reserved. Stellent, Inc. |