PHP Класс Prado\Data\Common\Mssql\TMssqlTableColumn

С версии: 3.1
Наследование: extends Prado\Data\Common\TDbTableColumn
Показать файл Открыть проект

Открытые методы

Метод Описание
getAutoIncrement ( ) : boolean
getIsExcluded ( ) : boolean
getPHPType ( ) : boolean Overrides parent implementation, returns PHP type from the db type.
hasSequence ( ) : boolean

Описание методов

getAutoIncrement() публичный метод

public getAutoIncrement ( ) : boolean
Результат boolean true if the column has identity (auto-increment)

getIsExcluded() публичный метод

public getIsExcluded ( ) : boolean
Результат boolean true if db type is 'timestamp'.

getPHPType() публичный метод

Overrides parent implementation, returns PHP type from the db type.
public getPHPType ( ) : boolean
Результат boolean derived PHP primitive type from the column db type.

hasSequence() публичный метод

public hasSequence ( ) : boolean
Результат boolean true if auto increments.