Package com.softwaremining.util
Class GDGUtility
java.lang.Object
com.softwaremining.util.GDGUtility
This class is used by Object-Relational Translation of VSAM Indexed files.
Such Object Relational Data-Access Objects (DAOs) allow introduction of a new column into the generated tables to cater for "version-ing" the generated data.
Such Object Relational Data-Access Objects (DAOs) allow introduction of a new column into the generated tables to cater for "version-ing" the generated data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getWhereClause
(String gdgPropertyName) looks for the property identified by "gdgPropertyName" in gdg.properties file For example, gdg.properties file contains:
-
Constructor Details
-
GDGUtility
public GDGUtility()
-
-
Method Details
-
getWhereClause
looks for the property identified by "gdgPropertyName" in gdg.properties file For example, gdg.properties file contains:GDG1=AND GDG_YEAR=2012
- Parameters:
gdgPropertyName
- (e.g. GDG1 in above example)- Returns:
-