StandardError
Error class for exceptions raised by the connection.
# File lib/sequel/adapters/ibmdb.rb, line 40 def initialize(message, sqlstate) @sqlstate = sqlstate super(message) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.