PHP Class Prado\Data\Common\Mssql\TMssqlTableInfo

Since: 3.1
Inheritance: extends Prado\Data\Common\TDbTableInfo
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
createCommandBuilder ( $connection ) : TDbCommandBuilder
getCatalogName ( ) : string
getSchemaName ( ) : string
getTableFullName ( ) : string

Method Details

createCommandBuilder() public méthode

public createCommandBuilder ( $connection ) : TDbCommandBuilder
Résultat TDbCommandBuilder new command builder

getCatalogName() public méthode

public getCatalogName ( ) : string
Résultat string catalog name (database name)

getSchemaName() public méthode

public getSchemaName ( ) : string
Résultat string name of the schema this column belongs to.

getTableFullName() public méthode

public getTableFullName ( ) : string
Résultat string full name of the table, database dependent.