DbTables object based on the given table usage.
@param tableUsage a Map that maps each table to the number of times that table is used in the structure
@param quotes a BeginEndQuote instance representing how names are quoted in the database
@return a DbTables object representing the tables
@throws NullPointerException if tableUsage is null
| |