slippinj.databases.drivers package

Submodules

slippinj.databases.drivers.sqlserver module

class slippinj.databases.drivers.sqlserver.Sqlserver(self_, *args, **kwargs)[source]

Bases: object

Wrapper to connect to SQL Servers and get all the metastore information

get_all_tables_info(table_list, table_list_query, top_max)[source]

Return all the tables information reading from the Information Schema database :param table_list: string :param table_list_query: string :param top_max: integer :return: dict

Module contents