PHP Class Prado\Data\Common\Sqlite\TSqliteTableColumn

Since: 3.1
Inheritance: extends Prado\Data\Common\TDbTableColumn
Exibir arquivo Open project: pradosoft/prado

Public Methods

Method Description
getAutoIncrement ( ) : 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 column will auto-increment when the column value is inserted as null.

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