Skip to main content

%DeepSee.Connector.sql

class %DeepSee.Connector.sql extends %DeepSee.Connector.abstractNode

Sql node used within a DeepSee DataConnector SourceQuery definition.

Property Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/deepsee/connector/query;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
parameter XMLINCLUDEINGROUP = 1;
Inherited description: Do not include *this* class in the XML groupings.

Properties

property content as %ZEN.Datatype.sql (XMLPROJECTION = "content");
SQL query.
Property methods: contentDisplayToLogical(), contentGet(), contentIsValid(), contentLogicalToDisplay(), contentLogicalToOdbc(), contentNormalize(), contentSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab