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 class
ISqlJetRaiseExpression.Action
"RAISE" expression's action.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISqlJetRaiseExpression.Action
getAction()
java.lang.String
getErrorMessage()
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Method Detail
-
getAction
ISqlJetRaiseExpression.Action getAction()
-
getErrorMessage
java.lang.String getErrorMessage()
-
-