public interface DatabaseManager extends Owned
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the connections and frees associated resources.
|
Query |
getExceptionQuery(POS pos,
java.lang.String derivation) |
Query |
getExceptionsQuery(POS pos) |
Query |
getIndexWordLemmasQuery(POS pos) |
Query |
getIndexWordLemmasQuery(POS pos,
java.lang.String substring) |
Query |
getIndexWordSynsetsQuery(POS pos,
java.lang.String lemma) |
Query |
getPointerQuery(POS pos,
long offset) |
Query |
getRandomIndexWordQuery(POS pos) |
Query |
getSynsetQuery(POS pos,
long offset) |
Query |
getSynsetsQuery(POS pos) |
Query |
getSynsetWordQuery(POS pos,
long offset) |
Query |
getVerbFrameQuery(POS pos,
long offset) |
getDictionary, setDictionary
Query getIndexWordSynsetsQuery(POS pos, java.lang.String lemma) throws java.sql.SQLException
java.sql.SQLException
Query getIndexWordLemmasQuery(POS pos) throws java.sql.SQLException
java.sql.SQLException
Query getIndexWordLemmasQuery(POS pos, java.lang.String substring) throws java.sql.SQLException
java.sql.SQLException
Query getRandomIndexWordQuery(POS pos) throws java.sql.SQLException
java.sql.SQLException
Query getSynsetQuery(POS pos, long offset) throws java.sql.SQLException
java.sql.SQLException
Query getSynsetWordQuery(POS pos, long offset) throws java.sql.SQLException
java.sql.SQLException
Query getPointerQuery(POS pos, long offset) throws java.sql.SQLException
java.sql.SQLException
Query getVerbFrameQuery(POS pos, long offset) throws java.sql.SQLException
java.sql.SQLException
Query getSynsetsQuery(POS pos) throws java.sql.SQLException
java.sql.SQLException
Query getExceptionQuery(POS pos, java.lang.String derivation) throws java.sql.SQLException
java.sql.SQLException
Query getExceptionsQuery(POS pos) throws java.sql.SQLException
java.sql.SQLException
void close()