| [ Index ] |
PHP Cross Reference of MyBB 1.8.39 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 728 lines (18 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
MysqlPdoDbDriver:: (36 methods):
getDsn()
explain_query()
list_tables()
table_exists()
field_exists()
simple_select()
insert_query()
insert_query_multiple()
update_query()
delete_query()
optimize_table()
analyze_table()
show_create_table()
show_fields_from()
is_fulltext()
supports_fulltext()
index_exists()
supports_fulltext_boolean()
create_fulltext_index()
drop_index()
drop_table()
rename_table()
replace_query()
drop_column()
add_column()
modify_column()
rename_column()
fetch_size()
fetch_db_charsets()
fetch_charset_collation()
build_create_table_collation()
escape_binary()
unescape_binary()
quote_val()
__set()
__get()
Class: MysqlPdoDbDriver - X-Ref
MyBB 1.8| getDsn($hostname, $db, $port, $encoding) X-Ref |
| Explanation of a query. |
| explain_query($string, $qtime) X-Ref |
| No description |
| list_tables($database, $prefix = '') X-Ref |
| No description |
| table_exists($table) X-Ref |
| No description |
| field_exists($field, $table) X-Ref |
| No description |
| simple_select($table, $fields = "*", $conditions = "", $options = array() X-Ref |
| No description |
| insert_query($table, $array) X-Ref |
| No description |
| insert_query_multiple($table, $array) X-Ref |
| No description |
| update_query($table, $array, $where = "", $limit = "", $no_quote = false) X-Ref |
| No description |
| delete_query($table, $where = "", $limit = "") X-Ref |
| No description |
| optimize_table($table) X-Ref |
| No description |
| analyze_table($table) X-Ref |
| No description |
| show_create_table($table) X-Ref |
| No description |
| show_fields_from($table) X-Ref |
| No description |
| is_fulltext($table, $index = "") X-Ref |
| No description |
| supports_fulltext($table) X-Ref |
| No description |
| index_exists($table, $index) X-Ref |
| No description |
| supports_fulltext_boolean($table) X-Ref |
| No description |
| create_fulltext_index($table, $column, $name = "") X-Ref |
| No description |
| drop_index($table, $name) X-Ref |
| No description |
| drop_table($table, $hard = false, $table_prefix = true) X-Ref |
| No description |
| rename_table($old_table, $new_table, $table_prefix = true) X-Ref |
| No description |
| replace_query($table, $replacements = array() X-Ref |
| No description |
| drop_column($table, $column) X-Ref |
| No description |
| add_column($table, $column, $definition) X-Ref |
| No description |
| modify_column($table, $column, $new_definition, $new_not_null = false, $new_default_value = false) X-Ref |
| No description |
| rename_column($table, $old_column, $new_column, $new_definition, $new_not_null = false, $new_default_value = false) X-Ref |
| No description |
| fetch_size($table = '') X-Ref |
| No description |
| fetch_db_charsets() X-Ref |
| No description |
| fetch_charset_collation($charset) X-Ref |
| No description |
| build_create_table_collation() X-Ref |
| No description |
| escape_binary($string) X-Ref |
| No description |
| unescape_binary($string) X-Ref |
| No description |
| quote_val($value, $quote="'") X-Ref |
param: int|string $value param: string $quote return: int|string |
| __set($name, $value) X-Ref |
| No description |
| __get($name) X-Ref |
| No description |
| 2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |