コード例 #1
0
ファイル: Country.java プロジェクト: tourapp/tourapp
 /** Get the table name. */
 public String getTableNames(boolean bAddQuotes) {
   return (m_tableName == null)
       ? Record.formatTableNames(COUNTRY_FILE, bAddQuotes)
       : super.getTableNames(bAddQuotes);
 }