org.tmatesoft.sqljet.core.internal.schema
Class SqlJetCaseExpression

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
      extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetCaseExpression
All Implemented Interfaces:
ISqlJetCaseExpression, ISqlJetExpression

public class SqlJetCaseExpression
extends SqlJetExpression
implements ISqlJetCaseExpression


Constructor Summary
SqlJetCaseExpression(org.antlr.runtime.tree.CommonTree ast)
           
 
Method Summary
 java.util.List<ISqlJetExpression> getConditions()
           
 ISqlJetExpression getDefaultValue()
           
 ISqlJetExpression getExpression()
           
 java.util.List<ISqlJetExpression> getValues()
           
 java.lang.String toString()
           
 
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
 

Constructor Detail

SqlJetCaseExpression

public SqlJetCaseExpression(org.antlr.runtime.tree.CommonTree ast)
                     throws SqlJetException
Throws:
SqlJetException
Method Detail

getExpression

public ISqlJetExpression getExpression()
Specified by:
getExpression in interface ISqlJetCaseExpression

getConditions

public java.util.List<ISqlJetExpression> getConditions()
Specified by:
getConditions in interface ISqlJetCaseExpression

getValues

public java.util.List<ISqlJetExpression> getValues()
Specified by:
getValues in interface ISqlJetCaseExpression

getDefaultValue

public ISqlJetExpression getDefaultValue()
Specified by:
getDefaultValue in interface ISqlJetCaseExpression

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object