
com.sxtanna.database.struct.Duo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Kuery Show documentation
Show all versions of Kuery Show documentation
MySQL Kotlin wrapper based on HikariCP
package com.sxtanna.database.struct
import com.sxtanna.database.struct.obj.SqlType
data class Duo(val name : String, val value : T) {
companion object {
@JvmStatic
@SafeVarargs
fun valueColumns(vararg columns : Duo) = arrayOf(*columns)
@JvmStatic
@SafeVarargs
fun tableColumns(vararg columns : Duo) = arrayOf(*columns)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy