io.leoplatform.schema.ChangeSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leo-api Show documentation
Show all versions of leo-api Show documentation
SDK for LEO Insights platform
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