| Summary: | SQL Java compile error - missing getPosition for SQLResultSet | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Paul Hoffman <hoffmanp> | ||||||
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> | ||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | jvincens | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 205061 [details]
Library to load database for test case
fixed added the missing method to the runtime Verified and closed. |
Created attachment 205060 [details] Test case for defect The spec and contest assist show a getPosition method returning the current row position. Use of the method gets a Java compile error: Description Resource Path Location Type The method getPosition() is undefined for the type SQLResultSet NoRSGetPosition.java /test.edt.generatedJava.runtime/generatedJava/sql/test/defects line 68 Java Problem See attached test program.