| Package | Description |
|---|---|
| com.fgm.scriptEngine | |
| com.fgm.visibilityScriptingServer.RemoteObjects |
| Modifier and Type | Method and Description |
|---|---|
SQLResult |
ScriptFacades.getSavedSQLs()
*
Returns a list of all the queries in the SQL table.
|
SQLResult |
ScriptFacades.getStoredQueries()
get an SQLResult containing all the queries stored in the table_queries in visibility_scripting.
|
SQLResult |
ScriptFacades.runSQLStrings(java.lang.String databaseName,
java.lang.String sqlList,
java.lang.String macrosXML)
run list of SQLs on MySQL database, return results accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
SQLResult |
ScriptObject.getSavedSQLs()
Returns a list of all the queries in the SQL table.
|
SQLResult |
ScriptObject.runSQLStrings(java.lang.String databaseName,
java.lang.String sqlStrings,
java.lang.String variablesXML)
Run sql strings.
|