|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SQLAggregateIF
INTERNAL: Represents an aggregate function in a SQL query.
Field Summary | |
---|---|
static int |
COUNT
INTERNAL: Constant referring to the COUNT aggregate function. |
Method Summary | |
---|---|
java.lang.String |
getAlias()
INTERNAL: The column alias to use if this value is included in the projection. |
SQLAggregateIF |
getReference()
INTERNAL: Returns the referenced aggregate if one exists. |
int |
getType()
INTERNAL: Returns the aggregate function type indicated by one of the constants in the SQLAggregateIF interface. |
SQLValueIF |
getValue()
INTERNAL: Returns the SQLValueIF that the aggregate function is to be evaluated against. |
boolean |
isReference()
INTERNAL: Returns true if this aggregate is a reference to another. |
void |
setAlias(java.lang.String alias)
INTERNAL: Sets the column alias. |
void |
setValue(SQLValueIF value)
INTERNAL: Sets the SQLValueIF that the aggregate function is to be evaluated against. |
Field Detail |
---|
static final int COUNT
Method Detail |
---|
int getType()
SQLAggregateIF
interface.
SQLValueIF getValue()
void setValue(SQLValueIF value)
java.lang.String getAlias()
void setAlias(java.lang.String alias)
boolean isReference()
SQLAggregateIF getReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |