OpenEdge.Core.ServerConnection.ConnectionParameters
- Last Updated: January 15, 2026
- 3 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER GetConnectionString () |
/** Returns the Options as a formatted string for use by the server to connect.
This may be the the ABL CONNECT statement or some other parameter.
@return character A useable string of connection parameters. */
|
||
| CHARACTER GetConnectionString (character) |
/** Returns the Options as a formatted string for use by the server to connect.
This may be the the ABL CONNECT statement or some other parameter.
@param character The format mask to use. Overrides the mask
specified by the property.
@return character A useable string of connection parameters. */
|
||
| CHARACTER GetConnectionString (FormatMaskEnum) |
/** Returns the Options as a formatted string for use by the server to connect.
This may be the the ABL CONNECT statement or some other parameter.
@param FormatMaskEnum The format mask to use. Overrides the mask
specified by the property.
@return character A useable string of connection parameters. */
|
||
| CHARACTER GetConnectionString (JsonObject, character) |
/** Returns the Options as a formatted string for use by the server to connect.
This may be the the ABL CONNECT statement or some other parameter.
@param JsonObject Options in JSON format.
@param character The format mask to use.
@return character A useable string of connection parameters. */
|
||
| Initialise () |
/** Use this method for setting initial or default values, or other similar actions */
|
||
| ShadowConstructor (JsonObject, FormatMaskEnum) |
/** Shadow constructor for this class. Used instead of a real constructor since some transformations
have to happen before its called, and since a constructor must be invoked first via SUPER or THIS-OBJECT,
there's no room for those transformations.
@param JsonObject The options in JSON form
@param FormatMaskEnum The Format mask to use for this connection. */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ConnectionParameters (character, FormatMaskEnum) |
|
||
| ConnectionParameters (JsonObject, FormatMaskEnum) |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Core.ServerConnection.FormatMaskEnum FormatMask |
|
||
| Progress.Json.ObjectModel.JsonObject Options |
|
||
| CHARACTER ResolvedOptions |
|
Method Detail
CHARACTER GetConnectionString ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER GetConnectionString (character)
|
||||||||||||||||||||||
CHARACTER GetConnectionString (FormatMaskEnum)
|
||||||||||||||||||||||
CHARACTER GetConnectionString (JsonObject, character)
|
||||||||||||||||||||||
Initialise ()
|
||||||||||||||||||||||
ShadowConstructor (JsonObject, FormatMaskEnum)
|
||||||||||||||||||||||
Constructor Detail
ConnectionParameters (character, FormatMaskEnum)
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ConnectionParameters (JsonObject, FormatMaskEnum)
|
||||||||||||||
Property Detail
OpenEdge.Core.ServerConnection.FormatMaskEnum FormatMask |
||||||||
|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonObject Options
|
||||||||
CHARACTER ResolvedOptions
|
||||||||