|
BmnRoot
|
#include <ElogType.h>
Public Member Functions | |
| virtual | ~ElogType () |
| int | GetTypeId () |
| get type id of the current type | |
| TString | GetTypeText () |
| get type text of the current type | |
| int | SetTypeText (TString type_text) |
| set type text of the current type | |
| void | Print () |
| print information about current type | |
| ClassDef (ElogType, 1) | |
| virtual | ~ElogType () |
| int | GetTypeId () |
| get type id of the current type | |
| TString | GetTypeText () |
| get type text of the current type | |
| int | SetTypeText (TString type_text) |
| set type text of the current type | |
| void | Print () |
| print information about current type | |
| ClassDef (ElogType, 1) | |
Static Public Member Functions | |
| static ElogType * | CreateType (TString type_text) |
| add new type to the database | |
| static ElogType * | GetType (int type_id) |
| get type from the database | |
| static ElogType * | GetType (TString type_text) |
| get type from the database | |
| static int | CheckTypeExists (int type_id) |
| check type exists in the database: 1- true, 0 - false, <0 - database operation error | |
| static int | CheckTypeExists (TString type_text) |
| check type exists in the database: 1- true, 0 - false, <0 - database operation error | |
| static int | DeleteType (int type_id) |
| delete type from the database | |
| static int | DeleteType (TString type_text) |
| delete type from the database | |
| static int | PrintAll () |
| print all types | |
| static ElogType * | CreateType (TString type_text) |
| add new type to the database | |
| static ElogType * | GetType (int type_id) |
| get type from the database | |
| static ElogType * | GetType (TString type_text) |
| get type from the database | |
| static int | CheckTypeExists (int type_id) |
| check type exists in the database: 1- true, 0 - false, <0 - database operation error | |
| static int | CheckTypeExists (TString type_text) |
| check type exists in the database: 1- true, 0 - false, <0 - database operation error | |
| static int | DeleteType (int type_id) |
| delete type from the database | |
| static int | DeleteType (TString type_text) |
| delete type from the database | |
| static int | PrintAll () |
| print all types | |
ElogType.h Class for the table: type_
Definition at line 17 of file ElogType.h.
|
virtual |
Definition at line 25 of file ElogType.cxx.
|
virtual |
|
static |
check type exists in the database: 1- true, 0 - false, <0 - database operation error
Definition at line 182 of file ElogType.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
check type exists in the database: 1- true, 0 - false, <0 - database operation error
|
static |
check type exists in the database: 1- true, 0 - false, <0 - database operation error
Definition at line 222 of file ElogType.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
check type exists in the database: 1- true, 0 - false, <0 - database operation error
| ElogType::ClassDef | ( | ElogType | , |
| 1 | |||
| ) |
| ElogType::ClassDef | ( | ElogType | , |
| 1 | |||
| ) |
|
static |
add new type to the database
Definition at line 32 of file ElogType.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
add new type to the database
|
static |
delete type from the database
Definition at line 262 of file ElogType.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
delete type from the database
|
static |
delete type from the database
Definition at line 292 of file ElogType.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
delete type from the database
|
static |
get type from the database
Definition at line 90 of file ElogType.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
get type from the database
|
static |
get type from the database
Definition at line 136 of file ElogType.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
get type from the database
|
inline |
get type id of the current type
Definition at line 57 of file ElogType.h.
|
inline |
get type id of the current type
Definition at line 57 of file ElogType.h.
|
inline |
get type text of the current type
Definition at line 59 of file ElogType.h.
|
inline |
get type text of the current type
Definition at line 59 of file ElogType.h.
| void ElogType::Print | ( | ) |
print information about current type
Definition at line 396 of file ElogType.cxx.
| void ElogType::Print | ( | ) |
print information about current type
|
static |
print all types
Definition at line 322 of file ElogType.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
print all types
| int ElogType::SetTypeText | ( | TString | type_text | ) |
set type text of the current type
Definition at line 363 of file ElogType.cxx.
References ElogConnection::GetSQLServer().
| int ElogType::SetTypeText | ( | TString | type_text | ) |
set type text of the current type