SQLJet Home

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)

Method Summary
 java.util.List<ISqlJetExpression> getConditions()
           
 ISqlJetExpression getDefaultValue()
           
 ISqlJetExpression getExpression()
           
 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()

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.