|
|
__init__(self,
table_name,
table_fields,
primary_key=(),
indices=[],
fulltext_indices=[])
Intializes the object |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
has_indice(self,
indice)
Checks if the table contains an indice with those fields |
source code
|
|
|
|
|
|
|
|
|
|
| get_SQLSearchStatement(self,
field,
value_list) |
source code
|
|
|
|
|
|
|
create_mysql_query(self,
created_unique_tables={},
ignore_primary_key=False) |
source code
|
|
|
|
|
|
|
|
|
|
| empty_temporal_table_sql_query(self,
_skip_first=None) |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
|