
com.github.andrewoma.kwery.mapper.Value.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mapper Show documentation
Show all versions of mapper Show documentation
An SQL library for Kotlin
The newest version!
package com.github.andrewoma.kwery.mapper
/**
* Value allows extraction of column values by column.
*/
interface Value {
infix fun of(column: Column): T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy