Classes | |
| class | DB |
Énumérations | |
| enum | ADODB_PEAR |
| enum | DB_ERROR |
| enum | DB_AUTOQUERY_INSERT |
| enum | DB_AUTOQUERY_UPDATE |
| enum | DB_FETCHMODE_DEFAULT |
| enum | DB_FETCHMODE_ORDERED |
| enum | DB_FETCHMODE_ASSOC |
| enum | DB_GETMODE_ORDERED |
| enum | DB_GETMODE_ASSOC |
| enum | DB_TABLEINFO_ORDER |
| enum | DB_TABLEINFO_ORDERTABLE |
| enum | DB_TABLEINFO_FULL |
| enum ADODB_PEAR |
PEAR DB Emulation Layer for ADODB.
The following code is modelled on PEAR DB code by Stig Bakken <ssb@fast.no> | and Tomas V.V.Cox <cox@idecnet.com>. Portions (c)1997-2002 The PHP Group.
| enum DB_AUTOQUERY_INSERT |
| enum DB_AUTOQUERY_UPDATE |
| enum DB_ERROR |
| enum DB_FETCHMODE_ASSOC |
Column data indexed by column names
| enum DB_FETCHMODE_DEFAULT |
This is a special constant that tells DB the user hasn't specified any particular get mode, so the default should be used.
| enum DB_FETCHMODE_ORDERED |
Column data indexed by numbers, ordered from 0 and up
| enum DB_GETMODE_ASSOC |
| enum DB_GETMODE_ORDERED |
| enum DB_TABLEINFO_FULL |
| enum DB_TABLEINFO_ORDER |
these are constants for the tableInfo-function they are bitwised or'ed. so if there are more constants to be defined in the future, adjust DB_TABLEINFO_FULL accordingly
1.5.3