Home | History | Annotate | Download | only in msilib

Lines Matching defs:Table

32 class Table:
80 return "CREATE TABLE %s (%s PRIMARY KEY %s)" % (self.name, fields, keys)
100 def add_data(db, table, values):
101 v = db.OpenView("SELECT * FROM `%s`" % table)
121 raise MSIError("Could not insert "+repr(values)+" into "+table)
147 # Fill the validation table
176 for table in module.tables:
177 add_data(db, table, getattr(module, table))
228 """Create a new directory in the Directory table. There is a current component
234 Default specifies the DefaultDir slot in the directory table. componentflags
262 """Add an entry to the Component table, and make this component the current for this
266 table."""
334 and the file table will be identical. If the src file is specified, it is
336 language can be specified for the entry in the File table."""