| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/MySQL/MySQL Workbench 6.3 CE/ |
Upload File : |
�
�"�Xc @ sB d d l Z d e f d � � YZ d d d � � YZ e � Z d S( i����Nt DefineModulec B sh e Z d d d d d � Z d � Z e d � � Z d d d g g d d � Z d d d � Z d � Z RS(
t c C sX | | _ | | _ | | _ | | _ g | _ | p6 g | _ t j t j d � | _ d S( sz Define a GRT module. Must be called before any function declaration as
wbmodule = DefineModule('modname')
s
app.PluginN(
t namet authort versiont descriptiont functionst
implementst grtt Listt OBJECTt _pluginList( t selfR R R R R ( ( s3 C:\Program Files\MySQL\MySQL Workbench 6.3 CE\wb.pyt __init__ s c C s
t | | � S( N( t getattr( R R ( ( s3 C:\Program Files\MySQL\MySQL Workbench 6.3 CE\wb.pyt __getitem__ s c C s t j j j j d S( Ns
/modules/data( R t roott wbt registryt appDataDirectory( R ( ( s3 C:\Program Files\MySQL\MySQL Workbench 6.3 CE\wb.pyt moduleDataDirectory s t
standalonec s( � � � � � � � � f d � } | S( s� Decorator to declare a Plugin, used in addition to @wbexport
Usage:
@wbmodule.plugin("db.utils.mangleNames", caption="Mangle Names", description="Mangles all object names in current catalog beyond recognition.", input= [wbinputs.currentCatalog()], groups=["Menu/Catalog"])
@wbmodule.export(grt.INT, grt.classes.db_Catalog)
def mangleNames(catalog):
return 1
c sa d g � j D] } | d ^ q
k r� � j j d t j t j d f f g f � f d � f � d � j k r� � j j d � q� n t j j � } � | _ � | _ � | _
� | _ � j | _ | j
j | _ x'