Formula

interface Formula<E : Entity<ID>, ID : Comparable<ID>, T : Any> : Storage

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun get(table: NonNullTable<E, ID>): Expression<T>