Interface TableLister

    • Method Detail

      • showTables

        List<TableProperties> showTables​(SchemaName schema)
        Returns list of tables for a given schema
        Parameters:
        schema -
        Returns:
        list of tables for a given schema
      • showTables

        List<TableProperties> showTables​(SchemaName schema,
                                         String like)
        Returns list of tables for a given schema with additional filter expression.
        Parameters:
        schema -
        like - filter expression, eg. "MYTABLE", "%TAB%"
        Returns:
        list of tables