sqlalchemy :: types :: Integer :: Class Integer
[frames] | no frames]

Class Integer


A type for int integers.
Instance Methods
 
get_dbapi_type(self, dbapi)
Return the corresponding type object from the underlying DB-API, if any.

Inherited from TypeEngine: __getstate__, adapt, bind_processor, dialect_impl, get_col_spec, get_search_list, result_processor

Inherited from AbstractType: __init__, __repr__, adapt_operator, compare_values, copy_value, is_mutable

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

get_dbapi_type(self, dbapi)

 

Return the corresponding type object from the underlying DB-API, if any.

This can be useful for calling setinputsizes(), for example.

Overrides: AbstractType.get_dbapi_type
(inherited documentation)