class documentation

class Indexable(object):

Known subclasses: sqlalchemy.dialects.postgresql.hstore.HSTORE, sqlalchemy.types.ARRAY, sqlalchemy.types.JSON

View In Hierarchy

A mixin that marks a type as supporting indexing operations, such as array or JSON structures.

New in version 1.1.0.
Class ​Comparator Undocumented