This is the ZMySQLDA Database Connection Object.
Returns a list of tables in the current database.
Begin a transaction (when TM is enabled).
Commit a transaction (when TM is enabled).
Rollback a transaction (when TM is enabled).
connection blah blah
Execute query_string
and return at most max_rows
.
Returns a list of column descriptions for table_name
.