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