SYMBOL INDEX (64 symbols across 7 files) FILE: etlalchemy/ETLAlchemySource.py class ETLAlchemySource (line 40) | class ETLAlchemySource(): method __init__ (line 42) | def __init__(self, method get_nearest_power_of_two (line 145) | def get_nearest_power_of_two(self, num): method standardize_column_type (line 162) | def standardize_column_type(self, column, raw_rows): method add_or_eliminate_column (line 468) | def add_or_eliminate_column( method transform_table (line 525) | def transform_table(self, T): method check_multiple_autoincrement_issue (line 546) | def check_multiple_autoincrement_issue(self, auto_inc_count, pk_count,... method transform_data (line 570) | def transform_data(self, T_src, raw_rows): method create_table (line 585) | def create_table(self, T_dst_exists, T): method send_data (line 605) | def send_data(self, table, columns): method dump_data (line 769) | def dump_data(self, T_dst_exists, T, raw_rows, pks, sessionMaker): method migrate (line 875) | def migrate( method add_indexes (line 1184) | def add_indexes(self, destination_database_url): method add_fks (line 1339) | def add_fks(self, destination_database_url): method print_timings (line 1636) | def print_timings(self): FILE: etlalchemy/ETLAlchemyTarget.py class ETLAlchemyTarget (line 8) | class ETLAlchemyTarget(): method __init__ (line 9) | def __init__(self, conn_string, drop_database=False): method addSource (line 28) | def addSource(self, source): method migrate (line 34) | def migrate(self, migrate_schema=True, migrate_data=True, FILE: etlalchemy/etlalchemy_exceptions.py class DBApiNotFound (line 1) | class DBApiNotFound(Exception): method __init__ (line 2) | def __init__(self, conn_string): method __str__ (line 33) | def __str__(self): FILE: etlalchemy/literal_value_generator.py function _generate_literal_value_for_csv (line 10) | def _generate_literal_value_for_csv(value, dialect): function _generate_literal_value (line 81) | def _generate_literal_value(value, dialect): function dump_to_oracle_insert_statements (line 139) | def dump_to_oracle_insert_statements(fp, engine, table, raw_rows, columns): function dump_to_csv (line 166) | def dump_to_csv(fp, table_name, columns, raw_rows, dialect): function generate_literal_value (line 188) | def generate_literal_value(value, dialect, type_): function dump_to_sql_statement (line 201) | def dump_to_sql_statement(statement, fp, bind=None, table_name=None): FILE: etlalchemy/schema_transformer.py class SchemaTransformer (line 6) | class SchemaTransformer(): class TableTransformation (line 8) | class TableTransformation(): method __init__ (line 9) | def __init__(self, stRow): method __str__ (line 14) | def __str__(self): class ColumnTransformation (line 18) | class ColumnTransformation(): method __init__ (line 19) | def __init__(self, stRow): method _new_type (line 26) | def _new_type(self): method __str__ (line 29) | def __str__(self): method schedule_deletion_of_column (line 31) | def schedule_deletion_of_column(self, col, table): method __init__ (line 52) | def __init__(self, column_transform_file, method transform_table (line 83) | def transform_table(self, table): method transform_column (line 98) | def transform_column(self, C, tablename, columns): method transform_rows (line 157) | def transform_rows(self, rows, columns, tablename): FILE: setup.py class PyTest (line 6) | class PyTest(TestCommand): method initialize_options (line 9) | def initialize_options(self): method run_tests (line 13) | def run_tests(self): FILE: tests/test_transformer.py function setup_column_transform_file (line 12) | def setup_column_transform_file(tmpdir, data=[]): function setup_table_transform_file (line 30) | def setup_table_transform_file(tmpdir, data=[]): function get_unique_tables (line 41) | def get_unique_tables(data): function mock_dictreader (line 52) | def mock_dictreader(headers, data): function test_init_args_empty (line 57) | def test_init_args_empty(): function test_init_global_only (line 62) | def test_init_global_only(): function test_column_transformation_delete (line 70) | def test_column_transformation_delete(): function test_column_transformation_rename (line 97) | def test_column_transformation_rename(): function test_column_transformation_tables (line 116) | def test_column_transformation_tables(): function test_column_transformation_type (line 128) | def test_column_transformation_type(): function test_table_transformation_rename (line 134) | def test_table_transformation_rename(): function test_table_transformation_delete (line 141) | def test_table_transformation_delete(): function test_needsfiles (line 166) | def test_needsfiles(tmpdir): function test_init_column_transform_file_empty (line 175) | def test_init_column_transform_file_empty(tmpdir): function test_init_column_transform_file (line 182) | def test_init_column_transform_file(tmpdir): function test_init_table_transform_file (line 194) | def test_init_table_transform_file(tmpdir): function test_schedule_deletion_of_column (line 205) | def test_schedule_deletion_of_column(tmpdir): function test_transform_table (line 252) | def test_transform_table(tmpdir): function test_transform_column (line 259) | def test_transform_column(tmpdir): function test_transform_rows (line 263) | def test_transform_rows(tmpdir):