Public Member Functions | |
_list_databases () | |
_optimize_table ($table) | |
_repair_table ($table) | |
_backup ($params=array()) | |
_create_database () | |
_drop_database ($name) |
CI_DB_odbc_utility::_backup | ( | $ | params = array() |
) |
ODBC Export
private
array | Preferences |
CI_DB_odbc_utility::_create_database | ( | ) |
The functions below have been deprecated as of 1.6, and are only here for backwards compatibility. They now reside in dbforge(). The use of dbutils for database manipulation is STRONGLY discouraged in favour if using dbforge. Create database
private
string | the database name |
CI_DB_odbc_utility::_drop_database | ( | $ | name | ) |
Drop database
private
string | the database name |
CI_DB_odbc_utility::_list_databases | ( | ) |
List databases
private
CI_DB_odbc_utility::_optimize_table | ( | $ | table | ) |
Optimize table query
Generates a platform-specific query so that a table can be optimized
private
string | the table name |
CI_DB_odbc_utility::_repair_table | ( | $ | table | ) |
Repair table query
Generates a platform-specific query so that a table can be repaired
private
string | the table name |