DBFactory
This factory provides the
DBConnection
and the
SQLQuerier
for the right sgbd.
public static
|
|
public static
|
|
public static
|
|
public static
|
#
get_db_connection( )
returns the currently opened DBConnection instance or if none, creates a new one |
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
integer |
MYSQL
|
#
0x01
|
integer |
PDO_MYSQL
|
#
0x11
|
integer |
PDO_SQLITE
|
#
0x12
|
integer |
PDO_POSTGRESQL
|
#
0x13
|