Aestate
Public Member Functions | Static Public Member Functions | Static Private Attributes | List of all members
aestate.dbs._mysql.Fields Class Reference
Collaboration diagram for aestate.dbs._mysql.Fields:
Collaboration graph

Public Member Functions

def left_subscript (self)
 
def space (self)
 
def right_subscript (self)
 
def insert_str (self)
 
def delete_str (self)
 
def update_str (self)
 
def find_str (self)
 
def where_str (self)
 
def by_str (self)
 
def order_by_str (self)
 
def group_by_str (self)
 
def desc_str (self)
 
def set_str (self)
 
def ander_str (self)
 
def limit_str (self)
 
def from_str (self)
 
def value_str (self)
 
def values_str (self)
 
def asses_str (self)
 
def left_par (self)
 
def right_par (self)
 
def comma (self)
 
def eq (self)
 
def on_str (self)
 
def left_join_str (self)
 
def symbol (self)
 
def __new__ (cls, *args, **kwargs)
 

Static Public Member Functions

str parse_field (str key)
 

Static Private Attributes

 _instance_lock = threading.RLock()
 

Detailed Description

默认的数据库方言配置

Definition at line 359 of file __init__.py.

Member Function Documentation

◆ __new__()

def aestate.dbs._mysql.Fields.__new__ (   cls,
args,
**  kwargs 
)

Definition at line 492 of file __init__.py.

◆ ander_str()

def aestate.dbs._mysql.Fields.ander_str (   self)

Definition at line 441 of file __init__.py.

Here is the call graph for this function:

◆ asses_str()

def aestate.dbs._mysql.Fields.asses_str (   self)

Definition at line 461 of file __init__.py.

Here is the call graph for this function:

◆ by_str()

def aestate.dbs._mysql.Fields.by_str (   self)

Definition at line 421 of file __init__.py.

Here is the call graph for this function:

◆ comma()

def aestate.dbs._mysql.Fields.comma (   self)

Definition at line 473 of file __init__.py.

Here is the call graph for this function:

◆ delete_str()

def aestate.dbs._mysql.Fields.delete_str (   self)
删除

Definition at line 399 of file __init__.py.

Here is the call graph for this function:

◆ desc_str()

def aestate.dbs._mysql.Fields.desc_str (   self)

Definition at line 433 of file __init__.py.

Here is the call graph for this function:

◆ eq()

def aestate.dbs._mysql.Fields.eq (   self)

Definition at line 477 of file __init__.py.

Here is the call graph for this function:

◆ find_str()

def aestate.dbs._mysql.Fields.find_str (   self)

Definition at line 413 of file __init__.py.

Here is the call graph for this function:

◆ from_str()

def aestate.dbs._mysql.Fields.from_str (   self)

Definition at line 449 of file __init__.py.

Here is the call graph for this function:

◆ group_by_str()

def aestate.dbs._mysql.Fields.group_by_str (   self)

Definition at line 429 of file __init__.py.

Here is the call graph for this function:

◆ insert_str()

def aestate.dbs._mysql.Fields.insert_str (   self)
插入

Definition at line 392 of file __init__.py.

Here is the call graph for this function:

◆ left_join_str()

def aestate.dbs._mysql.Fields.left_join_str (   self)

Definition at line 485 of file __init__.py.

Here is the call graph for this function:

◆ left_par()

def aestate.dbs._mysql.Fields.left_par (   self)

Definition at line 465 of file __init__.py.

Here is the call graph for this function:

◆ left_subscript()

def aestate.dbs._mysql.Fields.left_subscript (   self)
左角标

Definition at line 371 of file __init__.py.

◆ limit_str()

def aestate.dbs._mysql.Fields.limit_str (   self)

Definition at line 445 of file __init__.py.

Here is the call graph for this function:

◆ on_str()

def aestate.dbs._mysql.Fields.on_str (   self)

Definition at line 481 of file __init__.py.

Here is the call graph for this function:

◆ order_by_str()

def aestate.dbs._mysql.Fields.order_by_str (   self)

Definition at line 425 of file __init__.py.

Here is the call graph for this function:

◆ parse_field()

str aestate.dbs._mysql.Fields.parse_field ( str  key)
static

Definition at line 367 of file __init__.py.

Here is the caller graph for this function:

◆ right_par()

def aestate.dbs._mysql.Fields.right_par (   self)

Definition at line 469 of file __init__.py.

Here is the call graph for this function:

◆ right_subscript()

def aestate.dbs._mysql.Fields.right_subscript (   self)
右角标

Definition at line 385 of file __init__.py.

◆ set_str()

def aestate.dbs._mysql.Fields.set_str (   self)

Definition at line 437 of file __init__.py.

Here is the call graph for this function:

◆ space()

def aestate.dbs._mysql.Fields.space (   self)
空格

Definition at line 378 of file __init__.py.

◆ symbol()

def aestate.dbs._mysql.Fields.symbol (   self)

Definition at line 489 of file __init__.py.

◆ update_str()

def aestate.dbs._mysql.Fields.update_str (   self)
更新

Definition at line 406 of file __init__.py.

Here is the call graph for this function:

◆ value_str()

def aestate.dbs._mysql.Fields.value_str (   self)

Definition at line 453 of file __init__.py.

Here is the call graph for this function:

◆ values_str()

def aestate.dbs._mysql.Fields.values_str (   self)

Definition at line 457 of file __init__.py.

Here is the call graph for this function:

◆ where_str()

def aestate.dbs._mysql.Fields.where_str (   self)

Definition at line 417 of file __init__.py.

Here is the call graph for this function:

Member Data Documentation

◆ _instance_lock

aestate.dbs._mysql.Fields._instance_lock = threading.RLock()
staticprivate

Definition at line 364 of file __init__.py.


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