Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360716 - SQL Java compile error - missing getPosition for SQLResultSet
Summary: SQL Java compile error - missing getPosition for SQLResultSet
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-12 14:36 EDT by Paul Hoffman CLA
Modified: 2017-02-23 14:16 EST (History)
1 user (show)

See Also:


Attachments
Test case for defect (1.24 KB, application/octet-stream)
2011-10-12 14:36 EDT, Paul Hoffman CLA
no flags Details
Library to load database for test case (3.53 KB, application/octet-stream)
2011-10-12 14:37 EDT, Paul Hoffman CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.