sqlmethod.py

来自「boa-constructor著名的开源开发工具。还要说什么?好像获了好多奖」· Python 代码 · 共 21 行

PY
21
字号
## Script (Python) "SQLMethod"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=
##title=SQLMethod
##
return {'connection_id': context.connection_id,
        'title':         context.title,
        'arguments':     context.arguments_src,
        'template':      context.src,
        'max_rows':      context.max_rows_,
        'max_cache':     context.max_cache_,
        'cache_time':    context.cache_time_,
        'class_file':    context.class_file_,
        'class_name':    context.class_name_}
# to return available connections: context.SQLConnectionIDs())
# Available ZClasses: context.manage_product_zclass_info(),

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?