create_table proprietà

create_table proprietà

Indica se si sta esportando un codice SQL o creando una tabella.

Definizione:

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

Guarda anche