CMS 3D CMS Logo

Namespaces | Functions | Variables

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/RecoLuminosity/LumiDB/python/lumidbDDL.py File Reference

Go to the source code of this file.

Namespaces

namespace  lumidbDDL

Functions

def lumidbDDL::createFKConstraints
def lumidbDDL::createIndices
def lumidbDDL::createNULLConstraints
def lumidbDDL::createOldSchema
def lumidbDDL::createTables
def lumidbDDL::createUniqueConstraints
def lumidbDDL::describe
def lumidbDDL::describeIndices
def lumidbDDL::dropFKConstrains
def lumidbDDL::dropIndices
def lumidbDDL::dropNULLConstraints
def lumidbDDL::dropTables
def lumidbDDL::dropUNIQUEConstraints
def lumidbDDL::newToOld
def lumidbDDL::oldToNew

Variables

string lumidbDDL::authpath = '/afs/cern.ch/user/x/xiezhen'
string lumidbDDL::myconstr = 'oracle://devdb10/cms_xiezhen_dev'
tuple lumidbDDL::schema = session.nominalSchema()
tuple lumidbDDL::session = svc.openSession(isReadOnly=False,cpp2sqltype=[('unsigned int','NUMBER(10)'),('unsigned long long','NUMBER(20)')])
tuple lumidbDDL::svc = sessionManager.sessionManager(myconstr,authpath=authpath,debugON=False)
tuple lumidbDDL::tables = createTables(schema)