Update
data class Update( val record: JsonObject, val oldRecord: JsonObject, val columns: List<Column>, val commitTimestamp: Instant, val serializer: SupabaseSerializer) : PostgresAction, HasRecord, HasOldRecord(source)
Represents a postgres update action
Constructors
Functions
Link copied to clipboard
Decodes HasOldRecord.oldRecord as T and returns it
Link copied to clipboard
Decodes HasOldRecord.oldRecord as T and returns it or returns null when it cannot be decoded as T
Link copied to clipboard
Decodes HasRecord.record as T and returns it
Link copied to clipboard
Decodes HasRecord.record as T and returns it or returns null when it cannot be decoded as T