class documentation

class TSVECTOR(sqltypes.TypeEngine):

View In Hierarchy

The _postgresql.TSVECTOR type implements the PostgreSQL text search type TSVECTOR.

It can be used to do full text queries on natural language documents.

New in version 0.9.0.
Class Variable __visit​_name__ Undocumented
__visit_name__: str =

Undocumented