PHP Class Jsor\Doctrine\PostGIS\Schema\SchemaManager

Afficher le fichier Open project: jsor/doctrine-postgis Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Doctrine\DBAL\Connection $connection )
getGeographySpatialColumnInfo ( $table, $column )
getGeometrySpatialColumnInfo ( $table, $column )
isPostGis2 ( )
listSpatialGeometryColumns ( $table )
listSpatialIndexes ( $table )

Méthodes protégées

Méthode Description
buildSpatialColumnInfo ( $row )
trimQuotes ( $identifier ) Copied from Doctrine\DBAL\Schema\AbstractAsset::trimQuotes, check on updates!

Method Details

__construct() public méthode

public __construct ( Doctrine\DBAL\Connection $connection )
$connection Doctrine\DBAL\Connection

buildSpatialColumnInfo() protected méthode

protected buildSpatialColumnInfo ( $row )

getGeographySpatialColumnInfo() public méthode

public getGeographySpatialColumnInfo ( $table, $column )

getGeometrySpatialColumnInfo() public méthode

public getGeometrySpatialColumnInfo ( $table, $column )

isPostGis2() public méthode

public isPostGis2 ( )

listSpatialGeometryColumns() public méthode

public listSpatialGeometryColumns ( $table )

listSpatialIndexes() public méthode

public listSpatialIndexes ( $table )

trimQuotes() protected méthode

Copied from Doctrine\DBAL\Schema\AbstractAsset::trimQuotes, check on updates!
protected trimQuotes ( $identifier )