PHP Trait Helper\Dialect\PostgresqlDialect

Author: Andres Gutierrez ([email protected])
Author: Serghei Iakovlev ([email protected])
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
getDescribeReferences ( )

Protected Methods

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

Method Details

getAddColumns() protected method

protected getAddColumns ( )

getAddForeignKey() protected method

protected getAddForeignKey ( )

getAddIndex() protected method

protected getAddIndex ( )

getAddPrimaryKey() protected method

protected getAddPrimaryKey ( )

getColumnDefinition() protected method

protected getColumnDefinition ( )

getColumnList() protected method

protected getColumnList ( )

getCreateTable() protected method

protected getCreateTable ( )

getCreateView() protected method

protected getCreateView ( )

getDescribeColumns() protected method

protected getDescribeColumns ( )

getDescribeReferences() public method

getDropColumn() protected method

protected getDropColumn ( )

getDropForeignKey() protected method

protected getDropForeignKey ( )

getDropIndex() protected method

protected getDropIndex ( )

getDropPrimaryKey() protected method

protected getDropPrimaryKey ( )

getDropTable() protected method

protected getDropTable ( )

getDropView() protected method

protected getDropView ( )

getListViews() protected method

protected getListViews ( )

getModifyColumn() protected method

protected getModifyColumn ( )

getViewExists() protected method

protected getViewExists ( )