public class ManageSelList
extends java.lang.Object
Constructor and Description |
---|
ManageSelList(RunDB runDB,
java.lang.String[] refTableNames,
java.lang.String[] refFieldNames)
The constructor sets runDB, refTableNames, refFieldNames for getting lists.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorString()
For getting errorString
|
java.lang.String[][] |
getLists()
For gettig lists
|
public ManageSelList(RunDB runDB, java.lang.String[] refTableNames, java.lang.String[] refFieldNames)
runDB
- For connecting the database and executing processes.refTableNames
- The reference table name to be accessed.refFieldNames
- The string of names of the fields of reference tables to be accessed.