Script 3a035889852c_add_copr_fulltext_py :: Class Tsvector
[hide private]
[frames] | no frames]

Class Tsvector

source code


Nested Classes [hide private]

Inherited from sqlalchemy.types.Concatenable: Comparator, comparator_factory

Inherited from sqlalchemy.sql.visitors.Visitable: __metaclass__

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

Inherited from sqlalchemy.types.UnicodeText: __init__

Inherited from sqlalchemy.types.String: bind_processor, get_dbapi_type, result_processor

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

Inherited from sqlalchemy.types.TypeEngine (private): _cached_bind_processor, _cached_result_processor, _compare_type_affinity, _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]
  _compiler_dispatcher = <sqlalchemy.ext.compiler._dispatcher ob...

Inherited from sqlalchemy.types.UnicodeText: __visit_name__

Inherited from sqlalchemy.types.TypeEngine: hashable

Properties [hide private]

Inherited from sqlalchemy.types.String: python_type

Inherited from sqlalchemy.types.TypeEngine (private): _default_dialect

Inherited from object: __class__

Method Details [hide private]

_compiler_dispatch(*arg, **kw)

 

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

Overrides: sqlalchemy.types.String._compiler_dispatch
(inherited documentation)

Class Variable Details [hide private]

_compiler_dispatcher

Value:
<sqlalchemy.ext.compiler._dispatcher object at 0x250e710>