ExposedStandardVersionsRepoProxy

class ExposedStandardVersionsRepoProxy(val database: <ERROR CLASS>) : StandardVersionsRepoProxy<<ERROR CLASS>> , ExposedRepo

Constructors

Link copied to clipboard
fun ExposedStandardVersionsRepoProxy(database: <ERROR CLASS>)

Functions

Link copied to clipboard
open suspend override fun getTableVersion(tableName: String): Int?
Link copied to clipboard
open suspend override fun updateTableVersion(tableName: String, version: Int)

Properties

Link copied to clipboard
open override val database: <ERROR CLASS>
Link copied to clipboard
open val selectAll: <ERROR CLASS>.() -> <ERROR CLASS>
Link copied to clipboard
val tableNameColumn: <ERROR CLASS>
Link copied to clipboard
val tableVersionColumn: <ERROR CLASS>