check_if_table_exists proprietà

check_if_table_exists proprietà

Controlla se il nome della tabella esiste prima della creazione

Definizione:

@property
def check_if_table_exists(self):
    ...
@check_if_table_exists.setter
def check_if_table_exists(self, value):
    ...

Guarda anche