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

instep.dao.sql.PreparedStatementGenerator.kt Maven / Gradle / Ivy

package instep.dao.sql

import java.sql.Connection
import java.sql.PreparedStatement


interface PreparedStatementGenerator {
    fun generate(conn: Connection, dialect: Dialect, plan: instep.dao.Plan<*>): PreparedStatement
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy