From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- doc/html/classdba__mysqli.html | 310 ----------------------------------------- 1 file changed, 310 deletions(-) delete mode 100644 doc/html/classdba__mysqli.html (limited to 'doc/html/classdba__mysqli.html') diff --git a/doc/html/classdba__mysqli.html b/doc/html/classdba__mysqli.html deleted file mode 100644 index df0c38b6a..000000000 --- a/doc/html/classdba__mysqli.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - -The Red Matrix: dba_mysqli Class Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
dba_mysqli Class Reference
-
-
-
-Inheritance diagram for dba_mysqli:
-
-
- - -dba_driver - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Member Functions

 connect ($server, $port, $user, $pass, $db)
 
 q ($sql)
 
 escape ($str)
 
 close ()
 
 getdriver ()
 
- Public Member Functions inherited from dba_driver
 connect ($server, $port, $user, $pass, $db)
 Connect to the database. More...
 
 q ($sql)
 Perform a DB query with the SQL statement $sql. More...
 
 escape ($str)
 Escape a string before being passed to a DB query. More...
 
 close ()
 Close the database connection. More...
 
 getdriver ()
 Return text name for db driver. More...
 
 __construct ($server, $port, $user, $pass, $db, $install=false)
 
 get_null_date ()
 
 get_install_script ()
 
 utcnow ()
 
 install ($server, $user, $pass, $db)
 
 dbg ($dbg)
 Sets the database driver's debugging state. More...
 
 __destruct ()
 
 quote_interval ($txt)
 
 optimize_table ($table)
 
 concat ($fld, $sep)
 
 escapebin ($str)
 
 unescapebin ($str)
 
- - - - - - - - - - - - - - - - - -

-Additional Inherited Members

- Public Attributes inherited from dba_driver
const INSTALL_SCRIPT ='install/schema_mysql.sql'
 
const NULL_DATE = '0000-00-00 00:00:00'
 
const UTC_NOW = 'UTC_TIMESTAMP()'
 
 $connected = false
 
 $error = false
 
- Protected Attributes inherited from dba_driver
 $debug = 0
 
 $db
 
-

Member Function Documentation

- -
-
- - - - - - - -
dba_mysqli::close ()
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
dba_mysqli::connect ( $server,
 $port,
 $user,
 $pass,
 $db 
)
-
- -
-
- -
-
- - - - - - - - -
dba_mysqli::escape ( $str)
-
- -
-
- -
-
- - - - - - - -
dba_mysqli::getdriver ()
-
- -
-
- -
-
- - - - - - - - -
dba_mysqli::q ( $sql)
-
- -
-
-
The documentation for this class was generated from the following file: -
-
- -- cgit v1.2.3