PHP Class Prado\Data\Common\Mysql\TMysqlTableColumn

Since: 3.1
Inheritance: extends Prado\Data\Common\TDbTableColumn
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getAutoIncrement ( ) : boolean
getDbTypeValues ( )
getPHPType ( ) : boolean Overrides parent implementation, returns PHP type from the db type.
hasSequence ( ) : boolean

Method Details

getAutoIncrement() public méthode

public getAutoIncrement ( ) : boolean
Résultat boolean true if column will auto-increment when the column value is inserted as null.

getDbTypeValues() public méthode

public getDbTypeValues ( )

getPHPType() public méthode

Overrides parent implementation, returns PHP type from the db type.
public getPHPType ( ) : boolean
Résultat boolean derived PHP primitive type from the column db type.

hasSequence() public méthode

public hasSequence ( ) : boolean
Résultat boolean true if auto increment is true.