public class SqlJetCastExpression extends SqlJetExpression implements ISqlJetCastExpression
| Constructor and Description |
|---|
SqlJetCastExpression(CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
ISqlJetExpression |
getExpression() |
ISqlJetTypeDef |
getType() |
java.lang.String |
toString() |
create, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuepublic SqlJetCastExpression(CommonTree ast)
throws SqlJetException
SqlJetExceptionpublic ISqlJetExpression getExpression()
getExpression in interface ISqlJetCastExpressionpublic ISqlJetTypeDef getType()
getType in interface ISqlJetCastExpressionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.