Doctrine


Doctrine\DBAL\Driver\PDOPgSql\Driver
/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 12

Class Driver

Driver
All Implemented Interfaces:
Driver

public class Driver

Driver that connects through pdo_pgsql.

Since:
2.0

Method Summary
Doctrine\DBAL\Driver\Connection

connect(mixed params, mixed username, mixed password, mixed driverOptions)

Attempts to connect to the database and returns a driver connection on success.

void

getDatabase(mixed conn)

void

getDatabasePlatform()

void

getName()

void

getSchemaManager(mixed conn)

Method Detail

/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 19

connect

public Doctrine\DBAL\Driver\Connection connect(mixed params, mixed username, mixed password, mixed driverOptions)

Attempts to connect to the database and returns a driver connection on success.


/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 65

getDatabase

public void getDatabase(mixed conn)

/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 50

getDatabasePlatform

public void getDatabasePlatform()

/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 60

getName

public void getName()

/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 55

getSchemaManager

public void getSchemaManager(mixed conn)

Doctrine