public class DbSpellingVariants
extends java.lang.Object
History:
| Constructor and Description |
|---|
DbSpellingVariants() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Vector<InflectionRecord> |
GetSpellingVariants(java.lang.String inStr,
java.sql.Connection conn)
Get all spelling variant from inflection records for a specified term
from LVG database.
|
static void |
main(java.lang.String[] args)
Test driver for this class
|
public static java.util.Vector<InflectionRecord> GetSpellingVariants(java.lang.String inStr, java.sql.Connection conn) throws java.sql.SQLException
inStr - term for finding spellng variantsconn - database connectionjava.sql.SQLException - if there is a database error happenspublic static void main(java.lang.String[] args)
args - arguments Submit a bug or feature
Copyright © 2020 National Library of Medicine