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

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

공개 메소드들

메소드 설명
createCommandBuilder ( $connection ) : TDbCommandBuilder
getCatalogName ( ) : string
getSchemaName ( ) : string
getTableFullName ( ) : string

메소드 상세

createCommandBuilder() 공개 메소드

public createCommandBuilder ( $connection ) : TDbCommandBuilder
리턴 TDbCommandBuilder new command builder

getCatalogName() 공개 메소드

public getCatalogName ( ) : string
리턴 string catalog name (database name)

getSchemaName() 공개 메소드

public getSchemaName ( ) : string
리턴 string name of the schema this column belongs to.

getTableFullName() 공개 메소드

public getTableFullName ( ) : string
리턴 string full name of the table, database dependent.