Insert
data class Insert(val record: JsonObject, val columns: List<Column>, val commitTimestamp: Instant, val serializer: SupabaseSerializer) : PostgresAction, HasRecord(source)
Represents a postgres insert action
Constructors
Link copied to clipboard
constructor(record: JsonObject, columns: List<Column>, commitTimestamp: Instant, serializer: SupabaseSerializer)
Functions
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