PHP Class Prado\Data\Common\Mssql\TMssqlTableColumn

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

Méthodes publiques

Méthode Description
getAutoIncrement ( ) : boolean
getIsExcluded ( ) : boolean
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 the column has identity (auto-increment)

getIsExcluded() public méthode

public getIsExcluded ( ) : boolean
Résultat boolean true if db type is 'timestamp'.

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 increments.