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.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public void AddEsqlHandlerInserts(
int sqlCode,
string sqlState
)
public void AddEsqlHandlerInserts(
int sqlCode,
string sqlState
)
Public Sub AddEsqlHandlerInserts (
sqlCode As Integer,
sqlState As String
)
Public Sub AddEsqlHandlerInserts (
sqlCode As Integer,
sqlState As String
)
public:
void AddEsqlHandlerInserts(
int sqlCode,
String^ sqlState
)
public:
void AddEsqlHandlerInserts(
int sqlCode,
String^ sqlState
)
member AddEsqlHandlerInserts :
sqlCode : int *
sqlState : string -> unit
member AddEsqlHandlerInserts :
sqlCode : int *
sqlState : string -> unit