Inheritance diagram for BigSWAF::DBCapsulator::DBI:

Public Member Functions | |
Public Object Methods | |
| retval | dbh (scalar handle) |
| retval | create_table () |
| retval | search (scalar filter) |
| retval | search (scalar filter) |
| retval | getnext () |
| Get the next result record of a previous search(). | |
| retval | add (scalar record) |
| retval | delete (scalar record) |
| retval | update (scalar record) |
| retval | close () |
| Closes the database connection. | |
Public Functions | |
| retval | connect (scalar this, scalar dbcfg) |
|
|
|
|
|
Closes the database connection.
Reimplemented from BigSWAF::DBCapsulator. |
|
||||||||||||
|
|
|
|
Reimplemented in BigSWAF::DBCapsulator::DBI_CSV. |
|
|
|
|
|
|
|
|
Get the next result record of a previous search(). The record is a hash with the keys being field names and values being the field values.
Reimplemented from BigSWAF::DBCapsulator. |
|
|
|
|
|
|
|
|
|
1.4.5