This function will rename a table in a schema, but not move it out of a schema.

renameTable(conn, schema, tableName, newTableName, ...)

Arguments

...

Additional arguments passed to the DatabaseConnector::dbSendStatement function