test
CMS 3D CMS Logo

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

Go to the source code of this file.

Namespaces

 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)