WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
AddEsqlHandlerInserts Method (sqlCode, sqlState)
NamespacesIBM.Broker.PluginNBSqlExceptionAddEsqlHandlerInserts(Int32, String)
SUMMARY
AddEsqlHandlerInserts adds information to the exception that allows an ESQL HANDLER to easily handle this exception by the specified sql code. This method constructs ESQL Handler ready inserts with the specified SQL code and state.
Declaration Syntax
C#Visual BasicVisual C++F#
public void AddEsqlHandlerInserts(
	int sqlCode,
	string sqlState
)
Public Sub AddEsqlHandlerInserts ( _
	sqlCode As Integer, _
	sqlState As String _
)
public:
void AddEsqlHandlerInserts(
	int sqlCode, 
	String^ sqlState
)
member AddEsqlHandlerInserts : 
        sqlCode:int * 
        sqlState:string -> unit 
Parameters
sqlCode (Int32)
The SQL code.
sqlState (String)
The SQL state.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0