Methods to add to Database instances that access Fdbsql via JDBC.
Add the primary_keys and primary_key_sequences instance variables, so we can get the correct return values for inserted rows.
# File lib/sequel/adapters/jdbc/fdbsql.rb, line 27 def self.extended(db) super db.send(:adapter_initialize) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.