Database instance methods for MySQL databases accessed via JDBC.
Return instance of Sequel::JDBC::MySQL::Dataset with the given opts.
# File lib/sequel/adapters/jdbc/mysql.rb, line 13 def dataset(opts=nil) Sequel::JDBC::MySQL::Dataset.new(self, opts) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.