public interface DatabaseDictionaryElementFactory extends Createable
| Modifier and Type | Method and Description |
|---|---|
Exc |
createExc(POS pos,
String derivation,
ResultSet rs)
Create an Exc from a row in the database.
|
IndexWord |
createIndexWord(POS pos,
String lemma,
ResultSet rs)
Create an IndexWord from a row in the database.
|
Synset |
createSynset(POS pos,
long offset,
ResultSet synset,
ResultSet words,
ResultSet pointers,
ResultSet verbFrames)
Create a Synset from a row in the database.
|
createIndexWord createIndexWord(POS pos, String lemma, ResultSet rs) throws SQLException
SQLExceptionSynset createSynset(POS pos, long offset, ResultSet synset, ResultSet words, ResultSet pointers, ResultSet verbFrames) throws SQLException
SQLExceptionExc createExc(POS pos, String derivation, ResultSet rs) throws SQLException
SQLExceptionCopyright © 2023. All rights reserved.