All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.app.cash.backfila.client.jooq.gen.keys.Keys.kt Maven / Gradle / Ivy

Go to download

Backfila is a service that manages backfill state, calling into other services to do batched work.

There is a newer version: 2024.10.28.205607-fab304f
Show newest version
/*
 * This file is generated by jOOQ.
 */
package app.cash.backfila.client.jooq.gen.keys

import app.cash.backfila.client.jooq.gen.tables.Menu
import app.cash.backfila.client.jooq.gen.tables.Widgets
import app.cash.backfila.client.jooq.gen.tables.records.MenuRecord
import app.cash.backfila.client.jooq.gen.tables.records.WidgetsRecord
import org.jooq.UniqueKey
import org.jooq.impl.DSL
import org.jooq.impl.Internal

// -------------------------------------------------------------------------
// UNIQUE and PRIMARY KEY definitions
// -------------------------------------------------------------------------

val KEY_MENU_PRIMARY: UniqueKey = Internal.createUniqueKey(Menu.MENU, DSL.name("KEY_menu_PRIMARY"), arrayOf(Menu.MENU.ID), true)
val KEY_WIDGETS_PRIMARY: UniqueKey = Internal.createUniqueKey(Widgets.WIDGETS, DSL.name("KEY_widgets_PRIMARY"), arrayOf(Widgets.WIDGETS.WIDGET_TOKEN), true)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy