OpenEdge.Core.ServerConnection.UrlConnectionParameters
- Last Updated: January 15, 2026
- 1 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.
@param character The format mask to use. This value is IGNORED for this class.
@return character A useable string of connection parameters. */
|
||
| Initialise () |
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| UrlConnectionParameters (character) |
|
||
| UrlConnectionParameters (JsonObject) |
|
Method Detail
CHARACTER GetConnectionString ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Initialise () |
||||||||||||
Constructor Detail
UrlConnectionParameters (character)
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
UrlConnectionParameters (JsonObject)
|
||||||||||