#include <FBwConect.h>
Public Types | |
| enum | ConectionProtocol { protocol_tcpip = 1, protocol_netbeui, protocol_spx, protocol_local } |
| Protocol Conection Type enum. More... | |
Public Methods | |
| FBwServerDsc () | |
| Default Constructor. | |
| FBwServerDsc (string pServ, string pUser, string pPass, string pCharSet=DEFAULT_CHARACTER_SET) | |
| Constructor. | |
| FBwServerDsc (const FBwServerDsc &ad) | |
| Constructor. | |
| FBwServerDsc & | operator= (const FBwServerDsc &ad) |
| asignment operator | |
Public Attributes | |
| string | UserName |
| User Name for conection. | |
| string | Password |
| Password for conection. | |
| string | Server |
| Server host name. | |
| string | CharSet |
| Default character Set for conections. | |
| ConectionProtocol | Protocol |
| Conection Protocol accepted by the server. | |
Used for conecting to a particular database or request a service.
|
|
Protocol Conection Type enum.
|
|
||||||||||||||||||||
|
Constructor. Constructor for Conection to Server Description
|
|
|
Constructor. Copy constructor for Server Description
|
1.2.17