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

io.ebeaninternal.server.bind.capture.BindCaptureEntry Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
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