wt.query
Interface SQLClause

All Superinterfaces:
Cloneable
All Known Implementing Classes:
ConditionsClause, ListClause

public interface SQLClause
extends Cloneable

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

COUNT

public static final String COUNT
Label for the attribute; Number of items in the clause.

Supported API: false

See Also:
Constant Field Values
Method Detail

getCount

public int getCount()
Gets the value of the attribute: COUNT. Number of items in the clause.

Supported API: false

Returns:
int

getClause

public String getClause(FromClause a_fromClause,
                        boolean a_useBind,
                        Vector a_tableInfos,
                        Vector a_aliases)
                 throws QueryException
String representation of the clause.

Supported API: false

Parameters:
a_fromClause -
a_useBind - Indicates if bind parameters should be used.
a_tableInfos -
a_aliases -
Returns:
String
Throws:
QueryException