forked from huawei/openGauss-server
Update driver_execute.py
This commit is contained in:
parent
c7e4a74544
commit
c7eae459f2
|
|
@ -18,6 +18,12 @@ import psycopg2
|
|||
from .execute_factory import ExecuteFactory
|
||||
from .execute_factory import IndexInfo
|
||||
|
||||
#class name:
|
||||
#description:
|
||||
#methods:
|
||||
#note:
|
||||
#date: 2022/8/10
|
||||
#contact: 1865997821
|
||||
|
||||
class DriverExecute(ExecuteFactory):
|
||||
def __init__(self, *arg):
|
||||
|
|
|
|||
Loading…
Reference in New Issue