NBSqlException AddEsqlHandlerInserts Method IBM Integration Bus
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.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public void AddEsqlHandlerInserts(
	int sqlCode,
	string sqlState
)
See Also