|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.TableDesignReader
public class TableDesignReader
TableDesignReader class read the data which describe database tables.
Constructor Summary | |
---|---|
TableDesignReader(java.lang.String tableName,
java.sql.Connection conn,
java.lang.String catalogName,
InputParameters generatorParameters)
Construct object TableDesignReader with associated parameters. |
Method Summary | |
---|---|
static java.lang.String[] |
getAllowNulls()
This method read value of listAllowNulls parameters. |
static java.lang.String[] |
getColumnLenght()
This method read value of listColumnLenght parameters. |
static java.lang.String[] |
getColumnNames()
This method read value of listColumnNames parameters. |
static java.lang.String[] |
getColumnType()
This method read value of listColumnType parameters. |
ImportDefinitionAttributes |
getImportDefinition()
This method read value of importDefinitionAttributes parameters. |
static java.lang.String[] |
getTargetTableID()
This method read value of listTargetTableID parameters. |
static java.lang.String[] |
getTargetTableNames()
This method read value of listTargetTableNames parameters. |
static void |
setAllowNulls(java.lang.String[] list_AllowNulls)
This method sets value of listAllowNulls parameters. |
static void |
setColumnLenght(java.lang.String[] list_ColumnLenght)
This method sets value of listColumnLenght parameters. |
static void |
setColumnNames(java.lang.String[] list_ColumnNames)
This method sets value of listColumnNames parameters. |
static void |
setColumnType(java.lang.String[] list_ColumnType)
This method sets value of listColumnType parameters. |
static void |
setTargetTableID(java.lang.String[] list_TargetTableID)
This method sets value of listTargetTableID parameters. |
static void |
setTargetTableNames(java.lang.String[] list_TargetTableNames)
This method sets value of listTargetTableNames parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableDesignReader(java.lang.String tableName, java.sql.Connection conn, java.lang.String catalogName, InputParameters generatorParameters) throws LoaderException
generatorParameters
- represents the references to InputParameter object.tableName
- is name of the table form which we retrieve data.conn
- is the named connection.catalogName
- is the name of the current database.
LoaderException
Method Detail |
---|
public ImportDefinitionAttributes getImportDefinition()
public static void setColumnNames(java.lang.String[] list_ColumnNames)
list_ColumnNames
- is value of parameters.public static java.lang.String[] getColumnNames()
public static void setTargetTableNames(java.lang.String[] list_TargetTableNames)
list_TargetTableNames
- is value of parameters.public static java.lang.String[] getTargetTableNames()
public static void setTargetTableID(java.lang.String[] list_TargetTableID)
list_TargetTableID
- is value of parameter.public static java.lang.String[] getTargetTableID()
public static void setColumnType(java.lang.String[] list_ColumnType)
list_ColumnType
- is value of parameters.public static java.lang.String[] getColumnType()
public static void setColumnLenght(java.lang.String[] list_ColumnLenght)
list_ColumnLenght
- is value of parameter.public static java.lang.String[] getColumnLenght()
public static void setAllowNulls(java.lang.String[] list_AllowNulls)
list_AllowNulls
- is value of parameters.public static java.lang.String[] getAllowNulls()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |