class documentation

Undocumented

Class Variable fromColumn key column in this table, primary key by default
Class Variable linkFromColumn link key column for this model
Class Variable linkTableName link table name
Class Variable linkToColumn link key column for the related model
Class Variable toColumn key column in the related table, primary key by default
Class Variable toModel related model

Inherited from Config (via Config):

Class Variable isAuto Undocumented
Class Variable isPrimaryKey Undocumented
Class Variable isRequired Undocumented
Class Variable isUnique Undocumented
Class Variable name Undocumented
Class Variable title Undocumented
Class Variable validators Undocumented
Class Variable values Undocumented
Class Variable widget Undocumented

Inherited from ConfigWithAccess (via Config, Config):

Class Variable access permission to use the object
Class Variable permissions additional permissions

Inherited from Config (via Config, Config, ConfigWithAccess):

Class Variable uid unique ID

Inherited from Data (via Config, Config, ConfigWithAccess, Config):

Method __init__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method set Undocumented
Method update Undocumented
fromColumn: str = (source)

key column in this table, primary key by default

linkFromColumn: str = (source)

link key column for this model

linkTableName: str = (source)

link table name

linkToColumn: str = (source)

link key column for the related model

toColumn: str = (source)

key column in the related table, primary key by default

toModel: str = (source)

related model