|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.pds.LinkJoinCondition
This class specifies a join in terms of a navigable link class and role.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private Class |
fixedLinkClass
|
protected Class |
linkClass
|
private int |
linkFromIndex
|
protected LinkInfo |
linkInfo
|
protected static long |
OLD_FORMAT_VERSION_UID
|
protected static String |
REF_OBJECT_ID
|
protected static String |
REF_VERSION_ID
|
protected String |
referenceName
|
protected Class |
referenceType
|
private static String |
RESOURCE
|
private String |
role
|
(package private) static long |
serialVersionUID
|
Fields inherited from interface wt.pds.WhereCondition |
OUTER_JOIN_FROM_INDICIES |
Constructor Summary | |
LinkJoinCondition()
Supported API: false |
|
LinkJoinCondition(int a_linkFromIndex,
String a_role)
Supported API: false |
Method Summary | |
protected void |
buildReference(Vector a_tables)
|
abstract WhereExpression |
getExpression(Vector a_tables)
Returns the condition expression for this join. |
abstract JoinIndex |
getJoinIndex(int a_tableTotalSize)
Supported API: false |
int |
getLinkFromIndex()
Gets the value of the attribute: linkFromIndex; From index of the navigable link class Supported API: false |
abstract 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. |
(package private) static String |
getReferenceName(LinkInfo a_linkInfo,
String a_role)
|
String |
getRole()
Gets the value of the attribute: role; Navigable role that indicates the direction of the join Supported API: false |
protected Class |
getValidClass()
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(LinkJoinCondition thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
(package private) void |
setFixedLinkClass(Class a_fixedLinkClass)
|
void |
setLinkFromIndex(int a_LinkFromIndex)
Sets the value of the attribute: linkFromIndex; From index of the navigable link class Supported API: false |
void |
setRole(String a_Role)
Sets the value of the attribute: role; Navigable role that indicates the direction of the join Supported API: false |
String |
toString()
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private int linkFromIndex
private String role
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
protected transient String referenceName
protected transient Class referenceType
protected transient Class linkClass
protected transient LinkInfo linkInfo
private transient Class fixedLinkClass
protected static final String REF_OBJECT_ID
protected static final String REF_VERSION_ID
Constructor Detail |
public LinkJoinCondition()
public LinkJoinCondition(int a_linkFromIndex, String a_role)
a_linkFromIndex
- a_role
- Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(LinkJoinCondition thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public int getLinkFromIndex()
public void setLinkFromIndex(int a_LinkFromIndex)
a_LinkFromIndex
- public String getRole()
public void setRole(String a_Role)
a_Role
- public abstract int[] getOuterJoinFromIndicies()
getOuterJoinFromIndicies
in interface WhereCondition
public abstract WhereExpression getExpression(Vector a_tables) throws WTException
getExpression
in interface WhereCondition
a_tables
-
WTException
public abstract JoinIndex getJoinIndex(int a_tableTotalSize)
getJoinIndex
in interface JoinCondition
a_tableTotalSize
-
static String getReferenceName(LinkInfo a_linkInfo, String a_role) throws WTException
WTException
void setFixedLinkClass(Class a_fixedLinkClass)
protected void buildReference(Vector a_tables) throws WTException
WTException
protected Class getValidClass() throws WTException
WTException
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |