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

com.vladsch.kotlin.jdbc.InternalModelPropertyProvider.kt Maven / Gradle / Ivy

Go to download

A thin library that exposes JDBC API with the convenience of Kotlin and gets out of the way when not needed.

The newest version!
package com.vladsch.kotlin.jdbc

internal interface InternalModelPropertyProvider:ModelPropertyProvider {
    val columnName:String?
    val defaultValue: Any?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy