Parent

Methods

Files

Class Index [+]

Quicksearch

ArJdbcMySQL::Error

Attributes

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
 6:     def initialize msg
 7:       super
 8:       @error_number = nil
 9:       @sql_state    = nil
10:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.