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.
|
create
IndexWord createIndexWord(POS pos, String lemma, ResultSet rs) throws SQLException
SQLException
Synset createSynset(POS pos, long offset, ResultSet synset, ResultSet words, ResultSet pointers, ResultSet verbFrames) throws SQLException
SQLException
Exc createExc(POS pos, String derivation, ResultSet rs) throws SQLException
SQLException
Copyright © 2015. All rights reserved.