File: |
abstractdb.class.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
AbstractDB Main Class |
Class: |
AbstractDB
Database access abstraction package |
Author: |
By Adrian Lehmann |
Last change: |
- Removed the result handle parameter from GetAffectedRows. This parameter was never required.
- Private method IsResource now sets an error if the $resource parameter is not a valid resource.
- Added a method to main class and drivers to get the values in the first column of a result set; FetchResultColumn()
- Added a method to main class and drivers to query and get the values in the first column of a result set; QueryColumn()
- Added a method to main class and drivers to get the value in the first column of the first row of a result set; FetchResultField()
- Added a method to main class and drivers to query and get the value in the first column of the first row of a result set; QueryField()
- Changed license from GNU General Public License to GNU Lesser General Public License. This is due to the fact that AbstractDB is planned to be included in future commercial applications developed by Pacific-Cybersoft. |
Date: |
19 years ago |
Size: |
34,415 bytes |
|
|
|