Module: Cawcaw::Command::Database::Table

Extended by:
ClassMethods
Included in:
Mysql::Table, Postgresql::Table
Defined in:
lib/cawcaw/command/database/table.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

count_table_sizes, get_full_table_paths, initialize_params, run

Class Method Details

.included(klass) ⇒ Object



116
117
118
# File 'lib/cawcaw/command/database/table.rb', line 116

def self.included(klass)
  klass.extend ClassMethods
end