Skip to main content

%SYSTEM.external.SQL

class %SYSTEM.external.SQL

This class implements SQL functions to support %SYSTEM.external

Method Inventory

Methods

classmethod addPath(serverName As %String, path As %String) as %Integer [ SQLProc = add_path ]
Projected as the stored procedure: add_path
Add a path to executables to the current java gateway path. For Java, this can be a folder or a jar URL.
classmethod closeGateway(serverName As %String) as %Integer [ SQLProc = close_gateway ]
Projected as the stored procedure: close_gateway
FeedbackOpens in a new tab