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