MCPcopy Create free account

hub / github.com/SPE-Systemhaus/blockly-sql-app / functions

Functions67 in github.com/SPE-Systemhaus/blockly-sql-app

↓ 27 callersFunctionb
(a)
libs/blockly/blockly_compressed.js:24
↓ 23 callersFunctiona
(a,b)
libs/blockly/blockly_compressed.js:49
↓ 23 callersFunctionc
(a)
libs/blockly/blockly_compressed.js:41
↓ 16 callersFunctiond
(a)
libs/blockly/blockly_compressed.js:41
↓ 7 callersFunctione
(c)
libs/blockly/blockly_compressed.js:315
↓ 6 callersFunction_drag_init
* Init drag for a specific Element. * * @param {DOMNode} elem Element that should be dragable. * @return {boolean} false
src/main.js:130
↓ 5 callersFunctiongetColumnsArrayFromStructure
* Get all columns of the global Database Structure variable by * a given table name as Array. * * @param {String} tableName Name of the table, tha
src/main.js:502
↓ 4 callersFunctionf
(a,c)
libs/blockly/blockly_compressed.js:443
↓ 4 callersFunctionopenErrorBox
* Show Error Box window.
src/main.js:228
↓ 3 callersFunctiongetDataSourceNames
()
src/main.js:389
↓ 3 callersFunctionh
()
libs/blockly/blockly_compressed.js:432
↓ 3 callersFunctionshowNotification
(message, time)
src/main.js:466
↓ 2 callersFunctionallowOnlyNumeric
* Checking if block is numeric. If it is not numeric the block * will be doomed, by unplugging and moving it from the connected * block away. * *
src/blocks/CheckInputs.js:144
↓ 2 callersFunctioncloseAddDataSource
()
src/main.js:307
↓ 2 callersFunctioncloseErrorBox
* Closing Error Box window.
src/main.js:236
↓ 2 callersFunctioncloseUpdateDataSource
()
src/main.js:299
↓ 2 callersFunctiongetDBStructure
()
src/main.js:449
↓ 2 callersFunctionp
(a)
libs/blockly/blockly_compressed.js:1814
↓ 1 callersFunctionaddDataSource
(data)
src/main.js:329
↓ 1 callersFunctionchareval
(object)
src/blocks/CheckInputs.js:550
↓ 1 callersFunctioncheckInsertStatement
* Checking the variableinsert * @ param{type} object-symbolizes the block, which uses the function
src/blocks/CheckInputs.js:14
↓ 1 callersFunctioncheckUpdate
(object)
src/blocks/CheckInputs.js:62
↓ 1 callersFunctioncloseCodeEditor
* Closing Code Editor window.
src/main.js:271
↓ 1 callersFunctioncloseHelp
* Closes the help div
src/main.js:290
↓ 1 callersFunctioncloseTooltip
* Closing the textarea tooltip
src/main.js:323
↓ 1 callersFunctiondateeval
(object)
src/blocks/CheckInputs.js:738
↓ 1 callersFunctiong
()
libs/blockly/blockly_compressed.js:432
↓ 1 callersFunctiongenerateSQLCode
* Generating SQL Statement from Blockly Workspace and write into * the Code Editor window.
src/main.js:253
↓ 1 callersFunctiongetTablesArrayFromStructure
* Get all existing tables of the global Database Structure variable * as Array. * * @return {Array} tables All tables that
src/main.js:491
↓ 1 callersFunctionhideNotification
(time)
src/main.js:478
↓ 1 callersFunctioninitAddDSN
()
src/main.js:64
↓ 1 callersFunctioninitBlockly
* Initializing Blockly.
src/main.js:74
↓ 1 callersFunctioninitCodeEditor
* Initializing the ACE Code Editor and registering it to * the sqlStatement TextArea. Making this area movable.
src/main.js:189
↓ 1 callersFunctioninitError
* Initializing movable error container.
src/main.js:178
↓ 1 callersFunctioninitHelp
* Init movable help container.
src/main.js:162
↓ 1 callersFunctioninitUpdateDSN
()
src/main.js:57
↓ 1 callersFunctionloadWorkspace
()
src/main.js:112
↓ 1 callersFunctionopenCodeEditor
* Open the Code Editor window.
src/main.js:264
↓ 1 callersFunctionsaveWorkspace
()
src/main.js:103
↓ 1 callersFunctionupdateDataSourceNames
(dataSourceNames)
src/main.js:403
FunctionAllColumnsException
(message)
src/exceptions.js:10
FunctionLanguage
()
src/Language.js:1
FunctionSQLHelper
()
src/SQLHelper.js:1
FunctionSQLStatement
* The SQLStatement class represents the parsed SQL Statement. * * @author Michael Kolodziejczyk, SPE Systemhaus GmbH *
src/parser/SQLStatement.js:7
FunctionSQLXML
* The SQLXML class has functions that helps to generate a blockly compatible * * XML format to use in the Blockly SQL Generator.
src/parser/SQLXML.js:7
FunctionTableNotFoundException
(message)
src/exceptions.js:1
Function_destroy
* Destroy the selected movable object when we are done.
src/main.js:155
Function_move_elem
* Will be called when user dragging an element
src/main.js:142
FunctioncheckNumeric
* Checking the text inputs of the of an textinputfiled. Sets an alert if there * are to much variables. * * @param {type} text- the inputtext * @r
src/blocks/CheckInputs.js:881
FunctioncheckTypeByColour
* Checking if blocks are comparable from the input
src/blocks/CheckInputs.js:95
FunctioncheckUndefined
* Checking if value is undefined. * * @param {any} value Value that should be checked. * @return {any} value/bool Returns if undefined false, else
src/blocks/CheckInputs.js:899
FunctioncloseAllPopups
* Closing all Popup windows on the workspace.
src/main.js:278
FunctioneditStatement
* Showing the SQL-statement text
src/main.js:244
FunctiongroupFunctioneval
(object)
src/blocks/CheckInputs.js:159
Functiongroupbyval
(object)
src/blocks/CheckInputs.js:222
Functioninit
()
src/main.js:44
Functionk
(a)
libs/blockly/blockly_compressed.js:2200
FunctionloadDatabaseStructure
* Loading database Structure into the Global Database Structure variable. * A JSON file will be read from the folder "databases", which was generated
src/main.js:435
Functionmain
* Starting point of the Application. Initializing the Windows and * loading the Database Structure. When the Database Structure is loaded * the Bloc
src/main.js:35
FunctiononchangeWorkspace
(event)
src/main.js:99
FunctionopenAddDataSource
()
src/main.js:303
FunctionopenUpdateDataSource
()
src/main.js:295
Functionothereval
(object)
src/blocks/CheckInputs.js:451
FunctionparsingSQL
* Start parsing SQL from text, with Jison Parser. If an error is thrown * the old workspace will be reloaded.
src/main.js:208
FunctionremoveDataSource
()
src/main.js:363
FunctionsetTooltip
* Setting the textarea tooltip
src/main.js:314
FunctionupdateDataSource
()
src/main.js:355