Extensions.SQL.Connection

From emotive
Jump to navigation Jump to search

Classification

Name Connection
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;