Parent

Methods

Files

Class/Module Index [+]

Quicksearch

ArJdbc::Oracle::TableDefinition

Public Instance Methods

raw(*args) click to toggle source
# File lib/arjdbc/oracle/adapter.rb, line 72
def raw(*args)
  options = args.extract_options!
  column(args[0], 'raw', options)
end
xml(*args) click to toggle source
# File lib/arjdbc/oracle/adapter.rb, line 77
def xml(*args)
  options = args.extract_options!
  column(args[0], 'xml', options)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.