Module: AmazonAthena::Commands
- Defined in:
- lib/amazon_athena/commands.rb,
lib/amazon_athena/commands/drop_table.rb,
lib/amazon_athena/commands/show_tables.rb,
lib/amazon_athena/commands/create_table.rb,
lib/amazon_athena/commands/repair_table.rb,
lib/amazon_athena/commands/show_columns.rb,
lib/amazon_athena/commands/drop_database.rb,
lib/amazon_athena/commands/describe_table.rb,
lib/amazon_athena/commands/show_databases.rb,
lib/amazon_athena/commands/create_database.rb,
lib/amazon_athena/commands/show_partitions.rb,
lib/amazon_athena/commands/show_create_table.rb,
lib/amazon_athena/commands/show_table_properties.rb,
lib/amazon_athena/commands/alter_table_add_partition.rb,
lib/amazon_athena/commands/alter_table_drop_partition.rb
Defined Under Namespace
Classes: AlterTableAddPartition, AlterTableDropPartition, CreateDatabase, CreateTable, DescribeTable, DropDatabase, DropTable, RepairTable, ShowColumns, ShowCreateTable, ShowDatabases, ShowPartitions, ShowTableProperties, ShowTables