Aestate
Public Member Functions | Public Attributes | List of all members
aestate.work.sql.ProxyOpera.DbOperation Class Reference
Inheritance diagram for aestate.work.sql.ProxyOpera.DbOperation:
Inheritance graph
Collaboration diagram for aestate.work.sql.ProxyOpera.DbOperation:
Collaboration graph

Public Member Functions

def __init__ (self, *args, **kwargs)
 
def start (self, *args, **kwargs)
 
def __find_all__ (self, *args, **kwargs)
 
def __find_by_field__ (self, *args, **kwargs)
 
def __find_many__ (self, *args, **kwargs)
 
def __find_sql__ (self, *args, **kwargs)
 
def __insert__ (self, *args, **kwargs)
 
def __update__ (self, *args, **kwargs)
 
def __remove__ (self, *args, **kwargs)
 

Public Attributes

 args
 
 kwargs
 

Detailed Description

迁移重要操作到此类

Definition at line 6 of file ProxyOpera.py.

Constructor & Destructor Documentation

◆ __init__()

def aestate.work.sql.ProxyOpera.DbOperation.__init__ (   self,
args,
**  kwargs 
)

Definition at line 11 of file ProxyOpera.py.

Member Function Documentation

◆ __find_all__()

def aestate.work.sql.ProxyOpera.DbOperation.__find_all__ (   self,
args,
**  kwargs 
)
作者:CACode 最后编辑于2021/4/12
任务方法

Definition at line 38 of file ProxyOpera.py.

Here is the call graph for this function:

◆ __find_by_field__()

def aestate.work.sql.ProxyOpera.DbOperation.__find_by_field__ (   self,
args,
**  kwargs 
)
作者:CACode 最后编辑于2021/4/12

任务方法

Definition at line 44 of file ProxyOpera.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ __find_many__()

def aestate.work.sql.ProxyOpera.DbOperation.__find_many__ (   self,
args,
**  kwargs 
)
作者:CACode 最后编辑于2021/4/12

任务方法

Definition at line 55 of file ProxyOpera.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ __find_sql__()

def aestate.work.sql.ProxyOpera.DbOperation.__find_sql__ (   self,
args,
**  kwargs 
)
作者:CACode 最后编辑于2021/4/12

任务方法

Definition at line 64 of file ProxyOpera.py.

Here is the caller graph for this function:

◆ __insert__()

def aestate.work.sql.ProxyOpera.DbOperation.__insert__ (   self,
args,
**  kwargs 
)
作者:CACode 最后编辑于2021/4/12
:param pojo: pojo对象
任务方法

Definition at line 81 of file ProxyOpera.py.

◆ __remove__()

def aestate.work.sql.ProxyOpera.DbOperation.__remove__ (   self,
args,
**  kwargs 
)

Definition at line 124 of file ProxyOpera.py.

◆ __update__()

def aestate.work.sql.ProxyOpera.DbOperation.__update__ (   self,
args,
**  kwargs 
)

Definition at line 114 of file ProxyOpera.py.

◆ start()

def aestate.work.sql.ProxyOpera.DbOperation.start (   self,
args,
**  kwargs 
)
开始任务
Attributes:
    func:调用指定的方法

Definition at line 15 of file ProxyOpera.py.

Member Data Documentation

◆ args

aestate.work.sql.ProxyOpera.DbOperation.args

Definition at line 12 of file ProxyOpera.py.

◆ kwargs

aestate.work.sql.ProxyOpera.DbOperation.kwargs

Definition at line 13 of file ProxyOpera.py.


The documentation for this class was generated from the following file: