File: |
Oracle.lib.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
Oracle wrapper for PHP |
Class: |
Oracle wrapper
Oracle database access wrapper class |
Author: |
By Tarmo Protsin |
Last change: |
2007-07-26 Oracle transaction support added by sina.salek.ws:
- _commitMode variable
- startTransaction() method //start a transaction
- commit() method //apply changes to database
- rollback() method //rollback changes within current open transaction
- insert() & update() method
- query stack (keeps the last and all of executed tables)
- _queriesStack variale //contains all of executed sql(s)
- _lastQuery variable //contains the last executed query
- registerQuery() method //add query to queries stack
- getLastQuery() method //get the last executed query
2007-07-26 Added more comments to class and methods. |
Date: |
17 years ago |
Size: |
8,291 bytes |
|
|
|