Lines Matching defs:Table
31 class Table:
79 return "CREATE TABLE %s (%s PRIMARY KEY %s)" % (self.name, fields, keys)
99 def add_data(db, table, values):
100 v = db.OpenView("SELECT * FROM `%s`" % table)
120 raise MSIError("Could not insert "+repr(values)+" into "+table)
146 # Fill the validation table
175 for table in module.tables:
176 add_data(db, table, getattr(module, table))
227 """Create a new directory in the Directory table. There is a current component
233 Default specifies the DefaultDir slot in the directory table. componentflags
261 """Add an entry to the Component table, and make this component the current for this
265 table."""
333 and the file table will be identical. If the src file is specified, it is
335 language can be specified for the entry in the File table."""