Procedures and functions
This section lists in alphabetical order the functions and procedures that are provided by the mmodbc module.
| SQLcolumns | 
     Get the columns of a given table.
     | 
| SQLcommit | 
     Terminate the current transaction by committing any pending changes.
     | 
| SQLconnect | 
     Connect to a database.
     | 
| SQLdisconnect | 
     Terminate the active database connection.
     | 
| SQLexecute | 
     Execute an SQL command.
     | 
| SQLgetparam | 
     Get the value of an SQL parameter.
     | 
| SQLindices | 
     Get the list of indices of a given table.
     | 
| SQLparam | 
     Generate an SQL parameter.
     | 
| SQLprimarykeys | 
     Get the list of primary keys of a given table.
     | 
| SQLreadinteger | 
     Read an integer value from a database.
     | 
| SQLreadreal | 
     Read a real value from a database.
     | 
| SQLreadstring | 
     Read a string from a database.
     | 
| SQLrollback | 
     Terminate the current transaction by discarding any pending changes.
     | 
| SQLtables | 
     Get the list of tables available in the database.
     | 
| SQLupdate | 
     Update the selected data with the provided array(s).
     | 
 
