| java.lang.Object org.webdocwf.util.loader.generator.TableRelationshipsReader
TableRelationshipsReader | public class TableRelationshipsReader (Code) | | TableRelationshipsReader class read the data which describe database relationships
between the tables.
author: Radoslav Dutina version: 1.0 |
TableRelationshipsReader | public TableRelationshipsReader(Connection conn, String tableName, String catalogName, InputParameters generatorParameters, int constraintCount) throws LoaderException(Code) | | Construct object TableRelationshipsReader with associated parameters.
Parameters: tableName - is name of the table form which we retrieve data. Parameters: conn - is the named connection. Parameters: catalogName - is the name of the current database. |
getForeignVariables | public static String[] getForeignVariables()(Code) | | This method read the value of listForeignVariables parameters.
value of parameter. |
getIndexVariables | public static String[] getIndexVariables()(Code) | | This method read the value of listIndexVariables parameters.
value of parameter. |
getPrimaryKeys | public static String[] getPrimaryKeys()(Code) | | This method read the value of listPrimaryKeys parameters.
value of parameter. |
getRelationshipsAttributes | public RelationshipsAttributes getRelationshipsAttributes()(Code) | | This method read the value of RelationshipsAttributes parameters.
references to RelationshipsAttributes objects. |
setForeignVariables | public static void setForeignVariables(String[] foreign_Variables)(Code) | | This method sets the value of listForeignVariables parameters.
Parameters: foreign_Variables - is the value of parameter. |
setIndexVariables | public static void setIndexVariables(String[] index_Variables)(Code) | | This method sets the value of listIndexVariables parameters.
Parameters: index_Variables - is value of parameter. |
setPrimaryKeys | public static void setPrimaryKeys(String[] primary_Keys)(Code) | | This method sets the value of listPrimaryKeys parameters.
Parameters: primary_Keys - is value of parameter. |
|
|