ActiveRecord::ConnectionAdapters::TableDefinition
# File lib/arjdbc/postgresql/adapter.rb, line 963 def tsvector(*args) options = args.extract_options! column(args[0], "tsvector", options) end
# File lib/arjdbc/postgresql/adapter.rb, line 958 def xml(*args) options = args.extract_options! column(args[0], "xml", options) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.