|
|
| 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. */ Overrides OpenEdge.Core.ServerConnection.ConnectionParameters:GetConnectionString () |
|||||
|
|
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. */ Inherited from OpenEdge.Core.ServerConnection.ConnectionParameters |
|||||
|
|
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. */ Inherited from OpenEdge.Core.ServerConnection.ConnectionParameters |
|||||
|
|
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. */ Inherited from OpenEdge.Core.ServerConnection.ConnectionParameters |
|||||
|
|
Initialise () |
Overrides OpenEdge.Core.ServerConnection.ConnectionParameters:Initialise () |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
WebServiceConnectionParameters (character) |
|
|||||
|
|
WebServiceConnectionParameters (JsonObject) |
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
OpenEdge.Core.ServerConnection.FormatMaskEnum FormatMask |
Inherited from OpenEdge.Core.ServerConnection.ConnectionParameters |
|||||
|
|
CHARACTER Operation |
|
|||||
|
|
Progress.Json.ObjectModel.JsonObject Options |
Inherited from OpenEdge.Core.ServerConnection.ConnectionParameters |
|||||
|
|
CHARACTER PortName |
|
|||||
|
|
CHARACTER ResolvedOptions |
Inherited from OpenEdge.Core.ServerConnection.ConnectionParameters |
|||||
|
|
CHARACTER ServiceName |
|
|
Top
PUBLIC CHARACTER GetConnectionString ()
|
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER GetConnectionString (character)
|
|||||||||||||||||||||||||
PUBLIC CHARACTER GetConnectionString (FormatMaskEnum)
|
|||||||||||||||||||||||||
PUBLIC CHARACTER GetConnectionString (JsonObject, character)
|
|||||||||||||||||||||||||
PROTECTED Initialise ()
|
|||||||||||||||||||||||||
PUBLIC WebServiceConnectionParameters (character)
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC WebServiceConnectionParameters (JsonObject)
|
|||||||||||
PUBLIC OpenEdge.Core.ServerConnection.FormatMaskEnum FormatMask
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER Operation
|
|||||||||
PROTECTED Progress.Json.ObjectModel.JsonObject Options
|
|||||||||
PUBLIC CHARACTER PortName
|
|||||||||
PROTECTED CHARACTER ResolvedOptions
|
|||||||||
PUBLIC CHARACTER ServiceName
|
|||||||||
Progress® OpenEdge® Release 12.2.0