DatabaseInsertMode#
- class lsst.daf.butler.registry.interfaces.DatabaseInsertMode(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
EnumMode options available for inserting database records.
Attributes Summary
Insert records, skipping any that already exist.
Insert records, failing if they already exist.
Replace records, overwriting existing.
Attributes Documentation
- ENSURE = 3#
Insert records, skipping any that already exist.
- INSERT = 1#
Insert records, failing if they already exist.
- REPLACE = 2#
Replace records, overwriting existing.