python-phoenixdb/phoenixdb/avatica/client.py [268:274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        request.connection_id = connection_id
        if catalog is not None:
            request.catalog = catalog
        if schemaPattern is not None:
            request.schema_pattern = schemaPattern
        if tableNamePattern is not None:
            request.table_name_pattern = tableNamePattern
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



python-phoenixdb/phoenixdb/avatica/client.py [285:291]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        request.connection_id = connection_id
        if catalog is not None:
            request.catalog = catalog
        if schemaPattern is not None:
            request.schema_pattern = schemaPattern
        if tableNamePattern is not None:
            request.table_name_pattern = tableNamePattern
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



