Lines Matching defs:table
117 def _columns_key(table): argument
129 def _data_key(table, col, rowid): argument
132 def _search_col_data_key(table, col): argument
135 def _search_all_data_key(table): argument
138 def _rowid_key(table, rowid): argument
141 def _search_rowid_key(table): argument
309 def CreateTable(self, table, columns): argument
357 def ListTableColumns(self, table): argument
383 def CreateOrExtendTable(self, table, columns): argument
441 def __load_column_info(self, table) : argument
453 def __new_rowid(self, table, txn) : argument
480 def Insert(self, table, rowdict) : argument
524 def Modify(self, table, conditions={}, mappings={}): argument
578 def Delete(self, table, conditions={}): argument
623 def Select(self, table, columns, conditions={}): argument
648 def __Select(self, table, columns, conditions): argument
783 def Drop(self, table): argument