Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.1.3.1, 10.2.1.6
-
None
-
Newcomer
Description
The following cleanup tasks were identified as part of DERBY-1002 (http://issues.apache.org/jira/browse/DERBY-1002):
- pkgcnstkn, pkgid, pkgsn variables can be removed from DRDAStatement since these are derived from pkgnamcsn object.
- Look into what is required by initialize() of default statement. Currently, initialize just calls setTypDefValues(). Once the purpose of this method is confirmed, we may need to modify the comments at places it is currently called.