Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetCaseExpression
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetCaseExpression
Case expression.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Method Summary
Modifier and TypeMethodDescriptionjava.util.List<ISqlJetExpression>
java.util.List<ISqlJetExpression>
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Method Details
-
getExpression
ISqlJetExpression getExpression() -
getConditions
java.util.List<ISqlJetExpression> getConditions() -
getValues
java.util.List<ISqlJetExpression> getValues() -
getDefaultValue
ISqlJetExpression getDefaultValue()
-