Skip to content

Instantly share code, notes, and snippets.

@wycats
Created September 5, 2008 06:43
Show Gist options
  • Save wycats/8933 to your computer and use it in GitHub Desktop.
Save wycats/8933 to your computer and use it in GitHub Desktop.
import data_objects.drivers.DriverDefinition;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.jruby.Ruby;
import org.jruby.RubyArray;
import org.jruby.RubyClass;
import org.jruby.RubyModule;
import org.jruby.RubyNumeric;
import org.jruby.RubyObject;
import org.jruby.RubyObjectAdapter;
import org.jruby.RubyString;
import org.jruby.anno.JRubyClass;
import org.jruby.anno.JRubyMethod;
import org.jruby.javasupport.JavaEmbedUtils;
import org.jruby.runtime.ObjectAllocator;
import org.jruby.runtime.builtin.IRubyObject;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment