CONNECTION MANAGEMENT ====================================
Alias for insert_sql
Disconnects from the database if already connected. Otherwise, this method does nothing.
Alias for exec_delete
Alias for exec_query
Executes the SQL statement in the context of this connection.
DATABASE STATEMENTS ======================================
QUOTING ==================================================
Returns an array of record hashes with the column names as keys and column values as values.
Returns an array of arrays containing the field values. Order is the same as that returned by columns.
[Validate]