| DB |
| [ class tree: DB ] [ index: DB ] [ all elements ] |
|
Packages: DB Files:
common.php
connect.inc DB.php dbase.php errors.inc fbsql.php fetchmodes.inc fetchmode_object.inc ibase.php ifx.php include.inc limit.inc mktable.inc msql.php mssql.php mysql.php mysqli.php numcols.inc numrows.inc oci8.php odbc.php pgsql.php prepexe.inc sequences.inc simplequery.inc skipif.inc skipif.inc sqlite.php storage.php sybase.php transactions.inc Classes: |
[ 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 |
|
|
|
|
| string | $dsn | — | the data source name (see DB::parseDSN for syntax) |
| boolean | $persistent | — | (optional) whether the connection should be persistent |
|
| 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 |
|
| 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 |