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

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]

daAbort = 'daAbort'

[ Top ]



daFail [line 29]

daFail = 'daFail'
This file is part of the VCL for PHP project

Copyright (c) 2004-2008 qadram software S.L. <support@qadram.com>

Checkout AUTHORS file for more information on the developers

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA



[ Top ]



deCheckBrowseMode [line 485]

deCheckBrowseMode = 8

[ Top ]



deConnectChange [line 490]

deConnectChange = 13

[ Top ]



deDataSetChange [line 480]

deDataSetChange = 3

[ Top ]



deDataSetScroll [line 481]

deDataSetScroll = 4

[ Top ]



deDisabledStateChange [line 492]

deDisabledStateChange = 15

[ Top ]



deFieldChange [line 478]

deFieldChange = 1

[ Top ]



deFieldListChange [line 487]

deFieldListChange = 10

[ Top ]



deFocusControl [line 488]

deFocusControl = 11

[ Top ]



deLayoutChange [line 482]

deLayoutChange = 5

[ Top ]



deParentScroll [line 489]

deParentScroll = 12

[ Top ]



dePropertyChange [line 486]

dePropertyChange = 9

[ Top ]



deReconcileError [line 491]

deReconcileError = 14

[ Top ]



deRecordChange [line 479]

deRecordChange = 2

[ Top ]



deUpdateRecord [line 483]

deUpdateRecord = 6

[ Top ]



deUpdateState [line 484]

deUpdateState = 7

[ Top ]



dsBlockRead [line 504]

dsBlockRead = 11

[ Top ]



dsBrowse [line 495]

dsBrowse = 2

[ Top ]



dsCalcFields [line 499]

dsCalcFields = 6

[ Top ]



dsCurValue [line 503]

dsCurValue = 10

[ Top ]



dsEdit [line 496]

dsEdit = 3

[ Top ]



dsFilter [line 500]

dsFilter = 7

[ Top ]



dsInactive [line 494]

dsInactive = 1

[ Top ]



dsInsert [line 497]

dsInsert = 4

[ Top ]



dsInternalCalc [line 505]

dsInternalCalc = 12

[ Top ]



dsNewValue [line 501]

dsNewValue = 8

[ Top ]



dsOldValue [line 502]

dsOldValue = 9

[ Top ]



dsOpening [line 506]

dsOpening = 13

[ Top ]



dsSetKey [line 498]

dsSetKey = 5

[ Top ]




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:

see:  EDatabaseError


Parameters

string   $message   Message of the exception to show
Component   $component   Component is raising the exception
[ Top ]



Documentation generated on Sat, 13 Jun 2009 10:51:22 -0700 by phpDocumentor 1.4.1