Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

fbwrap::FBwServerDsc Struct Reference

#include <FBwConect.h>

List of all members.

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.


Detailed Description

Server Description structure

Used for conecting to a particular database or request a service.


Member Enumeration Documentation

enum fbwrap::FBwServerDsc::ConectionProtocol
 

Protocol Conection Type enum.

Enumeration values:
protocol_tcpip  -TCP/IP conection
protocol_netbeui  -NETBEUI conection
protocol_spx  -SPX conection
protocol_local  -Local conection


Constructor & Destructor Documentation

fbwrap::FBwServerDsc::FBwServerDsc string    pServ,
string    pUser,
string    pPass,
string    pCharSet = DEFAULT_CHARACTER_SET
[inline]
 

Constructor.

Constructor for Conection to Server Description

Parameters:
pServ:  Server Host Name
pUser:  User Name
pPass:  Password
pCharSet:  Default character set

fbwrap::FBwServerDsc::FBwServerDsc const FBwServerDsc &    ad [inline]
 

Constructor.

Copy constructor for Server Description

Parameters:
ad:  Server decription reference


The documentation for this struct was generated from the following files:
Generated on Fri Jan 31 08:30:05 2003 for fbwrap by doxygen1.2.17