class _NumericType(object):
Known subclasses: sqlalchemy.dialects.mysql.types.DECIMAL
, sqlalchemy.dialects.mysql.types.NUMERIC
, sqlalchemy.dialects.mysql.types._FloatType
, sqlalchemy.dialects.mysql.types._IntegerType
Base for MySQL numeric types.
This is the base both for NUMERIC as well as INTEGER, hence it's a mixin.
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Instance Variable | unsigned |
Undocumented |
Instance Variable | zerofill |
Undocumented |
sqlalchemy.dialects.mysql.types._FloatType
, sqlalchemy.dialects.mysql.types._IntegerType
Undocumented