Aestate
Public Member Functions | List of all members
aestate.work.orm.BaseCover Class Reference
Collaboration diagram for aestate.work.orm.BaseCover:
Collaboration graph

Public Member Functions

PrettyTable table_visual (self, list title, List[dict] val)
 
bool check (self, res, fields)
 
def deal (self, res, fields)
 
dict res (self, tb_name, db_name, extool)
 

Detailed Description

Definition at line 11 of file orm.py.

Member Function Documentation

◆ check()

bool aestate.work.orm.BaseCover.check (   self,
  res,
  fields 
)
检查表与数据库中的数据是否对应

Definition at line 25 of file orm.py.

◆ deal()

def aestate.work.orm.BaseCover.deal (   self,
  res,
  fields 
)
同步数据库与pojo的字段配置项

Definition at line 36 of file orm.py.

◆ res()

dict aestate.work.orm.BaseCover.res (   self,
  tb_name,
  db_name,
  extool 
)
获得表结构

Definition at line 42 of file orm.py.

◆ table_visual()

PrettyTable aestate.work.orm.BaseCover.table_visual (   self,
list  title,
List[dict]  val 
)

Definition at line 13 of file orm.py.


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