referenceuser [www ibpp org]


ïż

reference:user [www.ibpp.org]










[[reference:user]]

http://www.ibpp.org/












 


You are here: ibpp  reference  user


Table of Contents



IBPP::User


Definition

Public Data
members

Methods

Constructors

Operators

See
also
IBPP::User

The IBPP::User class holds the information that the Firebird server manages
about a user. It is not an interface class, with automatic smart pointer
management like for instance the Database class. It is a plain
classical C++ class. It is used by some of the Service
interface methods.
Definition

See the file ibpp.h for an up-to-date definition.
Public Data
members



std::string username

std::string password

std::string firstname

std::string middlename

std::string lastname

uint32_t userid

uint32_t groupid
These above public data members can be freely edited by the host application.

Methods

void clear()

Clears a user object to its defaults state upon default construction. All
string members are empty strings and the userid and groupid are set to 0.

Constructors

User()

Construct an empty user, the same as when calling clear() upon an existing
one.
User(const User&)

Ordinary copy constructor. To make the User a good citizen of your code.

Operators

User&
operator=(const User&)

To assign a user from another one.
See also

The Service interface is the only
part of IBPP which makes use of this User class.




reference\user.txt · Last modified: 2006/03/30 18:38 by olivier











 






Wyszukiwarka

Podobne podstrony:
referenceeventinterface [www ibpp org]
referencetimestamp [www ibpp org]
reference [www ibpp org]
referenceevents [www ibpp org]
referencesamples [www ibpp org]
referenceexceptions [www ibpp org]
referencearray [www ibpp org]
referencecompilers [www ibpp org]
referenceblob [www ibpp org]
referenceclientlibsearchpaths [www ibpp org]
referencedate [www ibpp org]
referencetime [www ibpp org]
referenceguidelines [www ibpp org]
referenceconversions [www ibpp org]
referencedatabase [www ibpp org]
referencetransaction [www ibpp org]
referencestatement [www ibpp org]
referenceoverview [www ibpp org]
referenceservice [www ibpp org]

więcej podobnych podstron