public class SqlJetCaseExpression extends SqlJetExpression implements ISqlJetCaseExpression
| Constructor and Description |
|---|
SqlJetCaseExpression(CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ISqlJetExpression> |
getConditions() |
ISqlJetExpression |
getDefaultValue() |
ISqlJetExpression |
getExpression() |
java.util.List<ISqlJetExpression> |
getValues() |
java.lang.String |
toString() |
create, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuepublic SqlJetCaseExpression(CommonTree ast)
throws SqlJetException
SqlJetExceptionpublic ISqlJetExpression getExpression()
getExpression in interface ISqlJetCaseExpressionpublic java.util.List<ISqlJetExpression> getConditions()
getConditions in interface ISqlJetCaseExpressionpublic java.util.List<ISqlJetExpression> getValues()
getValues in interface ISqlJetCaseExpressionpublic ISqlJetExpression getDefaultValue()
getDefaultValue in interface ISqlJetCaseExpressionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.