org.tmatesoft.sqljet.core.schema
Interface ISqlJetCaseExpression
-
- All Superinterfaces:
- ISqlJetExpression
- All Known Implementing Classes:
- SqlJetCaseExpression
public interface ISqlJetCaseExpression extends ISqlJetExpression
Case expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.List<ISqlJetExpression>getConditions()ISqlJetExpressiongetDefaultValue()ISqlJetExpressiongetExpression()java.util.List<ISqlJetExpression>getValues()-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Method Detail
-
getExpression
ISqlJetExpression getExpression()
-
getConditions
java.util.List<ISqlJetExpression> getConditions()
-
getValues
java.util.List<ISqlJetExpression> getValues()
-
getDefaultValue
ISqlJetExpression getDefaultValue()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG