dbbase.column_types.WriteOnlyColumn.label¶ WriteOnlyColumn.label(name)¶ Produce a column label, i.e. <columnname> AS <name>. This is a shortcut to the _expression.label() function. If ‘name’ is None, an anonymous label name will be generated.