|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--planetj.database.sql.SQLToken
|
+--planetj.database.sql.AbstractExpressionToken
!!DA (6/11/2003 8:15:21 AM) documentation needed
| Field Summary | |
static String |
className
Class name. |
| Fields inherited from class planetj.database.sql.SQLToken |
WHITE_SPACE |
| Constructor Summary | |
AbstractExpressionToken()
ExpressionToken constructor comment. |
|
AbstractExpressionToken(String pToken,
TableStatement pStatement)
ExpressionToken constructor comment. |
|
| Method Summary | |
List |
getComparisonNames()
Gets a List containing the names of the columns in the SQLComparisons. |
List |
getComparisons()
Gets a List containing the SQLComparisons which comprise this ExpressionToken |
ValidationExceptionCollection |
getValidationExceptions()
Deprecated. (6/11/2003 8:18:59 AM) This method will not allow setting the Field's default value from a user property. Replaced by getValidationExceptions(ExecutingContext) |
ValidationExceptionCollection |
getValidationExceptions(ExecutingContext ec)
Be careful when you call this method because it is derived and spins through all the Fields of all the SQLComparisons in this expression token. |
boolean |
isContainsDisplayParameters()
Tests if this expression token contains one or more comparisons which have a display parameter for one or more of their values |
boolean |
isValueParameterPresent(int index)
Tests if at least one of this ExpressionToken's comparisons has a parameter for a value (i.e. |
void |
setToken(String pToken)
|
String |
toString()
|
| Methods inherited from class planetj.database.sql.SQLToken |
getStatement, getToken, isTokenParameter, isTokenWhiteSpace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String className
| Constructor Detail |
public AbstractExpressionToken()
public AbstractExpressionToken(String pToken,
TableStatement pStatement)
pToken - java.lang.String| Method Detail |
public List getComparisonNames()
public List getComparisons()
public ValidationExceptionCollection getValidationExceptions()
throws CMException
CMException
public ValidationExceptionCollection getValidationExceptions(ExecutingContext ec)
throws CMException
ec - context in which code is executing.
CMExceptionpublic boolean isContainsDisplayParameters()
public boolean isValueParameterPresent(int index)
public void setToken(String pToken)
setToken in class SQLTokenpublic String toString()
toString in class SQLToken
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||