Class BaseDriver
Class BaseDriver
- Symfony\Component\DependencyInjection\ContainerAware
-
Mapbender\DataSourceBundle\Component\Drivers\BaseDriver
Direct known subclasses
Mapbender\DataSourceBundle\Component\Drivers\DoctrineBaseDriver
,
Mapbender\DataSourceBundle\Component\Drivers\YAML
Indirect known subclasses
Mapbender\DataSourceBundle\Component\Drivers\Oracle
,
Mapbender\DataSourceBundle\Component\Drivers\PostgreSQL
,
Mapbender\DataSourceBundle\Component\Drivers\SQLite
Abstract
Namespace: Mapbender\DataSourceBundle\Component\Drivers
Package: Mapbender\DataSourceBundle\Component\Drivers
Author: Andriy Oblivantsev <eslider@gmail.com>
Located at data-source/Component/Drivers/BaseDriver.php
Namespace: Mapbender\DataSourceBundle\Component\Drivers
Package: Mapbender\DataSourceBundle\Component\Drivers
Author: Andriy Oblivantsev <eslider@gmail.com>
Located at data-source/Component/Drivers/BaseDriver.php
Methods summary
public
|
#
__construct( Symfony\Component\DependencyInjection\ContainerInterface $container, array $args = array() )
BaseDriver constructor. |
public
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
mixed
|
|
public
|
|
public
Doctrine\DBAL\Connection|mixed
|
|
public
integer
|
|
public static
string
|
|
public static
string
|
Magic methods summary
Properties summary
protected
array
|
$settings
Driver settings |
|
protected
array
|
$fields
Field to select from the table |
# array() |
protected
mixed
|
$uniqueId
Unique id field name |
# 'id' |
protected
Doctrine\DBAL\Connection|mixed
|
$connection
|