Prado\Data\Common\Sqlite\TSqliteTableInfo::getTableFullName PHP Method

getTableFullName() public method

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