ezSQL Core module - database abstraction library to make it very easy to deal with databases. ezSQLcore can not be used by itself (it is designed for use by database specific modules).
Located in /shared/ez_sql_core.php (line 14)
Class | Description |
---|---|
ezSQL_postgresql | ezSQL Database specific class - PostgreSQL Desc..: PostgreSQL component (part of ezSQL databse abstraction library) |
ezSQL_codeigniter | ezSQL Database specific class - codeigniter Desc..: codeigniter component (part of ezSQL databse abstraction library) |
ezSQL_mssql | ezSQL Database specific class - mssql Microsoft Sql Server component (part of ezSQL databse abstraction library) - based on ezSql_mySql library class. |
ezSQL_pdo | ezSQL class - PDO Desc..: PDO component (part of ezSQL databse abstraction library) |
ezSQL_sybase | ezSQL class - Sybase ASE Desc..: Sybase ASE component (part of ezSQL database abstraction library) - based on ezSql_mssql library class. |
ezSQL_oracle8_9 | ezSQL Database specific class - Oracle 8 and 9 Desc..: Oracle 8i/9i component (part of ezSQL databse abstraction library) |
ezSQL_oracleTNS | ezSQL Database specific class with TNS connection Desc..: Oracle TNS component (part of ezSQL databse abstraction library) |
ezSQL_mysql | ezSQL Database specific class - mySQL Desc..: mySQL component (part of ezSQL databse abstraction library) |
Contains the number of affected rows of a query
Using the cache directory
Insert queries into the cache
Caching queries
The cache timeout in hours
Captured errors
The last column info
Whether the database connection is established, or not
The database connection object
The time it took to establish a connection
same as $trace
Debug is called
== TJH == default now needed for echo of debug function
The default for returning errors, turn it of, if you are not interested in seeing your database errors
Using profiling
Get data from disk cache
The last error object
The last query object
The last query result
Number of queries
Array for storing profiling times
Use a SQL log file
Timers
The total query time
same as $debug_all
The trace log
Using disk cache
Use the trace log
Vardump called
Returns the affected rows of a query
Displays the last query string that was sent to the database & a table listing results (if there were any).
(Abstracted into a seperate files to save server overhead).
Naughty little function to ask for some remuniration!
An alias for vardump method
Constructor of ezSQL
Kill cached query results
Returns the current show error state
Get the query cache of a query
Function to get 1 column from the cached result set based in X index see docs for usage and info
Function to get column meta data info pertaining to the last query See docs for more info and usage
Return the the query as a result set - see docs for more details
Get one row from the DB - see docs for more detail
Get one variable from the DB - see docs for more detail
Turn error handling off
Returns, whether a database connection is established, or not
Print SQL/DB error - over-ridden by specific DB class
Turn error handling on, by default error handling is on
Store the cache
Returns the elapsed time of the given timer by name
Get current time
Start a timer by name
Update the global timer with an existing timer
Dumps the contents of any input variable to screen in a nicely formatted and easy to understand way - any type: Object, public or Array
Documentation generated on Mon, 26 Aug 2013 23:22:20 +0200 by phpDocumentor 1.4.4