PHP Class Prado\Data\Common\Mysql\TMysqlTableColumn

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

Public Methods

Method Description
getAutoIncrement ( ) : boolean
getDbTypeValues ( )
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.

getDbTypeValues() public method

public getDbTypeValues ( )

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.