Class: AmazonAthena::Command
- Inherits:
-
Object
- Object
- AmazonAthena::Command
show all
- Defined in:
- lib/amazon_athena/command.rb
Direct Known Subclasses
AmazonAthena::Commands::AlterTableAddPartition, AmazonAthena::Commands::AlterTableDropPartition, AmazonAthena::Commands::CreateDatabase, AmazonAthena::Commands::CreateTable, AmazonAthena::Commands::DescribeTable, AmazonAthena::Commands::DropDatabase, AmazonAthena::Commands::DropTable, AmazonAthena::Commands::RepairTable, AmazonAthena::Commands::ShowColumns, AmazonAthena::Commands::ShowCreateTable, AmazonAthena::Commands::ShowDatabases, AmazonAthena::Commands::ShowPartitions, AmazonAthena::Commands::ShowTableProperties, AmazonAthena::Commands::ShowTables
Instance Method Summary
collapse
Instance Method Details
#preview ⇒ Object
8
9
10
|
# File 'lib/amazon_athena/command.rb', line 8
def preview
statement
end
|
#run(connection) ⇒ Object
12
13
14
|
# File 'lib/amazon_athena/command.rb', line 12
def run(connection)
raise "Not implemented"
end
|
#statement ⇒ Object
4
5
6
|
# File 'lib/amazon_athena/command.rb', line 4
def statement
raise "Not implemented"
end
|