Package-level declarations

Functions

Link copied to clipboard
fun Table.jsonAsNode(name: String, objectMapper: ObjectMapper = jacksonObjectMapper()): Column<JsonNode>

Creates a column, with the specified name, for storing JSON data.

Link copied to clipboard
inline fun <T : Any> Table.jsonAsObject(name: String): Column<T>

Creates a column, with the specified name, for storing JSON data.