예제 #1
0
파일: TestClass.py 프로젝트: Zyoruk/TheSQL
class XQTestClass(object):
        
    def __init__(self,DC):
        self.XQ = XQTerPlan(DC)
        
    def test1(self):
        self.XQ.thePlan('moo')        
예제 #2
0
파일: TestClass.py 프로젝트: Zyoruk/TheSQL
 def __init__(self,DC):
     self.XQ = XQTerPlan(DC)