Class | Description |
---|---|
![]() |
SQLquery class An SQL Statement Text Container. |
![]() |
DB Query class This class is the one which executes queries against the connected database. |
![]() |
DB Rows class Renders a query into data and allows access to the data either directly or via the usual get first,last,next,previous cursor navigation. |
![]() |
DB Records class Renders a query into data and allows access to the data either directly or via the usual get first,last,next,previous cursor navigation. |
![]() |
DB Select class A special case of the dbrecords class. |
![]() |
DB Delete class A special case of the dbquery class. This is for deleting rows from the database. |
![]() |
DB tablemod class Parent class for classes which only modify a single table. This means either update or inserts. This class is provided so we can define a common method for sequence definition. |
![]() |
DB Insert class A special case of the dbtablemod class. |
![]() |
DB Update class A special case of the dbquery class. This is for updating data in particular rows in the database. |
![]() |
DB seq class A class which allows the management and use of sequences. |
Date-time functions
Execute a DB command
A wrapper which caters for the 'command' type of SQL query where no results are reauired, such as for a DELETE or UPDATE, or INSERT etc. Returns true if all ok, otherwise returns false.
A wrapper which caters for queries which will return a record set identifier for returning data.
A wrapper to get the next sequence value from a named sequence..
Take out a lock on a table or tables, in a given mode. The mode string is database-specific and will vary according to the implementation of its locking scheme.
Start a DB transaction. Alias for begin_transaction()
Return DB transaction success status.
Documentation generated by phpDocumentor 1.3.0RC3