Class SqlJetCaseExpression
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetCaseExpression
- All Implemented Interfaces:
ISqlJetCaseExpression
,ISqlJetExpression
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.util.List<ISqlJetExpression>
java.util.List<ISqlJetExpression>
java.lang.String
toString()
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Constructor Details
-
SqlJetCaseExpression
- Throws:
SqlJetException
-
-
Method Details
-
getExpression
- Specified by:
getExpression
in interfaceISqlJetCaseExpression
-
getConditions
- Specified by:
getConditions
in interfaceISqlJetCaseExpression
-
getValues
- Specified by:
getValues
in interfaceISqlJetCaseExpression
-
getDefaultValue
- Specified by:
getDefaultValue
in interfaceISqlJetCaseExpression
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-