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, setDictionaryQuery getIndexWordSynsetsQuery(POS pos, java.lang.String lemma) throws java.sql.SQLException
java.sql.SQLExceptionQuery getIndexWordLemmasQuery(POS pos) throws java.sql.SQLException
java.sql.SQLExceptionQuery getIndexWordLemmasQuery(POS pos, java.lang.String substring) throws java.sql.SQLException
java.sql.SQLExceptionQuery getRandomIndexWordQuery(POS pos) throws java.sql.SQLException
java.sql.SQLExceptionQuery getSynsetQuery(POS pos, long offset) throws java.sql.SQLException
java.sql.SQLExceptionQuery getSynsetWordQuery(POS pos, long offset) throws java.sql.SQLException
java.sql.SQLExceptionQuery getPointerQuery(POS pos, long offset) throws java.sql.SQLException
java.sql.SQLExceptionQuery getVerbFrameQuery(POS pos, long offset) throws java.sql.SQLException
java.sql.SQLExceptionQuery getSynsetsQuery(POS pos) throws java.sql.SQLException
java.sql.SQLExceptionQuery getExceptionQuery(POS pos, java.lang.String derivation) throws java.sql.SQLException
java.sql.SQLExceptionQuery getExceptionsQuery(POS pos) throws java.sql.SQLException
java.sql.SQLExceptionvoid close()