Lines Matching defs:Table
81 class Table:
129 return "CREATE TABLE %s (%s PRIMARY KEY %s)" % (self.name, fields, keys)
153 f.write("from msilib import Table\n")
159 f.write("\n%s = Table('%s')\n" % (name,name))
168 # Fill the _Validation table
175 # Table, Column, Nullable
210 table = r.StringData(1)
211 tables.append(table)
212 f.write("%s = [\n" % table)
213 v1 = seqmsi.OpenView("SELECT * FROM `%s`" % table)
231 if table == "Binary":
259 def add_data(db, table, values):
261 v = db.OpenView("SELECT * FROM `%s`" % table)
306 # Fill the validation table
334 for table in module.tables:
335 add_data(db, table, getattr(module, table))
423 """Create a new directory in the Directory table. There is a current component
429 Default specifies the DefaultDir slot in the directory table. componentflags
457 """Add an entry to the Component table, and make this component the current for this
461 table."""
515 and the file table will be identical. If the src file is specified, it is
517 language can be specified for the entry in the File table."""