Métodos públicos | |
connect ($config) | |
query ($sql) | |
fetch_array ($resultQuery= '', $opt= '') | |
close () | |
num_rows ($resultQuery= '') | |
field_name ($number, $resultQuery= '') | |
data_seek ($number, $resultQuery= '') | |
affected_rows ($result_query= '') | |
error ($err= '') | |
no_error () | |
in_query ($sql, $type=db::DB_BOTH) | |
in_query_assoc ($sql) | |
in_query_num ($sql) | |
fetch_one ($sql) | |
fetch_all ($sql) | |
insert ($table, $values, $pk= '') | |
update ($table, $fields, $values, $where_condition=null) | |
delete ($table, $where_condition) | |
limit ($sql) | |
begin () | |
rollback () | |
commit () | |
list_tables () | |
describe_table ($table, $schema= '') | |
last_insert_id ($table= '', $primary_key= '') | |
create_table ($table, $definition, $index=array()) | |
drop_table ($table, $if_exists=false) | |
table_exists ($table, $schema= '') |
Definición en la línea 23 del archivo db_base_interface.php.
affected_rows | ( | $ | result_query = '' |
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
begin | ( | ) |
Implementado en DbInformix, y DbOracle.
close | ( | ) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
commit | ( | ) |
Implementado en DbInformix.
connect | ( | $ | config | ) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
create_table | ( | $ | table, | |
$ | definition, | |||
$ | index = array() | |||
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
data_seek | ( | $ | number, | |
$ | resultQuery = '' | |||
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
delete | ( | $ | table, | |
$ | where_condition | |||
) |
Implementado en DbInformix.
describe_table | ( | $ | table, | |
$ | schema = '' | |||
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
drop_table | ( | $ | table, | |
$ | if_exists = false | |||
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
error | ( | $ | err = '' |
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
fetch_all | ( | $ | sql | ) |
fetch_array | ( | $ | resultQuery = '' , |
|
$ | opt = '' | |||
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
fetch_one | ( | $ | sql | ) |
Implementado en DbFirebird.
field_name | ( | $ | number, | |
$ | resultQuery = '' | |||
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
in_query | ( | $ | sql, | |
$ | type = db::DB_BOTH | |||
) |
in_query_assoc | ( | $ | sql | ) |
in_query_num | ( | $ | sql | ) |
insert | ( | $ | table, | |
$ | values, | |||
$ | pk = '' | |||
) |
Implementado en DbInformix.
last_insert_id | ( | $ | table = '' , |
|
$ | primary_key = '' | |||
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
limit | ( | $ | sql | ) |
Implementado en DbFirebird, DbMySQL, DbMySQLi, DbPgSQL, y DbSQLite.
list_tables | ( | ) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
no_error | ( | ) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
num_rows | ( | $ | resultQuery = '' |
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
query | ( | $ | sql | ) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
rollback | ( | ) |
Implementado en DbInformix.
table_exists | ( | $ | table, | |
$ | schema = '' | |||
) |
Implementado en DbFirebird, DbInformix, DbMySQL, DbMySQLi, DbOracle, DbPgSQL, y DbSQLite.
update | ( | $ | table, | |
$ | fields, | |||
$ | values, | |||
$ | where_condition = null | |||
) |
Implementado en DbInformix.