setDebugLevel()

(Custom) Sets the debug level for the current adapter configuration.

The following table lists the parameter:

Parameter Type Description
DebugLevel integer Sets the debug level to 0 (off), 1, 2, or 3.

0— No debug information displayed.

1—SQL commands executed against the database shown.

2—Binding data for each SQL command shown.

3—All debug information displayed.

Returns OK if successful or an error if not successful.