PHP Class Prado\Data\Common\Pgsql\TPgsqlTableInfo

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

Public Methods

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

Method Details

createCommandBuilder() public method

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

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.