DBA
[ class tree: DBA ] [ index: DBA ] [ all elements ]

File: DBA.php

Source Location: /DBA-1.1.1/DBA.php

Classes:

DBA
DBA is a set of classes for handling and extending Berkeley DB style databases. It works around some of the quirks in the built-in dba functions in PHP (e.g. gdbm does not support dba_replace), has a file-based dbm engine for installations where dba support is not included in PHP.
DBA_Error
DBA_Error implements a class for reporting portable database error messages. Based on the PEAR::MDB implementation.

Page Details:

Includes:

require_once('PEAR.php') [line 27]

DBA_ERROR [line 34]

DBA_ERROR = -1
If you add an error code here, make sure you also add a textual version of it in DBA::errorMessage().

[ Top ]



DBA_ERROR_ALREADY_EXISTS [line 48]

DBA_ERROR_ALREADY_EXISTS = -15

[ Top ]



DBA_ERROR_CANNOT_CREATE [line 41]

DBA_ERROR_CANNOT_CREATE = -8

[ Top ]



DBA_ERROR_CANNOT_DROP [line 43]

DBA_ERROR_CANNOT_DROP = -10

[ Top ]



DBA_ERROR_CANNOT_OPEN [line 42]

DBA_ERROR_CANNOT_OPEN = -9

[ Top ]



DBA_ERROR_INVALID_MODE [line 40]

DBA_ERROR_INVALID_MODE = -7

[ Top ]



DBA_ERROR_NOSUCHDB [line 39]

DBA_ERROR_NOSUCHDB = -6

[ Top ]



DBA_ERROR_NOT_FOUND [line 47]

DBA_ERROR_NOT_FOUND = -14

[ Top ]



DBA_ERROR_NOT_OPEN [line 46]

DBA_ERROR_NOT_OPEN = -13

[ Top ]



DBA_ERROR_NOT_READABLE [line 44]

DBA_ERROR_NOT_READABLE = -11

[ Top ]



DBA_ERROR_NOT_WRITEABLE [line 45]

DBA_ERROR_NOT_WRITEABLE = -12

[ Top ]



DBA_ERROR_NO_DBNAME [line 38]

DBA_ERROR_NO_DBNAME = -5

[ Top ]



DBA_ERROR_NO_DRIVER [line 37]

DBA_ERROR_NO_DRIVER = -4

[ Top ]



DBA_ERROR_UNSUP_DRIVER [line 35]

DBA_ERROR_UNSUP_DRIVER = -2

[ Top ]



DBA_ERROR_UNSUP_PERSISTENCE [line 36]

DBA_ERROR_UNSUP_PERSISTENCE = -3

[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:59:54 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.