MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / create

Method create

tools/python-3.11.9-amd64/Lib/msilib/__init__.py:84–87  ·  view source on GitHub ↗
(self, db)

Source from the content-addressed store, hash-verified

82 return "CREATE TABLE %s (%s PRIMARY KEY %s)" % (self.name, fields, keys)
83
84 def create(self, db):
85 v = db.OpenView(self.sql())
86 v.Execute(None)
87 v.Close()
88
89class _Unspecified:pass
90def change_sequence(seq, action, seqno=_Unspecified, cond = _Unspecified):

Callers 1

init_databaseFunction · 0.45

Calls 2

sqlMethod · 0.95
CloseMethod · 0.80

Tested by

no test coverage detected