PHP Class Prado\Data\Common\Mssql\TMssqlTableInfo

Since: 3.1
Inheritance: extends Prado\Data\Common\TDbTableInfo
Mostra file Open project: pradosoft/prado

Public Methods

Method Description
createCommandBuilder ( $connection ) : TDbCommandBuilder
getCatalogName ( ) : string
getSchemaName ( ) : string
getTableFullName ( ) : string

Method Details

createCommandBuilder() public method

public createCommandBuilder ( $connection ) : TDbCommandBuilder
return TDbCommandBuilder new command builder

getCatalogName() public method

public getCatalogName ( ) : string
return string catalog name (database name)

getSchemaName() public method

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

getTableFullName() public method

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