Summary
- File
- Package hierarchy DB\factory
- Class hierarchy \DBFactory
class DBFactory | This factory provides the <code>DBConnection</code> and the <code>SQLQuerier</code> for the right sgbd.
class DBFactory | This factory provides the <code>DBConnection</code> and the <code>SQLQuerier</code> for the right sgbd.
__static()
None found |
load_prefix()
None found |
init_factory( $dbms)
$dbms |
None found |
get_db_connection() : \DBConnection
returns the currently opened <code>DBConnection</code> instance or if none, creates a new one
the currently opened DBConnection
instance
None found |
close_db_connection()
None found |
reset_db_connection()
None found |
set_db_connection(\DBConnection $connection)
\DBConnection | $connection |
None found |
new_db_connection() : \SQLQuerier
returns a new <code>DBConnection</code> instance
a new DBConnection
instance
None found |
new_sql_querier(\DBConnection $db_connection) : \SQLQuerier
returns a new <code>SQLQuerier</code> instance
\DBConnection | $db_connection | the db connection that the |
a new SQLQuerier
instance
None found |
new_dbms_util(\SQLQuerier $querier, $dbms_type = null)
\SQLQuerier | $querier | |
$dbms_type |
None found |
load_config()
None found |
get_factory() : \DBMSFactory
None found |