PHP Trait Helper\Dialect\PostgresqlDialect

Author: Andres Gutierrez ([email protected])
Author: Serghei Iakovlev ([email protected])
Afficher le fichier Open project: phalcon/cphalcon

Méthodes publiques

Méthode Description
getDescribeReferences ( )

Méthodes protégées

Méthode Description
getAddColumns ( )
getAddForeignKey ( )
getAddIndex ( )
getAddPrimaryKey ( )
getColumnDefinition ( )
getColumnList ( )
getCreateTable ( )
getCreateView ( )
getDescribeColumns ( )
getDropColumn ( )
getDropForeignKey ( )
getDropIndex ( )
getDropPrimaryKey ( )
getDropTable ( )
getDropView ( )
getListViews ( )
getModifyColumn ( )
getViewExists ( )

Method Details

getAddColumns() protected méthode

protected getAddColumns ( )

getAddForeignKey() protected méthode

protected getAddForeignKey ( )

getAddIndex() protected méthode

protected getAddIndex ( )

getAddPrimaryKey() protected méthode

protected getAddPrimaryKey ( )

getColumnDefinition() protected méthode

protected getColumnDefinition ( )

getColumnList() protected méthode

protected getColumnList ( )

getCreateTable() protected méthode

protected getCreateTable ( )

getCreateView() protected méthode

protected getCreateView ( )

getDescribeColumns() protected méthode

protected getDescribeColumns ( )

getDescribeReferences() public méthode

getDropColumn() protected méthode

protected getDropColumn ( )

getDropForeignKey() protected méthode

protected getDropForeignKey ( )

getDropIndex() protected méthode

protected getDropIndex ( )

getDropPrimaryKey() protected méthode

protected getDropPrimaryKey ( )

getDropTable() protected méthode

protected getDropTable ( )

getDropView() protected méthode

protected getDropView ( )

getListViews() protected méthode

protected getListViews ( )

getModifyColumn() protected méthode

protected getModifyColumn ( )

getViewExists() protected méthode

protected getViewExists ( )