| DB |
| [ class tree: DB ] [ index: DB ] [ all elements ] |
|
Packages: DB Classes:
DB
Files:DB_common DB_dbase DB_Error DB_fbsql DB_ibase DB_ifx DB_msql DB_mssql DB_mysql DB_mysqli DB_oci8 DB_odbc DB_pgsql DB_result DB_sqlite DB_storage DB_sybase
common.php
DB.php dbase.php fbsql.php ibase.php ifx.php msql.php mssql.php mysql.php mysqli.php oci8.php odbc.php pgsql.php sqlite.php storage.php sybase.php |
[ Top ] $mysqli_types = array(
|
| Type: | array |
[line 49]
| Type: | mixed |
[line 46]
| Type: | mixed |
| Overrides: | Array |
[line 47]
| Type: | mixed |
| Overrides: | Array |
[line 48]
| Type: | mixed |
| Overrides: | Array |
[line 50]
| Type: | mixed |
|
|
| $onoff | — |
|
|
| string | $dsn | — | the data source name (see DB::parseDSN for syntax) |
| boolean | $persistent | — | (optional) whether the connection should be persistent |
| $dsninfo | — |
|
| string | $seq_name | — | name of the new sequence |
|
|
| string | $seq_name | — | name of the sequence to be deleted |
|
|
| string | $str | — | the string to be escaped |
|
| resource | $result | — | MySQL result identifier |
|
| string | $type | — | What kind of info you want to retrieve |
|
| $query | — | ||
| $from | — | ||
| $count | — | ||
| $params | — |
|
| integer | $errno | — | PEAR error number (usually a DB constant) if manually raising an error |
|
| string | $seq_name | — | name of the sequence |
| boolean | $ondemand | — | when true, the seqence is automatically created if it does not exist |
|
This method has not been implemented yet.
| resource | $result | — | a valid sql result resource |
|
| $result | $result | — | MySQL result identifier |
|
| resource | $result | — | MySQL result identifier |
|
Quoting style depends on which database driver is being used.
MySQL can't handle the backtick character (`) in table or column names.
| string | $str | — | identifier name to be quoted |
|
|
| string | $query | — | the SQL query |
|
WARNING: this method will probably not work because the mysqli_*() functions it relies upon may not exist.
| object|string | $result | — | DB_result object from a query or a string containing the name of a table |
| int | $mode | — | a valid tableInfo mode |