Interface DatasourceMetaProvider

    • Method Detail

      • getTables

        java.util.List<java.lang.String> getTables​(java.lang.String dataSource,
                                                   TableType type)
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getTableInfo

        Table getTableInfo​(java.lang.String dataSource,
                           java.lang.String tableName,
                           TableType type)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception