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

ru.curs.celesta.dbutils.adaptors.ddl.DdlConsumer Maven / Gradle / Ivy

The newest version!
package ru.curs.celesta.dbutils.adaptors.ddl;

import java.sql.Connection;

@FunctionalInterface
public interface DdlConsumer {
    void consume(Connection conn, String sql);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy