Prado\Data\Common\Mysql\TMysqlTableInfo::getSchemaName PHP Méthode

getSchemaName() public méthode

public getSchemaName ( ) : string
Résultat string name of the schema this column belongs to.
    public function getSchemaName()
    {
        return $this->getInfo('SchemaName');
    }