class AmazonAthena::Command

Public Instance Methods

preview() click to toggle source
# File lib/amazon_athena/command.rb, line 8
def preview
  statement
end
run(connection) click to toggle source
# File lib/amazon_athena/command.rb, line 12
def run(connection)
  raise "Not implemented"
end
statement() click to toggle source
# File lib/amazon_athena/command.rb, line 4
def statement
  raise "Not implemented"
end