|
BmnRoot
|
#include <UniParameterType.h>
Public Member Functions | |
| virtual | ~UniParameterType () |
| int | GetTypeId () |
| get type id of the current parameter type | |
| TString | GetTypeName () |
| get type name of the current parameter type | |
| int | SetTypeName (TString type_name) |
| set type name of the current parameter type | |
| void | Print () |
| print information about current parameter type | |
| ClassDef (UniParameterType, 1) | |
| virtual | ~UniParameterType () |
| int | GetTypeId () |
| get type id of the current parameter type | |
| TString | GetTypeName () |
| get type name of the current parameter type | |
| int | SetTypeName (TString type_name) |
| set type name of the current parameter type | |
| void | Print () |
| print information about current parameter type | |
| ClassDef (UniParameterType, 1) | |
Static Public Member Functions | |
| static UniParameterType * | CreateParameterType (TString type_name) |
| add new parameter type to the database | |
| static UniParameterType * | GetParameterType (int type_id) |
| get parameter type from the database | |
| static int | CheckParameterTypeExists (int type_id) |
| check parameter type exists in the database: 1- true, 0 - false, <0 - database operation error | |
| static int | DeleteParameterType (int type_id) |
| delete parameter type from the database | |
| static int | PrintAll () |
| print all parameter types | |
| static UniParameterType * | CreateParameterType (TString type_name) |
| add new parameter type to the database | |
| static UniParameterType * | GetParameterType (int type_id) |
| get parameter type from the database | |
| static int | CheckParameterTypeExists (int type_id) |
| check parameter type exists in the database: 1- true, 0 - false, <0 - database operation error | |
| static int | DeleteParameterType (int type_id) |
| delete parameter type from the database | |
| static int | PrintAll () |
| print all parameter types | |
/home/soul/bmnroot/database/uni_db/temp/UniParameterType.h Class for the table: parameter_type
Definition at line 18 of file UniParameterType.h.
|
virtual |
Definition at line 25 of file UniParameterType.cxx.
|
virtual |
|
static |
check parameter type exists in the database: 1- true, 0 - false, <0 - database operation error
Definition at line 137 of file UniParameterType.cxx.
References UniConnection::GetSQLServer(), and UniConnection::Open().
|
static |
check parameter type exists in the database: 1- true, 0 - false, <0 - database operation error
| UniParameterType::ClassDef | ( | UniParameterType | , |
| 1 | |||
| ) |
| UniParameterType::ClassDef | ( | UniParameterType | , |
| 1 | |||
| ) |
|
static |
add new parameter type to the database
Definition at line 32 of file UniParameterType.cxx.
References UniConnection::GetSQLServer(), and UniConnection::Open().
|
static |
add new parameter type to the database
|
static |
delete parameter type from the database
Definition at line 177 of file UniParameterType.cxx.
References UniConnection::GetSQLServer(), and UniConnection::Open().
|
static |
delete parameter type from the database
|
static |
get parameter type from the database
Definition at line 91 of file UniParameterType.cxx.
References UniConnection::GetSQLServer(), and UniConnection::Open().
|
static |
get parameter type from the database
|
inline |
get type id of the current parameter type
Definition at line 52 of file UniParameterType.h.
|
inline |
get type id of the current parameter type
Definition at line 52 of file UniParameterType.h.
|
inline |
get type name of the current parameter type
Definition at line 54 of file UniParameterType.h.
|
inline |
get type name of the current parameter type
Definition at line 54 of file UniParameterType.h.
| void UniParameterType::Print | ( | ) |
print information about current parameter type
Definition at line 281 of file UniParameterType.cxx.
| void UniParameterType::Print | ( | ) |
print information about current parameter type
|
static |
print all parameter types
Definition at line 207 of file UniParameterType.cxx.
References UniConnection::GetSQLServer(), and UniConnection::Open().
|
static |
print all parameter types
| int UniParameterType::SetTypeName | ( | TString | type_name | ) |
set type name of the current parameter type
Definition at line 248 of file UniParameterType.cxx.
References UniConnection::GetSQLServer().
| int UniParameterType::SetTypeName | ( | TString | type_name | ) |
set type name of the current parameter type