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

com.github.jasync.sql.db.column.ColumnEncoderRegistry.kt Maven / Gradle / Ivy

package com.github.jasync.sql.db.column

interface ColumnEncoderRegistry {

    fun encode(value: Any?): String?

    fun kindOf(value: Any?): Int

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy