Doctrine\DBAL\Platforms\DB2Platform::getListTablesSQL PHP Method

getListTablesSQL() public method

{@inheritDoc}
public getListTablesSQL ( )
    public function getListTablesSQL()
    {
        return "SELECT NAME FROM SYSIBM.SYSTABLES WHERE TYPE = 'T'";
    }