Prado\Data\Common\Oracle\TOracleTableInfo::getTableFullName PHP Method

getTableFullName() public method

public getTableFullName ( ) : string
return string full name of the table, database dependent.
    public function getTableFullName()
    {
        return $this->_info['SchemaName'] . '.' . $this->getTableName();
    }