| java.lang.Object org.webdocwf.util.loader.generator.SqlStatements
SqlStatements | public class SqlStatements (Code) | | SqlStatements class creates the sql statements for building target database.
author: Radoslav Dutina version: 1.0 |
SqlStatements | public SqlStatements(String nameSQL, String tableName, ImportDefinitionAttributes importDefinitionAttributes, RelationshipsAttributes relationshipsAttributes, int k, InputParameters generatorParameters)(Code) | | Construct object SqlStatements with associated parameters.
Parameters: nameSQL - is the name of created sql file. Parameters: tableName - is name of the table form which we retrieve data. Parameters: importDefinitionAttributes - is references to ImportDefinitionAttributes object. Parameters: relationshipsAttributes - is references to RelationshipsAttributes object. Parameters: k - is the counter, whish are used for restricting same operations. Parameters: generatorParameters - represents the references to InputParameter object. |
getCreateStream | public String[] getCreateStream()(Code) | | This method read the value of list patameter.
value of parameter. |
setCreateStream | public void setCreateStream(String[] create_Stream)(Code) | | This method sets the value of list patameter.
Parameters: create_Stream - is the value of parameter. |
|
|