Example #1
0
 /** Get the table name. */
 public String getTableNames(boolean bAddQuotes) {
   return (m_tableName == null)
       ? Record.formatTableNames(PROFILE_TYPE_FILE, bAddQuotes)
       : super.getTableNames(bAddQuotes);
 }
Example #2
0
 /** Get the table name. */
 public String getTableNames(boolean bAddQuotes) {
   return (m_tableName == null)
       ? Record.formatTableNames(TOUR_HEADER_CHAIN_FILE, bAddQuotes)
       : super.getTableNames(bAddQuotes);
 }