sqlalchemy :: sql :: sqltypes :: VARCHAR :: Class VARCHAR
[hide private]
[frames] | no frames]

Class VARCHAR


The SQL VARCHAR type.

Nested Classes [hide private]

Inherited from Concatenable: Comparator, comparator_factory

Instance Methods [hide private]
 
_compiler_dispatch(self, visitor, **kw)
Look for an attribute named "visit_" + self.__visit_name__ on the visitor, and call it with the same kw params.

Inherited from String: __init__, bind_processor, get_dbapi_type, literal_processor, result_processor

Inherited from type_api.TypeEngine: __repr__, __str__, adapt, bind_expression, coerce_compared_value, column_expression, compare_against_backend, compare_values, compile, copy_value, dialect_impl, with_variant

Inherited from type_api.TypeEngine (private): _cached_bind_processor, _cached_literal_processor, _cached_result_processor, _compare_type_affinity, _default_dialect, _dialect_info, _gen_dialect_impl, _has_bind_expression, _has_column_expression, _type_affinity

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

Class Variables [hide private]
  __visit_name__ = 'VARCHAR'

Inherited from type_api.TypeEngine: hashable

Inherited from type_api.TypeEngine (private): _isnull, _sqla_type

Properties [hide private]

Inherited from String: python_type

Inherited from object: __class__

Method Details [hide private]

_compiler_dispatch(self, visitor, **kw)

 

Look for an attribute named "visit_" + self.__visit_name__ on the visitor, and call it with the same kw params.

Overrides: String._compiler_dispatch