Procedural File: db.inc.php
Source Location: /db.inc.php
Classes:
Field
Encapsulates a table field
CustomConnection
CustomConnection, a common ancestor for all Connection objects
EDatabaseError
Exception for a DatabaseError
DataSet
DataSet component, base class to inherit and create dataset components
Datasource
DataSource provides an interface between a dataset component and data-aware controls on a form.
Page Details:
daAbort [line 30]
daFail [line 29]
deCheckBrowseMode [line 485]
deConnectChange [line 490]
deDataSetChange [line 480]
deDataSetScroll [line 481]
deDisabledStateChange [line 492]
deFieldChange [line 478]
deFieldListChange [line 487]
deFocusControl [line 488]
deLayoutChange [line 482]
deParentScroll [line 489]
dePropertyChange [line 486]
deReconcileError [line 491]
deRecordChange [line 479]
deUpdateRecord [line 483]
deUpdateState [line 484]
dsBlockRead [line 504]
dsBrowse [line 495]
dsCalcFields [line 499]
dsCurValue [line 503]
dsEdit [line 496]
dsFilter [line 500]
dsInactive [line 494]
dsInsert [line 497]
dsInternalCalc [line 505]
dsNewValue [line 501]
dsOldValue [line 502]
dsOpening [line 506]
dsSetKey [line 498]
databaseError [line 531]
void databaseError(
string $message, [Component $component = null])
|
|
Function to raise a Database Error Call DatabaseError to raise an EDatabaseError exception, using Message as the text for the exception. If a component is provided as the second parameter, the message is prefixed by the name of the component to help in interpreting the error message. Calling DatabaseError rather than creating and raising the exception directly in code reduces the overall code size of the application.
Tags:
Parameters
| string |
$message |
Message of the exception to show |
| Component |
$component |
Component is raising the exception |
Documentation generated on Sat, 13 Jun 2009 10:51:22 -0700 by phpDocumentor 1.4.1
|