Doctrine


Doctrine\DBAL\Driver\PDOSqlite\Driver
/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 29

Class Driver

Driver
All Implemented Interfaces:
Driver

public class Driver

The PDO Sqlite driver.

Since:
2.0

Field Summary
protected array

$_userDefinedFunctions

Method Summary
Connection

connect(array params, string username, string password, array driverOptions)

Tries to establish a database connection to SQLite.

void

getDatabase(mixed conn)

void

getDatabasePlatform()

Gets the database platform that is relevant for this driver.

void

getName()

Doctrine\DBAL\Schema\SqliteSchemaManager

getSchemaManager(Doctrine\DBAL\Connection conn)

Gets the schema manager that is relevant for this driver.

Field Detail

/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 34

_userDefinedFunctions

protected array $_userDefinedFunctions = array(...)


Method Detail

/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 49

connect

public Connection connect(array params, string username, string password, array driverOptions)

Tries to establish a database connection to SQLite.


/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 113

getDatabase

public void getDatabase(mixed conn)

/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 92

getDatabasePlatform

public void getDatabasePlatform()

Gets the database platform that is relevant for this driver.


/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 108

getName

public void getName()

/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 103

getSchemaManager

public Doctrine\DBAL\Schema\SqliteSchemaManager getSchemaManager(Doctrine\DBAL\Connection conn)

Gets the schema manager that is relevant for this driver.


Doctrine