All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.flink.lakesoul.metadata.JdbcMetaDataSource Maven / Gradle / Ivy

There is a newer version: 2.5.1-flink-1.17
Show newest version
// SPDX-FileCopyrightText: 2023 LakeSoul Contributors
//
// SPDX-License-Identifier: Apache-2.0

package org.apache.flink.lakesoul.metadata;

public interface JdbcMetaDataSource {
    DatabaseSchemaedTables getDatabaseAndTablesWithSchema();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy