PHP 클래스 Prado\Data\Common\Mssql\TMssqlTableColumn

부터: 3.1
상속: extends Prado\Data\Common\TDbTableColumn
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
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.