Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetCaseExpression
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetCaseExpression
Case expression.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Method Details
-
getExpression
ISqlJetExpression getExpression() -
getConditions
List<ISqlJetExpression> getConditions() -
getValues
List<ISqlJetExpression> getValues() -
getDefaultValue
ISqlJetExpression getDefaultValue()
-