class documentation

Undocumented

Method __init__ Undocumented
Method adapt Undocumented
Method literal_processor Undocumented
Property format_is_text_affinity return True if the storage format will automatically imply a TEXT affinity.
Instance Variable _reg Undocumented
Instance Variable _storage_format Undocumented
def __init__(self, storage_format=None, regexp=None, **kw): (source)
def adapt(self, cls, **kw): (source)

Undocumented

def literal_processor(self, dialect): (source)

Undocumented

@property
format_is_text_affinity = (source)

return True if the storage format will automatically imply a TEXT affinity. If the storage format contains no non-numeric characters, it will imply a NUMERIC storage format on SQLite; in this case, the type will generate its DDL as DATE_CHAR, DATETIME_CHAR, TIME_CHAR. .. versionadded:: 1.0.0

Undocumented