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

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

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


object DoubleEncoderDecoder : ColumnEncoderDecoder {
    override fun decode(value: String): Double = value.toDouble()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy