CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions | Variables
conddblib.py File Reference

Go to the source code of this file.

Classes

class  conddblib._Col
 
class  conddblib.Connection
 
class  conddblib.DbRef
 
class  conddblib.Enum
 
class  conddblib.EnumMetaclass
 
class  conddblib.GlobalTag
 
class  conddblib.GlobalTagMap
 
class  conddblib.IOV
 
class  conddblib.Payload
 
class  conddblib.Synchronization
 
class  conddblib.Tag
 
class  conddblib.TagLog
 
class  conddblib.TimeType
 

Namespaces

 conddblib
 

Functions

def conddblib._exists
 
def conddblib._getCMSFrontierConnectionString
 
def conddblib._getCMSFrontierSQLAlchemyConnectionString
 
def conddblib._getCMSOracleSQLAlchemyConnectionString
 
def conddblib._inserted_before
 
def conddblib.connect
 
def conddblib.fq_col
 
def conddblib.fq_name
 
def conddblib.getPayload
 
def conddblib.getSchema
 
def conddblib.hash
 
def conddblib.listObject
 
def conddblib.make_dbtype
 
def conddblib.make_url
 

Variables

string conddblib.__author__ = 'Miguel Ojeda'
 
string conddblib.__copyright__ = 'Copyright 2013, CERN'
 
list conddblib.__credits__ = ['Giacomo Govi', 'Miguel Ojeda', 'Andreas Pfeiffer']
 
string conddblib.__email__ = 'mojedasa@cern.ch'
 
string conddblib.__license__ = 'Unknown'
 
string conddblib.__maintainer__ = 'Miguel Ojeda'
 
tuple conddblib._Base = sqlalchemy.ext.declarative.declarative_base()
 
string conddblib.authPathEnvVar = 'COND_AUTH_PATH'
 
string conddblib.contact_help = 'If you need assistance, please write an email to %s and %s. If you need immediate/urgent assistance, you can call the Offline DB expert on call (%s).'
 
string conddblib.database_help
 
dictionary conddblib.db_models = {}
 
string conddblib.dbreader_user_name = 'cms_cond_general_r'
 
string conddblib.dbuser_name = 'cms_conditions'
 
string conddblib.dbwriter_user_name = 'cms_cond_general_w'
 
int conddblib.description_length = 4000
 
string conddblib.devdbwriter_user_name = 'cms_test_conditions'
 
string conddblib.empty_label = '-'
 
tuple conddblib.hash_length = len(hash(''))
 
tuple conddblib.logger = logging.getLogger(__name__)
 
int conddblib.name_length = 100
 
string conddblib.offline_db_experts_email = 'cms-offlinedb-exp@cern.ch'
 
string conddblib.offline_db_experts_phone = '+41 22 76 70817, or 70817 from CERN; check https://twiki.cern.ch/twiki/bin/viewauth/CMS/DBShifterHelpPage if it does not work; availability depends on the state of the LHC'
 
dictionary conddblib.ora_types = {}
 
string conddblib.schema_name = 'CMS_CONDITIONS'
 
dictionary conddblib.sqlite_types = {}
 
string conddblib.web_experts_email = 'cms-cond-dev@cern.ch'