Extensions.SQL.Connection

From emotive
Revision as of 08:54, 24 September 2019 by Nb (talk | contribs) (Edited by Ngoc Tran.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name DiagService
Short Description Diagnostic Service
Class Simple Data Type
Base Data Type ComplexType
Default Value Empty
Provide a Literal No
SpecifiedBy ISO 13209-4
Standard Compliant Yes

Description

A Connection represents an open connection to a database.

Core Conversion

The following table shows the rules for conversion to another data type:

Conversion Result Sample
ToBoolean Undefined (should not be used)
ToInteger Undefined (should not be used)
ToFloat Undefined (should not be used)
ToString Returns the value of memory connection in Java platform. In Dotnet platform, is empty. String s = ToString(connectionVariable); // Returns "opentestsystem.otf.model.types.Connection@7f383f"
ToByteField Undefined (should not be used)

Sample

SQL.Connection connectionVariable;