Executes a sql statement and enter the information into the logs.

ExecuteLogged(cur, stmt, ...)

Arguments

cur

ConnectionContext$connection
Database Cursor to execute the statement.

stmt

character
SQL statement to be executed.

...

Reserved parameter.

Value

Output of SQL statment execution.