DALMP\DatabaseΒΆ
The DALMP\Database class contains a set of methods that allow to query a
database in a more easy and secure way.
The next table contains, 5 common methods for retrieving data:
| Name | Normal | Prepared Statements | Cache Normal | Cache Prepared Statements |
|---|---|---|---|---|
| all | GetAll | PGetAll | CacheGetAll | CachePGetAll |
| assoc | GetAssoc | PGetAssoc | CacheGetAssoc | CachePGetAssoc |
| col | GetCol | PGetCol | CacheGetCol | CachePGetCol |
| one | GetOne | PGetOne | CacheGetOne | CachePGetOne |
| row | GetRow | PGetRow | CacheGetRow | CachePGetRow |
See also
Any query or either for Inserting or Updating:
| Name | Normal | Prepared statements |
|---|---|---|
| Execute | Execute | PExecute |
See also
The available methods are:
- AutoExecute
- Cache
- CacheFlush
- Close
- CompleteTrans
- __construct
- csv
- debug
- ErrorMsg
- ErrorNum
- Execute
- FetchMode
- forceTruncate
- getAll / PgetAll
- getASSOC / PgetASSOC
- getCol / PgetCol
- getOne / PGetOne
- getRow / PgetRow
- getClientVersion
- getColumnNames
- getNumOfFields
- getNumOfRows
- getNumOfRowsAffected
- getServerVersion
- Insert_Id
- isConnected
- map
- multipleInsert
- PClose
- PExecute
- Pquery
- Prepare
- qstr
- Query
- renumber
- RollBackTrans
- StartTrans
- useCache
- UUID
- X
Thanks Navicat for supporting Open Source projects.
A great amount of time has been spent creating, crafting and maintaining this software, please consider donating.
Donating helps ensure continued support, development and availability.
comments powered by Disqus

