Parent

Methods

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition

Public Instance Methods

tsvector(*args) click to toggle source
# File lib/arjdbc/postgresql/adapter.rb, line 963
def tsvector(*args)
  options = args.extract_options!
  column(args[0], "tsvector", options)
end
xml(*args) click to toggle source
# 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.