PHP 클래스 Jsor\Doctrine\PostGIS\Schema\SchemaManager

파일 보기 프로젝트 열기: jsor/doctrine-postgis 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Doctrine\DBAL\Connection $connection )
getGeographySpatialColumnInfo ( $table, $column )
getGeometrySpatialColumnInfo ( $table, $column )
isPostGis2 ( )
listSpatialGeometryColumns ( $table )
listSpatialIndexes ( $table )

보호된 메소드들

메소드 설명
buildSpatialColumnInfo ( $row )
trimQuotes ( $identifier ) Copied from Doctrine\DBAL\Schema\AbstractAsset::trimQuotes, check on updates!

메소드 상세

__construct() 공개 메소드

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

buildSpatialColumnInfo() 보호된 메소드

protected buildSpatialColumnInfo ( $row )

getGeographySpatialColumnInfo() 공개 메소드

public getGeographySpatialColumnInfo ( $table, $column )

getGeometrySpatialColumnInfo() 공개 메소드

public getGeometrySpatialColumnInfo ( $table, $column )

isPostGis2() 공개 메소드

public isPostGis2 ( )

listSpatialGeometryColumns() 공개 메소드

public listSpatialGeometryColumns ( $table )

listSpatialIndexes() 공개 메소드

public listSpatialIndexes ( $table )

trimQuotes() 보호된 메소드

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