net.sf.extjwnl.dictionary.database
Interface DatabaseManager
- All Superinterfaces:
- Owned
- All Known Implementing Classes:
- DatabaseManagerImpl
public interface DatabaseManager
- extends Owned
Interface for database managers.
- Author:
- John Didion , Aliaksandr Autayeu
getIndexWordSynsetsQuery
Query getIndexWordSynsetsQuery(POS pos,
String lemma)
throws JWNLException
- Throws:
JWNLException
getIndexWordLemmasQuery
Query getIndexWordLemmasQuery(POS pos)
throws JWNLException
- Throws:
JWNLException
getIndexWordLemmasQuery
Query getIndexWordLemmasQuery(POS pos,
String substring)
throws JWNLException
- Throws:
JWNLException
getRandomIndexWordQuery
Query getRandomIndexWordQuery(POS pos)
throws JWNLException
- Throws:
JWNLException
getSynsetQuery
Query getSynsetQuery(POS pos,
long offset)
throws JWNLException
- Throws:
JWNLException
getSynsetWordQuery
Query getSynsetWordQuery(POS pos,
long offset)
throws JWNLException
- Throws:
JWNLException
getPointerQuery
Query getPointerQuery(POS pos,
long offset)
throws JWNLException
- Throws:
JWNLException
getVerbFrameQuery
Query getVerbFrameQuery(POS pos,
long offset)
throws JWNLException
- Throws:
JWNLException
getSynsetsQuery
Query getSynsetsQuery(POS pos)
throws JWNLException
- Throws:
JWNLException
getExceptionQuery
Query getExceptionQuery(POS pos,
String derivation)
throws JWNLException
- Throws:
JWNLException
getExceptionsQuery
Query getExceptionsQuery(POS pos)
throws JWNLException
- Throws:
JWNLException
close
void close()
- Closes the connections and frees associated resources.
Copyright © 2013. All Rights Reserved.