Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

db_arg Class Reference

contain login information More...

#include <db.h>

Inheritance diagram for db_arg:

db_entry

List of all members.

Public Member Functions

 db_arg (size_t ident=0, bool trusted=false, const char *login_string=0)
 login constructor
bool operator< (const db_arg &x) const
 less operator
bool operator== (const db_arg &x) const
 equal operator

Public Attributes

size_t _ident
 server ident
bool _trusted
 trusted connection
string_t _login_string
 login string


Detailed Description

contain login information

Definition at line 1468 of file db.h.


Constructor & Destructor Documentation

db_arg::db_arg ( size_t  ident = 0,
bool  trusted = false,
const char *  login_string = 0 
)

login constructor

Parameters:
ident  server ident
trusted  trusted connection flag
login_string  login string

Definition at line 1988 of file db.cpp.


Member Function Documentation

bool db_arg::operator< ( const db_arg x  )  const [inline]

less operator

Definition at line 1481 of file db.h.

References _login_string, and _trusted.

bool db_arg::operator== ( const db_arg x  )  const [inline]

equal operator

Definition at line 1489 of file db.h.

References _login_string, and _trusted.


Member Data Documentation

server ident

Definition at line 1494 of file db.h.

Referenced by orcl_db_creator::create(), odbc_db_creator::create(), and mysql_db_creator::create().


The documentation for this class was generated from the following files:


© Copyright Terimber 2003-.