JdbcColumn
# File lib/arjdbc/postgresql/adapter.rb, line 924 def initialize(name, *args) if Hash === name super else super(nil, name, *args) end end
# File lib/arjdbc/postgresql/adapter.rb, line 932 def call_discovered_column_callbacks(*) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.