Companion

object Companion

Functions

Link copied to clipboard
fun insertOnly(name: String, columns: List<Column>, viewName: String? = null, ignoreEmptyUpdates: Boolean = false, trackMetadata: Boolean = false, trackPreviousValues: TrackPreviousValuesOptions? = null): Table

Create a table that only supports inserts.

Link copied to clipboard
fun localOnly(name: String, columns: List<Column>, indexes: List<Index> = listOf(), viewName: String? = null): Table

Create a table that only exists locally.