DbBeginTrans() | Starts new transaction over the connected database |
---|---|
DbClose() | Disconnection of the PmaAdo object of the database and release of all stored AdoRecordset objects |
DbCommitTrans() | Confirms transaction over connected database |
DbConnectionParams | Additional parameters of database connection |
DbConnectionString | Database connection parameters |
DbExecute() | Executes the statement entered in the SQL language syntax |
DbIsOpen() | Test whether the PmaAdo object has the database connection |
DbOpen() | Connection of the PmaAdo object to the database |
DbRollbackTrans() | Cancells transaction over connected database |
LastErr | The numeric error code of the result of the last executed method (property) of the PmaAdo object |
LastTextErr | The text description of the last executed method (property) of the PmaAdo object |
RsClose() | Releases the stored AdoRecordset object with the specified identifier |
RsGet() | Returns the stored AdoRecordset object with the specified identifier, that has been created previously by calling the RsOpen method |
RsIsOpen() | Test the existence of the AdoRecordset object with the specified identifier |
RsOpen() | Executes the SQL query SELECT and provides the resulting data in the form of the AdoRecordset object (set of records) |
AddEvent() | Registers a function into the specified event |
---|---|
GetOwnedByIndex() | Returns the subobject defined by its index |
GetOwnedByName() | Returns reference to the subobject defined by its name |
GetOwnedByType() | Returns an array of references to the subobjects |
GetOwnedNum() | Returns number of subobjects in the object |
GetPar() | Reading the value of the Pma object parameter (or its parents) |
GetPathName() | Object name with the path to this object |
GetPermission() | Returns permission of corresponding operation from object |
Methods | Access to designer methods of this object |
Name | Object name (without the path) |
Parent | Returns reference to the parent Pma object |
Pm() | Returns reference to the Pma object or to its implementation subobject |
RemoveEvent() | Unregisters the function in the specified event |
Root | Returns reference to the root application object PmaRoot |
onStart | Is triggered for each object in runtime only once at the beginning |
---|---|
onStop | Is triggered for each Pma object in runtime only once at the stop of the application |
Object | General information about the object |
---|---|
Events | Definition of object events algorithms |
ADO | Basic settings for database access via the ADO |
Methods | Definition of designer method of the object |
AdoField | (ADO Field) The ADO Field object contains the column information |
---|---|
AdoRecord | (ADO Record) The ADO Record object represents a single record |
AdoRecordset | (ADO Recordset) The ADO Recordset object represents a set of records |
Collection | Collection (array, list) of some values or objects |