|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.ConditionsClause
wt.query.WhereClause
This class represents a WHERE SQL clause.
Supported API: false
Extendable: false
Nested Class Summary |
Nested classes inherited from class wt.query.ConditionsClause |
ConditionsClause.Item, ConditionsClause.SearchConditionInfo, ConditionsClause.StatusInfo |
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
protected static long |
OLD_SERIAL_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class wt.query.ConditionsClause |
DEBUG |
Fields inherited from interface wt.query.SQLClause |
COUNT |
Constructor Summary | |
WhereClause()
|
Method Summary | |
Object |
append(WhereExpression a_whereExpression,
TableExpression[] a_fromTables,
String[] a_aliases)
Appends a search condtion for the specified classes. |
protected void |
checkOuterJoin(WhereExpression a_whereExpression,
TableExpression[] a_fromTables)
Supported API: false |
private void |
checkSearchCondition(SearchCondition a_searchCondition,
TableExpression[] a_fromTables)
|
Object |
clone()
Returns a deep copy of this object. |
WhereClause |
getJoinWhereClause(String a_alias)
Supported API: false |
WhereClause |
getJoinWhereClause(String a_alias,
int a_outerNonJoinFromIndex)
Supported API: false |
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(WhereClause thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
protected static final long OLD_SERIAL_VERSION_UID
Constructor Detail |
public WhereClause()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ConditionsClause
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ConditionsClause
input
-
IOException
ClassNotFoundException
protected boolean readVersion(WhereClause 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 Object append(WhereExpression a_whereExpression, TableExpression[] a_fromTables, String[] a_aliases) throws QueryException
a_whereExpression
- a_fromTables
- a_aliases
-
QueryException
protected void checkOuterJoin(WhereExpression a_whereExpression, TableExpression[] a_fromTables)
checkOuterJoin
in class ConditionsClause
a_whereExpression
- a_fromTables
- public WhereClause getJoinWhereClause(String a_alias) throws QueryException
a_alias
-
QueryException
public WhereClause getJoinWhereClause(String a_alias, int a_outerNonJoinFromIndex) throws QueryException
a_alias
- a_outerNonJoinFromIndex
-
QueryException
public Object clone()
clone
in class ConditionsClause
private void checkSearchCondition(SearchCondition a_searchCondition, TableExpression[] a_fromTables)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |