$conn
$conn :
Reference to the current connection object
Firebird-specific backup, import and creation methods
__construct(\Query\Driver_Interface $conn)
Save a reference to the connection object for later use
\Query\Driver_Interface | $conn |
get_driver() : \Query\Driver_Interface
Get the driver object for the current connection
delete_table(string $name) : string
Drop the selected table
string | $name |
None found |
backup_structure() : string
Create an SQL backup file for the current database's structure
None found |
backup_data(array $exclude = array(), boolean $system_tables = FALSE) : string
Create an SQL backup file for the current database's data
array | $exclude | |
boolean | $system_tables |
None found |
None found |
None found |