org.tmatesoft.sqljet.core.schema
Interface ISqlJetCaseExpression
- All Superinterfaces:
- ISqlJetExpression
public interface ISqlJetCaseExpression
- extends ISqlJetExpression
Case expression.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
getExpression
ISqlJetExpression getExpression()
getConditions
java.util.List<ISqlJetExpression> getConditions()
getValues
java.util.List<ISqlJetExpression> getValues()
getDefaultValue
ISqlJetExpression getDefaultValue()
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.