|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.pds.PagingJoinCondition
Supported API: false
Extendable: false
Field Summary | |
private int |
classIndex
|
private static String |
CLASSNAME
|
private JoinIndex |
joinIndex
|
private int |
oidIndex
|
private static String |
RESOURCE
|
private int |
totalOid
|
Fields inherited from interface wt.pds.WhereCondition |
OUTER_JOIN_FROM_INDICIES |
Constructor Summary | |
PagingJoinCondition(int a_classIndex,
int a_oidIndex,
int a_totalOid)
Supported API: false |
Method Summary | |
int |
getClassIndex()
Gets the value of the attribute: classIndex. |
WhereExpression |
getExpression(Vector a_tables)
Returns the condition expression based on the specified concreate classes. |
JoinIndex |
getJoinIndex(int a_tableTotalSize)
Supported API: false |
int |
getOidIndex()
Gets the value of the attribute: oidIndex. |
int[] |
getOuterJoinFromIndicies()
Gets the value of the attribute: outerJoinFromIndicies; The index values in the From clause for any classes that use an outer join in this condition. |
int |
getTotalOid()
Gets the value of the attribute: totalOid. |
void |
setClassIndex(int a_ClassIndex)
Sets the value of the attribute: classIndex. |
void |
setOidIndex(int a_OidIndex)
Sets the value of the attribute: oidIndex. |
void |
setTotalOid(int a_TotalOid)
Sets the value of the attribute: totalOid. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private int classIndex
private int oidIndex
private int totalOid
private transient JoinIndex joinIndex
Constructor Detail |
public PagingJoinCondition(int a_classIndex, int a_oidIndex, int a_totalOid)
a_classIndex
- a_oidIndex
- a_totalOid
- Method Detail |
public int getClassIndex()
public void setClassIndex(int a_ClassIndex) throws WTPropertyVetoException
a_ClassIndex
-
WTPropertyVetoException
public int getOidIndex()
public void setOidIndex(int a_OidIndex) throws WTPropertyVetoException
a_OidIndex
-
WTPropertyVetoException
public int getTotalOid()
public void setTotalOid(int a_TotalOid) throws WTPropertyVetoException
a_TotalOid
-
WTPropertyVetoException
public JoinIndex getJoinIndex(int a_tableTotalSize)
getJoinIndex
in interface JoinCondition
a_tableTotalSize
-
public int[] getOuterJoinFromIndicies()
getOuterJoinFromIndicies
in interface WhereCondition
public WhereExpression getExpression(Vector a_tables) throws WTException
getExpression
in interface WhereCondition
a_tables
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |