Interface DefaultValue

DEFAULT used in an INSERT statment, e.g. INSERT INTO some_table (col, col2) VALUES (DEFAULT, 'foo')

interface DefaultValue {
    _tag: "DefaultValue";
}

Hierarchy

  • Tagged<"DefaultValue", {}>
    • DefaultValue

Properties

Properties

_tag: "DefaultValue"

Generated using TypeDoc