|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.TableRelationshipsReader
TableRelationshipsReader class read the data which describe database relationships between the tables.
Constructor Summary | |
TableRelationshipsReader(java.sql.Connection conn,
java.lang.String tableName,
java.lang.String catalogName,
InputParameters generatorParameters,
int constraintCount)
Construct object TableRelationshipsReader with associated parameters. |
Method Summary | |
static java.lang.String[] |
getForeignVariables()
This method read the value of listForeignVariables parameters. |
static java.lang.String[] |
getIndexVariables()
This method read the value of listIndexVariables parameters. |
static java.lang.String[] |
getPrimaryKeys()
This method read the value of listPrimaryKeys parameters. |
RelationshipsAttributes |
getRelationshipsAttributes()
This method read the value of RelationshipsAttributes parameters. |
static void |
setForeignVariables(java.lang.String[] foreign_Variables)
This method sets the value of listForeignVariables parameters. |
static void |
setIndexVariables(java.lang.String[] index_Variables)
This method sets the value of listIndexVariables parameters. |
static void |
setPrimaryKeys(java.lang.String[] primary_Keys)
This method sets the value of listPrimaryKeys parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableRelationshipsReader(java.sql.Connection conn, java.lang.String tableName, java.lang.String catalogName, InputParameters generatorParameters, int constraintCount) throws LoaderException
tableName
- is name of the table form which we retrieve data.conn
- is the named connection.catalogName
- is the name of the current database.Method Detail |
public static void setPrimaryKeys(java.lang.String[] primary_Keys)
primary_Keys
- is value of parameter.public static java.lang.String[] getPrimaryKeys()
public static void setIndexVariables(java.lang.String[] index_Variables)
index_Variables
- is value of parameter.public static java.lang.String[] getIndexVariables()
public static void setForeignVariables(java.lang.String[] foreign_Variables)
foreign_Variables
- is the value of parameter.public static java.lang.String[] getForeignVariables()
public RelationshipsAttributes getRelationshipsAttributes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |