PHP Class Prado\Data\Common\Mssql\TMssqlTableColumn

Since: 3.1
Inheritance: extends Prado\Data\Common\TDbTableColumn
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
getAutoIncrement ( ) : boolean
getIsExcluded ( ) : boolean
getPHPType ( ) : boolean Overrides parent implementation, returns PHP type from the db type.
hasSequence ( ) : boolean

Method Details

getAutoIncrement() public method

public getAutoIncrement ( ) : boolean
return boolean true if the column has identity (auto-increment)

getIsExcluded() public method

public getIsExcluded ( ) : boolean
return boolean true if db type is 'timestamp'.

getPHPType() public method

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

hasSequence() public method

public hasSequence ( ) : boolean
return boolean true if auto increments.