org.babyfish.jimmer.sql.kt.ast.KExecutable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jimmer-sql-kotlin Show documentation
Show all versions of jimmer-sql-kotlin Show documentation
A revolutionary ORM framework for both java and kotlin
package org.babyfish.jimmer.sql.kt.ast
import java.sql.Connection
interface KExecutable {
fun execute(con: Connection? = null): R
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy