1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Modules
-------
./wb.mysql.import
-------------------
Import from custom sources.
Exported Module (WbMysqlImport):
importDBD4 Build catalog & model from DBD4 diagram file.
parseSqlScriptFile Build catalog from SQL script file.
parseSqlScriptFileEx Build catalog from SQL script file (extended version).
parseSqlScriptString Build catalog from SQL script.
parseSqlScriptStringEx Build catalog from SQL script (extended version).
renameSchemaReferences Replace occurences of one schema name into another schema name all over given catalog.
parseInserts
parseTrigger
parseRoutine
parseRoutines
Exported Plugins:
db.mysql.import.sql Build catalog from SQL script file (GUI).
db.mysql.import.dbd4 Build catalog & model from DBD4 diagram file (GUI).
./wb.mysql
-------------------
SQL Synchronization generic code
Exported Module (MySQLModuleDbMySQL):
generateSQL Generate sync SQL for individual objects
makeSQLExportScript Create export script from the data generated by generateSQL
makeSQLSyncScript Create sync script from the data generated by generateSQL
getKnownEngines Get known engines from a static list
./wb.model
-------------------
Operations with model.
Exported Module (WbModule):
autolayout Autolayout existing figures on the model.
autolayout_ex Autolayout existing figures on the model (extended version).
autoplace Create figure for each catalog object (also autolayout created figures).
autoplace_ex Create figure for each catalog object (also autolayout created figures) (extended version).
center Align size of empty edges of the model.
Exported Plugins:
wb.model.autolayout Autolayout existing figures on the model (GUI).
wb.model.autoplace Create figure for each catalog object (also autolayout created figures) (GUI).
wb.model.center Align size of empty edges of the model (GUI).
|