class ActiveRecord::ConnectionAdapters::NuoDBColumn

Public Class Methods

new(name, *args) click to toggle source
Calls superclass method
# File lib/arjdbc/nuodb/adapter.rb, line 339
def initialize(name, *args)
  if Hash === name
    super
  else
    super(nil, name, *args)
  end
end

Public Instance Methods

call_discovered_column_callbacks(*) click to toggle source
# File lib/arjdbc/nuodb/adapter.rb, line 347
def call_discovered_column_callbacks(*)
end