PHP Класс Prado\Data\Common\Sqlite\TSqliteTableColumn

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

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

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

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

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

public getAutoIncrement ( ) : boolean
Результат boolean true if column will auto-increment when the column value is inserted as null.

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 increment is true.