Delete
data class Delete( val oldRecord: JsonObject, val columns: List<Column>, val commitTimestamp: Instant, val serializer: SupabaseSerializer) : PostgresAction, HasOldRecord(source)
Represents a postgres delete 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