public interface ConnectableServer extends Connectable
| attribute or method | API |
|---|---|
| CONNECT() | connect(character, character, character, character),
connect(character, character, character),
connect(character, character)
|
| Modifier and Type | Method and Description |
|---|---|
logical |
connect(character options,
character user)
Method declaration for the CONNECT() procedure supported by sockets and
web-services.
|
logical |
connect(character options,
character user,
character pwd)
Method declaration for the CONNECT() procedure supported by sockets and
web-services.
|
logical |
connect(character options,
character user,
character pwd,
character serverInfo)
Method declaration for the CONNECT() procedure supported by sockets and
web-services.
|
connect, connect, connected, disconnectlogical connect(character options, character user, character pwd, character serverInfo)
options - The set of parameters to establish the connect procedure. 4GL allows only
character values for this parameter.user - The user with which the connection is made.pwd - The password for the user with which the connection is madeserverInfo - Server infotrue if connection succeeded, or false
otherwiselogical connect(character options, character user, character pwd)
options - The set of parameters to establish the connect procedure. 4GL allows only
character values for this parameter.user - The user with which the connection is made.pwd - The password for the user with which the connection is madetrue if connection succeeded, or false
otherwiselogical connect(character options, character user)
options - The set of parameters to establish the connect procedure. 4GL allows only
character values for this parameter.user - The user with which the connection is made.true if connection succeeded, or false
otherwise