4.24.5.2. AbstractSQLNetProxy methods

MethodDescription
connectRequest(self, connect_data) Function called when the client issues a CONNECT request.

Table 4.71. Method summary

Method connectRequest(self, connect_data)

This function is called when the client issues a CONNECT request, to have a chance to validate and change the CONNECT string sent by the client. The connect string can be found in the parameter connect_data. The function has to return a logical TRUE or FALSE value, i.e. SQLNET_ACCEPT or SQLNET_ABORT.

Arguments of connectRequest
connect_data (unknown, n/a:n/a)
Default: n/a
The connect string as sent by the client.