class documentation

interface for declarative-capable construct that delivers one or more Column objects to the declarative process to be part of a Table.

Class Variable __slots__ Undocumented
Property columns_to_assign A list of Column objects that should be declaratively added to the new Table object.
Property mapper_property_to_assign return a MapperProperty to be assigned to the declarative mapping

Inherited from _DCAttributeOptions:

Class Variable _attribute_options behavioral options for ORM-enabled Python attributes
Class Variable _has_dataclass_arguments Undocumented

Inherited from TypingOnly (via _DCAttributeOptions, _MappedAttribute):

Method __init_subclass__ Undocumented