Exemplo n.º 1
0
 /** Get the table name. */
 public String getTableNames(boolean bAddQuotes) {
   return (m_tableName == null)
       ? Record.formatTableNames(COUNTRY_FILE, bAddQuotes)
       : super.getTableNames(bAddQuotes);
 }