Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SPE-Systemhaus/blockly-sql-app
/ functions
Functions
67 in github.com/SPE-Systemhaus/blockly-sql-app
⨍
Functions
67
◇
Types & classes
0
↓ 27 callers
Function
b
(a)
libs/blockly/blockly_compressed.js:24
↓ 23 callers
Function
a
(a,b)
libs/blockly/blockly_compressed.js:49
↓ 23 callers
Function
c
(a)
libs/blockly/blockly_compressed.js:41
↓ 16 callers
Function
d
(a)
libs/blockly/blockly_compressed.js:41
↓ 7 callers
Function
e
(c)
libs/blockly/blockly_compressed.js:315
↓ 6 callers
Function
_drag_init
* Init drag for a specific Element. * * @param {DOMNode} elem Element that should be dragable. * @return {boolean} false
src/main.js:130
↓ 5 callers
Function
getColumnsArrayFromStructure
* 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 callers
Function
f
(a,c)
libs/blockly/blockly_compressed.js:443
↓ 4 callers
Function
openErrorBox
* Show Error Box window.
src/main.js:228
↓ 3 callers
Function
getDataSourceNames
()
src/main.js:389
↓ 3 callers
Function
h
()
libs/blockly/blockly_compressed.js:432
↓ 3 callers
Function
showNotification
(message, time)
src/main.js:466
↓ 2 callers
Function
allowOnlyNumeric
* 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 callers
Function
closeAddDataSource
()
src/main.js:307
↓ 2 callers
Function
closeErrorBox
* Closing Error Box window.
src/main.js:236
↓ 2 callers
Function
closeUpdateDataSource
()
src/main.js:299
↓ 2 callers
Function
getDBStructure
()
src/main.js:449
↓ 2 callers
Function
p
(a)
libs/blockly/blockly_compressed.js:1814
↓ 1 callers
Function
addDataSource
(data)
src/main.js:329
↓ 1 callers
Function
chareval
(object)
src/blocks/CheckInputs.js:550
↓ 1 callers
Function
checkInsertStatement
* Checking the variableinsert * @ param{type} object-symbolizes the block, which uses the function
src/blocks/CheckInputs.js:14
↓ 1 callers
Function
checkUpdate
(object)
src/blocks/CheckInputs.js:62
↓ 1 callers
Function
closeCodeEditor
* Closing Code Editor window.
src/main.js:271
↓ 1 callers
Function
closeHelp
* Closes the help div
src/main.js:290
↓ 1 callers
Function
closeTooltip
* Closing the textarea tooltip
src/main.js:323
↓ 1 callers
Function
dateeval
(object)
src/blocks/CheckInputs.js:738
↓ 1 callers
Function
g
()
libs/blockly/blockly_compressed.js:432
↓ 1 callers
Function
generateSQLCode
* Generating SQL Statement from Blockly Workspace and write into * the Code Editor window.
src/main.js:253
↓ 1 callers
Function
getTablesArrayFromStructure
* Get all existing tables of the global Database Structure variable * as Array. * * @return {Array} tables All tables that
src/main.js:491
↓ 1 callers
Function
hideNotification
(time)
src/main.js:478
↓ 1 callers
Function
initAddDSN
()
src/main.js:64
↓ 1 callers
Function
initBlockly
* Initializing Blockly.
src/main.js:74
↓ 1 callers
Function
initCodeEditor
* Initializing the ACE Code Editor and registering it to * the sqlStatement TextArea. Making this area movable.
src/main.js:189
↓ 1 callers
Function
initError
* Initializing movable error container.
src/main.js:178
↓ 1 callers
Function
initHelp
* Init movable help container.
src/main.js:162
↓ 1 callers
Function
initUpdateDSN
()
src/main.js:57
↓ 1 callers
Function
loadWorkspace
()
src/main.js:112
↓ 1 callers
Function
openCodeEditor
* Open the Code Editor window.
src/main.js:264
↓ 1 callers
Function
saveWorkspace
()
src/main.js:103
↓ 1 callers
Function
updateDataSourceNames
(dataSourceNames)
src/main.js:403
Function
AllColumnsException
(message)
src/exceptions.js:10
Function
Language
()
src/Language.js:1
Function
SQLHelper
()
src/SQLHelper.js:1
Function
SQLStatement
* The SQLStatement class represents the parsed SQL Statement. * * @author Michael Kolodziejczyk, SPE Systemhaus GmbH *
src/parser/SQLStatement.js:7
Function
SQLXML
* 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
Function
TableNotFoundException
(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
Function
checkNumeric
* 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
Function
checkTypeByColour
* Checking if blocks are comparable from the input
src/blocks/CheckInputs.js:95
Function
checkUndefined
* 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
Function
closeAllPopups
* Closing all Popup windows on the workspace.
src/main.js:278
Function
editStatement
* Showing the SQL-statement text
src/main.js:244
Function
groupFunctioneval
(object)
src/blocks/CheckInputs.js:159
Function
groupbyval
(object)
src/blocks/CheckInputs.js:222
Function
init
()
src/main.js:44
Function
k
(a)
libs/blockly/blockly_compressed.js:2200
Function
loadDatabaseStructure
* 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
Function
main
* 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
Function
onchangeWorkspace
(event)
src/main.js:99
Function
openAddDataSource
()
src/main.js:303
Function
openUpdateDataSource
()
src/main.js:295
Function
othereval
(object)
src/blocks/CheckInputs.js:451
Function
parsingSQL
* Start parsing SQL from text, with Jison Parser. If an error is thrown * the old workspace will be reloaded.
src/main.js:208
Function
removeDataSource
()
src/main.js:363
Function
setTooltip
* Setting the textarea tooltip
src/main.js:314
Function
updateDataSource
()
src/main.js:355