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 TypeMethodDescriptionMethods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Method Details
-
getAction
ISqlJetRaiseExpression.Action getAction() -
getErrorMessage
String getErrorMessage()
-