Aestate
Public Member Functions | Static Public Member Functions | Static Private Attributes | List of all members
aestate.dbs._mssql.Fields Class Reference
Collaboration diagram for aestate.dbs._mssql.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 parse_set (self, keys)
 
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 325 of file __init__.py.

Member Function Documentation

◆ __new__()

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

Definition at line 468 of file __init__.py.

◆ ander_str()

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

Definition at line 407 of file __init__.py.

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

◆ asses_str()

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

Definition at line 427 of file __init__.py.

Here is the call graph for this function:

◆ by_str()

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

Definition at line 387 of file __init__.py.

Here is the call graph for this function:

◆ comma()

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

Definition at line 439 of file __init__.py.

Here is the call graph for this function:

◆ delete_str()

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

Definition at line 365 of file __init__.py.

Here is the call graph for this function:

◆ desc_str()

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

Definition at line 399 of file __init__.py.

Here is the call graph for this function:

◆ eq()

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

Definition at line 443 of file __init__.py.

Here is the call graph for this function:

◆ find_str()

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

Definition at line 379 of file __init__.py.

Here is the call graph for this function:

◆ from_str()

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

Definition at line 415 of file __init__.py.

Here is the call graph for this function:

◆ group_by_str()

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

Definition at line 395 of file __init__.py.

Here is the call graph for this function:

◆ insert_str()

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

Definition at line 358 of file __init__.py.

Here is the call graph for this function:

◆ left_join_str()

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

Definition at line 451 of file __init__.py.

Here is the call graph for this function:

◆ left_par()

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

Definition at line 431 of file __init__.py.

Here is the call graph for this function:

◆ left_subscript()

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

Definition at line 337 of file __init__.py.

◆ limit_str()

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

Definition at line 411 of file __init__.py.

Here is the call graph for this function:

◆ on_str()

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

Definition at line 447 of file __init__.py.

Here is the call graph for this function:

◆ order_by_str()

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

Definition at line 391 of file __init__.py.

Here is the call graph for this function:

◆ parse_field()

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

Definition at line 333 of file __init__.py.

Here is the caller graph for this function:

◆ parse_set()

def aestate.dbs._mssql.Fields.parse_set (   self,
  keys 
)
格式化set键

Definition at line 458 of file __init__.py.

Here is the call graph for this function:

◆ right_par()

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

Definition at line 435 of file __init__.py.

Here is the call graph for this function:

◆ right_subscript()

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

Definition at line 351 of file __init__.py.

◆ set_str()

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

Definition at line 403 of file __init__.py.

Here is the call graph for this function:

◆ space()

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

Definition at line 344 of file __init__.py.

◆ symbol()

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

Definition at line 455 of file __init__.py.

◆ update_str()

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

Definition at line 372 of file __init__.py.

Here is the call graph for this function:

◆ value_str()

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

Definition at line 419 of file __init__.py.

Here is the call graph for this function:

◆ values_str()

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

Definition at line 423 of file __init__.py.

Here is the call graph for this function:

◆ where_str()

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

Definition at line 383 of file __init__.py.

Here is the call graph for this function:

Member Data Documentation

◆ _instance_lock

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

Definition at line 330 of file __init__.py.


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