PHP Class Jsor\Doctrine\PostGIS\Schema\SchemaManager

Exibir arquivo Open project: jsor/doctrine-postgis Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

__construct() public method

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

buildSpatialColumnInfo() protected method

protected buildSpatialColumnInfo ( $row )

getGeographySpatialColumnInfo() public method

public getGeographySpatialColumnInfo ( $table, $column )

getGeometrySpatialColumnInfo() public method

public getGeometrySpatialColumnInfo ( $table, $column )

isPostGis2() public method

public isPostGis2 ( )

listSpatialGeometryColumns() public method

public listSpatialGeometryColumns ( $table )

listSpatialIndexes() public method

public listSpatialIndexes ( $table )

trimQuotes() protected method

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