Uses of Class
net.didion.jwnl.dictionary.database.Query
Packages that use Query
Package
Description
Classes for accessing databases that contain dictionary information.
-
Uses of Query in net.didion.jwnl.dictionary.database
Methods in net.didion.jwnl.dictionary.database that return QueryModifier and TypeMethodDescriptionprotected QueryDatabaseManagerImpl.createPOSIdQuery(POS pos, int id, String sql) protected QueryDatabaseManagerImpl.createPOSOffsetQuery(POS pos, long offset, String sql) protected QueryDatabaseManagerImpl.createPOSQuery(POS pos, String sql) protected QueryDatabaseManagerImpl.createPOSStringQuery(POS pos, String str, String sql) DatabaseManager.getExceptionQuery(POS pos, String derivation) DatabaseManagerImpl.getExceptionQuery(POS pos, String derivation) DatabaseManager.getExceptionsQuery(POS pos) DatabaseManagerImpl.getExceptionsQuery(POS pos) DatabaseManager.getIndexWordLemmasQuery(POS pos) DatabaseManager.getIndexWordLemmasQuery(POS pos, String substring) DatabaseManagerImpl.getIndexWordLemmasQuery(POS pos) DatabaseManagerImpl.getIndexWordLemmasQuery(POS pos, String substring) DatabaseManager.getIndexWordSynsetsQuery(POS pos, String lemma) DatabaseManagerImpl.getIndexWordSynsetsQuery(POS pos, String lemma) DatabaseManager.getPointerQuery(POS pos, long offset) DatabaseManagerImpl.getPointerQuery(POS pos, long offset) DatabaseManager.getRandomIndexWordQuery(POS pos) DatabaseManagerImpl.getRandomIndexWordQuery(POS pos) DatabaseManager.getSynsetQuery(POS pos, long offset) DatabaseManagerImpl.getSynsetQuery(POS pos, long offset) DatabaseManager.getSynsetsQuery(POS pos) DatabaseManagerImpl.getSynsetsQuery(POS pos) DatabaseManager.getSynsetWordQuery(POS pos, long offset) DatabaseManagerImpl.getSynsetWordQuery(POS pos, long offset) SenseAndUsageDatabaseManager.getSynsetWordQuery(POS pos, long offset) DatabaseManager.getVerbFrameQuery(POS pos, long offset) DatabaseManagerImpl.getVerbFrameQuery(POS pos, long offset)