public class DbCanon
extends java.lang.Object
History:
CanonRecord,
Desgin Document | Constructor and Description |
|---|
DbCanon() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Vector<CanonRecord> |
GetCanons(java.lang.String unTerm,
java.sql.Connection conn)
Get all canon records for an uninflected term.
|
static void |
main(java.lang.String[] args)
Test driver for this class.
|
public static java.util.Vector<CanonRecord> GetCanons(java.lang.String unTerm, java.sql.Connection conn) throws java.sql.SQLException
unTerm - uninflected termconn - database connectionjava.sql.SQLException - if there is a database error happenspublic static void main(java.lang.String[] args)
args - arguments