$conn
$conn
Reference to the current connection object
Firebird-specific backup, import and creation methods
delete_table(string $name) : string
Drop the selected table
string | $name |
todo |
---|
backup_structure() : string
Return an SQL file with the database table structure
todo |
---|
backup_data() : string
Return an SQL file with the database data as insert statements
todo |
---|
__construct(\Query\Driver\Driver_Interface $conn)
Save a reference to the connection object for later use
\Query\Driver\Driver_Interface | $conn |
todo |
---|
get_driver() : \Query\Driver\Driver_Interface
Get the driver object for the current connection
todo |
---|
None found |
None found |