check_if_table_exists property

check_if_table_exists property

Check if the table name exists before creating

Definition:

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

See Also