Skip to main content

%SYSTEM.python.SQL

class %SYSTEM.python.SQL

This class implements SQL functions to support %SYSTEM.python

Method Inventory

Methods

classmethod addPath(path As %String) as %Integer [ SQLProc = add_path ]
Projected as the stored procedure: add_path
Add a path to executables to the current python gateway path. For Python, this can be a folder representing a package or a .py file URL.
classmethod closeGateway() as %Integer [ SQLProc = close_gateway ]
Projected as the stored procedure: close_gateway
Close the gateway connection to the External Python Server.
FeedbackOpens in a new tab