class documentation

class GistIndex(PostgresIndex):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method check​_supported Undocumented
Method deconstruct Undocumented
Method get​_with​_params Undocumented
Class Variable suffix Undocumented
Instance Variable buffering Undocumented
Instance Variable fillfactor Undocumented

Inherited from PostgresIndex:

Method create​_sql Undocumented
Property max​_name​_length Undocumented
def __init__(self, *expressions, buffering=None, fillfactor=None, **kwargs):

Undocumented

def check_supported(self, schema_editor):
def deconstruct(self):

Undocumented

def get_with_params(self):
suffix: str =

Undocumented

buffering =

Undocumented

fillfactor =

Undocumented