File: DB.php
Source Location: /DB-1.9.2/DB.php
Classes:
DB
Database independent query interface
DB_Error
DB_Error implements a class for reporting portable database error messages
DB_result
This class implements a wrapper for a DB result set
DB_row
PEAR DB Row Object
Page Details:
Database independent query interface
PHP version 5 LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.
Includes:
require_once('PEAR.php') [line 30]
Obtain the PEAR class so it can be extended from
DB_AUTOQUERY_INSERT [line 320]
DB_AUTOQUERY_UPDATE [line 321]
DB_BINMODE_CONVERT [line 242]
DB_BINMODE_PASSTHRU [line 230]
DB_BINMODE_RETURN [line 235]
DB_ERROR [line 52]
DB_ERROR_ACCESS_VIOLATION [line 172]
DB_ERROR_ALREADY_EXISTS [line 72]
DB_ERROR_CANNOT_CREATE [line 122]
DB_ERROR_CANNOT_DROP [line 127]
DB_ERROR_CONNECT_FAILED [line 162]
DB_ERROR_CONSTRAINT [line 62]
DB_ERROR_CONSTRAINT_NOT_NULL [line 182]
DB_ERROR_DIVZERO [line 112]
DB_ERROR_EXTENSION_NOT_FOUND [line 167]
DB_ERROR_INVALID [line 87]
DB_ERROR_INVALID_DATE [line 107]
DB_ERROR_INVALID_DSN [line 157]
DB_ERROR_INVALID_NUMBER [line 102]
DB_ERROR_MISMATCH [line 82]
DB_ERROR_NEED_MORE_DATA [line 142]
DB_ERROR_NODBSELECTED [line 117]
DB_ERROR_NOSUCHDB [line 177]
DB_ERROR_NOSUCHFIELD [line 137]
DB_ERROR_NOSUCHTABLE [line 132]
DB_ERROR_NOT_CAPABLE [line 92]
DB_ERROR_NOT_FOUND [line 67]
DB_ERROR_NOT_LOCKED [line 147]
DB_ERROR_SYNTAX [line 57]
DB_ERROR_TRUNCATED [line 97]
DB_ERROR_UNSUPPORTED [line 77]
DB_ERROR_VALUE_COUNT_ON_ROW [line 152]
DB_FETCHMODE_ASSOC [line 269]
DB_FETCHMODE_DEFAULT [line 259]
DB_FETCHMODE_FLIPPED [line 283]
DB_FETCHMODE_OBJECT [line 274]
DB_FETCHMODE_ORDERED [line 264]
DB_GETMODE_ASSOC [line 290]
DB_GETMODE_FLIPPED [line 291]
DB_GETMODE_ORDERED [line 289]
DB_OK [line 47]
DB_PARAM_MISC [line 215]
DB_PARAM_OPAQUE [line 208]
DB_PARAM_SCALAR [line 200]
DB_PORTABILITY_ALL [line 389]
DB_PORTABILITY_DELETE_COUNT [line 360]
DB_PORTABILITY_ERRORS [line 378]
DB_PORTABILITY_LOWERCASE [line 350]
DB_PORTABILITY_NONE [line 344]
DB_PORTABILITY_NULL_TO_EMPTY [line 384]
DB_PORTABILITY_NUMROWS [line 365]
DB_PORTABILITY_RTRIM [line 355]
DB_TABLEINFO_FULL [line 312]
DB_TABLEINFO_ORDER [line 310]
DB_TABLEINFO_ORDERTABLE [line 311]
Documentation generated on Mon, 11 Mar 2019 16:04:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|