Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 360716

Summary: SQL Java compile error - missing getPosition for SQLResultSet
Product: z_Archived Reporter: Paul Hoffman <hoffmanp>
Component: EDTAssignee: 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:
Description Flags
Test case for defect
none
Library to load database for test case none

Description Paul Hoffman CLA 2011-10-12 14:36:49 EDT
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.
Comment 1 Paul Hoffman CLA 2011-10-12 14:37:11 EDT
Created attachment 205061 [details]
Library to load database for test case
Comment 2 Joseph Vincens CLA 2011-10-13 14:02:30 EDT
fixed 
added the missing method to the runtime
Comment 3 Paul Hoffman CLA 2011-10-24 10:05:35 EDT
Verified and closed.