|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Expression
This is the interface for an expression in a SQL string. Expressions can be of several types (see subclasses), but all expressions have a type. These types are used for type checking.
Method Summary | |
---|---|
java.lang.Class |
getType()
Get the return type of this expression. |
boolean |
isResolved()
Return true if expression has been fully resolved. |
Methods inherited from interface com.metamatrix.query.sql.LanguageObject |
---|
acceptVisitor, clone |
Method Detail |
---|
boolean isResolved()
java.lang.Class getType()
isResolved()
returns true).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |