Summary
- File
- Package hierarchy DB\factory
- Class hierarchy \PDOMySQLDBFactory
- Implements \DBMSFactory
This factory provides the <code>DBConnection</code> and the <code>SQLQuerier</code> for the right sgbd.
This factory provides the <code>DBConnection</code> and the <code>SQLQuerier</code> for the right sgbd.
new_db_connection() : \DBConnection
returns the opened <code>DBConnection</code>. If not yet opened, opens it
the opened DBConnection
. If not yet opened, opens it
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) : \DBMSUtils
returns a new <code>DBMSUtils</code> instance
\SQLQuerier | $querier | the |
a new DBMSUtils
instance
None found |
new_query_translator()
None found |