Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetRaiseExpression
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetRaiseExpression
"RAISE" expression.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
"RAISE" expression's action. -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Method Details
-
getAction
ISqlJetRaiseExpression.Action getAction() -
getErrorMessage
java.lang.String getErrorMessage()
-