QueryOptions

@Serializable
data class QueryOptions(val args: Map<String, *>? = null, val basis: Basis? = null, val afterTx: TransactionKey? = null, val txTimeout: Duration? = null, val defaultTz: ZoneId? = null, val explain: Boolean = false, val keyFn: IKeyFn<*>? = null) : ILookup, Seqable

Constructors

Link copied to clipboard
constructor(args: Map<String, *>? = null, basis: Basis? = null, afterTx: TransactionKey? = null, txTimeout: Duration? = null, defaultTz: ZoneId? = null, explain: Boolean = false, keyFn: IKeyFn<*>? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
Link copied to clipboard
val args: Map<String, *>? = null
Link copied to clipboard
val basis: Basis? = null
Link copied to clipboard
Link copied to clipboard
val explain: Boolean = false
Link copied to clipboard
val keyFn: IKeyFn<*>? = null
Link copied to clipboard