jp.go.nict.langrid.wrapper.common.db.dao.table
クラス CategoryTable

java.lang.Object
  上位を拡張 jp.go.nict.langrid.wrapper.common.db.dao.table.AbstractTable
      上位を拡張 jp.go.nict.langrid.wrapper.common.db.dao.table.BasicEntityTable<Category>
          上位を拡張 jp.go.nict.langrid.wrapper.common.db.dao.table.CategoryTable

public class CategoryTable
extends BasicEntityTable<Category>


コンストラクタの概要
CategoryTable(DbDictionary dbDictionary, String tableName, int maxCount)
           
 
メソッドの概要
 Collection<Category> list(Connection connection, Language[] languages)
           
 Collection<Category> search(Connection connection, Language matchingLanguage, Language[] subLanguages, String matchingValue, MatchingMethod matchingMethod)
           
 long[] searchCategoryIds(Connection connection, Language language, String[] categories)
           
 
クラス jp.go.nict.langrid.wrapper.common.db.dao.table.BasicEntityTable から継承されたメソッド
delete, getDbDictionary, getMaxCount, insert, search, update
 
クラス jp.go.nict.langrid.wrapper.common.db.dao.table.AbstractTable から継承されたメソッド
clear, getTableName
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CategoryTable

public CategoryTable(DbDictionary dbDictionary,
                     String tableName,
                     int maxCount)
メソッドの詳細

list

public Collection<Category> list(Connection connection,
                                 Language[] languages)
                          throws SQLException
例外:
SQLException

search

public Collection<Category> search(Connection connection,
                                   Language matchingLanguage,
                                   Language[] subLanguages,
                                   String matchingValue,
                                   MatchingMethod matchingMethod)
                            throws SQLException
例外:
SQLException

searchCategoryIds

public long[] searchCategoryIds(Connection connection,
                                Language language,
                                String[] categories)
                         throws SQLException
例外:
SQLException