|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ws.jaxme.sqls.impl.PartsImpl
org.apache.ws.jaxme.sqls.impl.ExpressionImpl
public class ExpressionImpl
Default implementation of Expression.
| Nested Class Summary | |
|---|---|
static class |
ExpressionImpl.TypeImpl
Default implementation of Expression.Type. |
| Nested classes/interfaces inherited from interface org.apache.ws.jaxme.sqls.Expression |
|---|
Expression.Type |
| Field Summary |
|---|
| Fields inherited from interface org.apache.ws.jaxme.sqls.Expression |
|---|
DIFFERENCE, PRODUCT, QUOTIENT, SUM |
| Constructor Summary | |
|---|---|
protected |
ExpressionImpl(Statement pStatement,
Expression.Type pType)
|
| Method Summary | |
|---|---|
int |
getMaximumParts()
Returns the maximum number of parts. |
int |
getMinimumParts()
Returns the minimum number of parts. |
Expression.Type |
getType()
Returns the expression type. |
| Methods inherited from class org.apache.ws.jaxme.sqls.impl.PartsImpl |
|---|
add, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPlaceholder, addRawSQLPart, createDIFFERENCE, createPRODUCT, createQUOTIENT, createSUM, getNumParts, getParts, getStatement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.ws.jaxme.sqls.Parts |
|---|
addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPlaceholder, addRawSQLPart, createDIFFERENCE, createPRODUCT, createQUOTIENT, createSUM, getNumParts, getParts |
| Constructor Detail |
|---|
protected ExpressionImpl(Statement pStatement,
Expression.Type pType)
| Method Detail |
|---|
public Expression.Type getType()
Expression
getType in interface Expressionpublic int getMinimumParts()
Parts
getMinimumParts in interface Partspublic int getMaximumParts()
Parts
getMaximumParts in interface Parts
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||