Parent

Methods

Files

Class/Module Index [+]

Quicksearch

ArJdbcMySQL::Error

Attributes

errno[RW]
error_number[RW]
sql_state[RW]

Public Class Methods

new(msg) click to toggle source
# File lib/active_record/railties/jdbcmysql_error.rb, line 6
def initialize msg
  super
  @error_number = nil
  @sql_state    = nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.