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

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

공개 메소드들

메소드 설명
__construct ( PostgreSqlPlatform $platform, $isPostGis2 = true )
_getCreateTableSQL ( $tableName, array $columns, array $options = [] ) Full replacement of Doctrine\DBAL\Platforms\PostgreSqlPlatform::_getCreateTableSQL, check on updates!
getCreateTableSQL ( Doctrine\DBAL\Schema\Table $table, array $columns, array $options = [] )
getSql ( Doctrine\DBAL\Schema\Table $table, array $columns, array $options = [] )

보호된 메소드들

메소드 설명
getColumnComment ( Doctrine\DBAL\Schema\Column $column ) Full replacement of Doctrine\DBAL\Platforms\AbstractPlatform::getColumnComment, check on updates!

메소드 상세

__construct() 공개 메소드

public __construct ( PostgreSqlPlatform $platform, $isPostGis2 = true )
$platform Doctrine\DBAL\Platforms\PostgreSqlPlatform

_getCreateTableSQL() 공개 메소드

Full replacement of Doctrine\DBAL\Platforms\PostgreSqlPlatform::_getCreateTableSQL, check on updates!
public _getCreateTableSQL ( $tableName, array $columns, array $options = [] )
$columns array
$options array

getColumnComment() 보호된 메소드

Full replacement of Doctrine\DBAL\Platforms\AbstractPlatform::getColumnComment, check on updates!
protected getColumnComment ( Doctrine\DBAL\Schema\Column $column )
$column Doctrine\DBAL\Schema\Column

getCreateTableSQL() 공개 메소드

public getCreateTableSQL ( Doctrine\DBAL\Schema\Table $table, array $columns, array $options = [] )
$table Doctrine\DBAL\Schema\Table
$columns array
$options array

getSql() 공개 메소드

public getSql ( Doctrine\DBAL\Schema\Table $table, array $columns, array $options = [] )
$table Doctrine\DBAL\Schema\Table
$columns array
$options array