Difference between revisions of "Extensions.SQL.Connection"
Jump to navigation
Jump to search
(Edited by Ngoc Tran.) |
(Edited by Ngoc Tran.) |
||
Line 1: | Line 1: | ||
− | {{DISPLAYTITLE:Data Type ''' | + | {{DISPLAYTITLE:Data Type '''Connection'''}}[[Category:DataType]][[Category:SQL]] |
== Classification == | == Classification == | ||
− | {{ClassificationDataType | | + | {{ClassificationDataType | Connection| Diagnostic Service | [[Core.DataTypes.SimpleDataType|Simple Data Type]] | [[Core.DataTypes.ComplexDataType.ComplexType|ComplexType]] | - | - | SpecifiedBy={{OtxSpec4}} }} |
== Description == | == Description == |
Latest revision as of 08:54, 24 September 2019
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;