Da Wikipedia, l'enciclopedia libera.
| db.columns | Visualizza la lista di tutte le colonne di una tabella data.
|
| db.connect | Connessione al database attraverso DBMI.
|
| db.copy | Copy a table. Either 'from_table' (optionaly with 'where') can be used or 'select' option, but not 'from_table' and 'select' at the same time.
|
| db.describe | Descrive una tabella (in dettaglio).
|
| db.drivers | Lista di tutti i driver dei database.
|
| db.droptable |
|
| db.execute | Esegue alcuni comandi SQL.
|
| db.login | Setta user/password per driver/database.
|
| db.select | Seleziona dati dal database.
|
| db.tables | Lista di tutte le tabelle di un database.
|
| db.test | Test database driver, database must exist and set by db.connect.
|