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, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public SqlJetCaseExpression(CommonTree ast) throws SqlJetException
SqlJetException
public ISqlJetExpression getExpression()
getExpression
in interface ISqlJetCaseExpression
public java.util.List<ISqlJetExpression> getConditions()
getConditions
in interface ISqlJetCaseExpression
public java.util.List<ISqlJetExpression> getValues()
getValues
in interface ISqlJetCaseExpression
public ISqlJetExpression getDefaultValue()
getDefaultValue
in interface ISqlJetCaseExpression
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.