Subject Re: [Firebird-Java] FBResultSet proxy class on JBoss
Author Roman Rokytskyy
> OK, so I'll have to handle getting more than one concrete ResultSet
> class.

You have to handle java.sql.ResultSet, nothing more. You should not cast to
implementation class, only to interface.

Roman