package |
Query |
subpackage |
Drivers |
Methods
Create an SQL backup file for the current database's data
backup_data(array $exclude = array()
, bool $system_tables = FALSE
) : string
Parameters
$exclude
array
$system_tables
bool
Returns
string
Create an SQL backup file for the current database's structure
backup_structure() : string
Convienience public function to generate sql for creating a db table
create_table(string $name, array $fields, array $constraints = array()
) : string
deprecated |
Use the table builder class instead |
Parameters
$name
string
$fields
array
$constraints
array
Returns
string
Drop the selected table
delete_table(string $name) : string
Parameters
$name
string
Returns
string
get_service()
get_service() :
get_system_tables()
get_system_tables() :
get_tables()
get_tables() :