instep.dao.sql.ResultSetDelegate.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of instep-dao Show documentation
Show all versions of instep-dao Show documentation
Tools are designed for more easier coding.
The newest version!
package instep.dao.sql
import instep.dao.sql.dialect.AbstractDialect
import java.sql.ResultSet
interface ResultSetDelegate {
fun getDelegate(dialect: Dialect, rs: ResultSet): AbstractDialect.ResultSet
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy