Go to the source code of this file.
Namespaces | |
namespace | test |
Variables | |
string | test::databasename = "Your_DB_Name" |
string | test::username = "Username" |
string | test::password = "Password" |
tuple | test::cfDB = CONFDB(databasename,username,password) |
tuple | test::oracle = cx_Oracle.connect(username+'/'+password+'@'+databasename) |
tuple | test::cfDB2 = oracle.cursor() |