|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a general SQL clause.
Supported API: false
Extendable: false
Field Summary | |
static String |
COUNT
Label for the attribute; Number of items in the clause. |
Method Summary | |
String |
getClause(FromClause a_fromClause,
boolean a_useBind,
Vector a_tableInfos,
Vector a_aliases)
String representation of the clause. |
int |
getCount()
Gets the value of the attribute: COUNT. |
Field Detail |
public static final String COUNT
Method Detail |
public int getCount()
public String getClause(FromClause a_fromClause, boolean a_useBind, Vector a_tableInfos, Vector a_aliases) throws QueryException
a_fromClause
- a_useBind
- Indicates if bind parameters should be used.a_tableInfos
- a_aliases
-
QueryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |