Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
42.4. Sharing Data
Prev UpChapter 42. PL/Python - Python Procedural LanguageHome Next

42.4. Sharing Data

The global dictionarySD is available to store private data between repeated calls to the same function. The global dictionaryGD is public data, that is available to all Python functions within a session; use with care.

Each function gets its own execution environment in the Python interpreter, so that global data and function arguments frommyfunc are not available tomyfunc2. The exception is the data in theGD dictionary, as mentioned above.


Prev Home Next
42.3. Data Values Up 42.5. Anonymous Code Blocks
pdfepub
Go to Postgres Pro Standard 9.6
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp