|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nih.nlm.nls.tc.LoadDb.AnalyzeData
public class AnalyzeData
This class is used to read & analyze the original table file. It finds the max. length of each field. The size of each field in DB tables should be adjusted accordingly. This is program should be run before tables are created in the DB.
History:
Constructor Summary | |
---|---|
AnalyzeData()
|
Method Summary | |
---|---|
static void |
AnalyzeFile(java.lang.String inFile,
int fieldNum)
Analyze the field size from a specified input file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalyzeData()
Method Detail |
---|
public static void AnalyzeFile(java.lang.String inFile, int fieldNum)
inFile
- input filefieldNum
- the total number of the DB table (input file)
|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |