|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.SqlStatements
public class SqlStatements
SqlStatements class creates the sql statements for building target database.
Constructor Summary | |
---|---|
SqlStatements(java.lang.String nameSQL,
java.lang.String tableName,
ImportDefinitionAttributes importDefinitionAttributes,
RelationshipsAttributes relationshipsAttributes,
int k,
InputParameters generatorParameters)
Construct object SqlStatements with associated parameters. |
Method Summary | |
---|---|
java.lang.String[] |
getCreateStream()
This method read the value of list patameter. |
void |
setCreateStream(java.lang.String[] create_Stream)
This method sets the value of list patameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlStatements(java.lang.String nameSQL, java.lang.String tableName, ImportDefinitionAttributes importDefinitionAttributes, RelationshipsAttributes relationshipsAttributes, int k, InputParameters generatorParameters)
nameSQL
- is the name of created sql file.tableName
- is name of the table form which we retrieve data.importDefinitionAttributes
- is references to ImportDefinitionAttributes object.relationshipsAttributes
- is references to RelationshipsAttributes object.k
- is the counter, whish are used for restricting same operations.generatorParameters
- represents the references to InputParameter object.Method Detail |
---|
public void setCreateStream(java.lang.String[] create_Stream)
create_Stream
- is the value of parameter.public java.lang.String[] getCreateStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |