io.ebeaninternal.server.bind.capture.BindCaptureEntry Maven / Gradle / Ivy
package io.ebeaninternal.server.bind.capture;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public interface BindCaptureEntry {
void bind(PreparedStatement statement, Connection connection) throws SQLException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy