Class SqlJetRaiseExpression
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetRaiseExpression
-
- All Implemented Interfaces:
ISqlJetExpression
,ISqlJetRaiseExpression
public class SqlJetRaiseExpression extends SqlJetExpression implements ISqlJetRaiseExpression
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetRaiseExpression
ISqlJetRaiseExpression.Action
-
-
Constructor Summary
Constructors Constructor Description SqlJetRaiseExpression(org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISqlJetRaiseExpression.Action
getAction()
java.lang.String
getErrorMessage()
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
-
-
-
-
Method Detail
-
getAction
public ISqlJetRaiseExpression.Action getAction()
- Specified by:
getAction
in interfaceISqlJetRaiseExpression
-
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessage
in interfaceISqlJetRaiseExpression
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-