Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetRaiseExpression
-
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetRaiseExpression
public interface ISqlJetRaiseExpression extends ISqlJetExpression
"RAISE" expression.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classISqlJetRaiseExpression.Action"RAISE" expression's action.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISqlJetRaiseExpression.ActiongetAction()java.lang.StringgetErrorMessage()-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Method Detail
-
getAction
ISqlJetRaiseExpression.Action getAction()
-
getErrorMessage
java.lang.String getErrorMessage()
-
-