SQLJet Home

org.tmatesoft.sqljet.core.schema
Interface ISqlJetRaiseExpression

All Superinterfaces:
ISqlJetExpression

public interface ISqlJetRaiseExpression
extends ISqlJetExpression

"RAISE" expression.

Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)

Nested Class Summary
static class ISqlJetRaiseExpression.Action
          "RAISE" expression's action.
 
Method Summary
 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()

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.