mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-20486: Implement Database.Close() method in msilib (GH-4141)
This commit is contained in:
parent
3cc4c53a64
commit
a935654f06
3 changed files with 21 additions and 8 deletions
|
@ -152,12 +152,18 @@ Database Objects
|
|||
:c:func:`MsiGetSummaryInformation`. *count* is the maximum number of updated
|
||||
values.
|
||||
|
||||
.. method:: Database.Close()
|
||||
|
||||
Close the database object, through :c:func:`MsiCloseHandle`.
|
||||
|
||||
.. versionadded:: 3.7
|
||||
|
||||
.. seealso::
|
||||
|
||||
`MSIDatabaseOpenView <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/msidatabaseopenview.asp>`_
|
||||
`MSIDatabaseCommit <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/msidatabasecommit.asp>`_
|
||||
`MSIGetSummaryInformation <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/msigetsummaryinformation.asp>`_
|
||||
`MsiCloseHandle <https://msdn.microsoft.com/en-us/library/windows/desktop/aa370067(v=vs.85).aspx>`_
|
||||
|
||||
.. _view-objects:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue