Unable to build with Java 1.7
Brought to you by:
pyuill
Since Java 1.7 the ResultSet Interface has two more methods. Added to AbstractResultSet as unimplemented methods so you can work with JDK 1.7.
http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html#getObject%28int,%20java.lang.Class%29
Add new methods as unimplemented