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

io.leoplatform.schema.ChangeSource Maven / Gradle / Ivy

The newest version!
package io.leoplatform.schema;

import java.sql.Connection;
import java.util.List;

public interface ChangeSource {
    Connection connection();

    List tables();

    void end();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy