Package | Description |
---|---|
com.fgm.javaUtils.database | |
com.fgm.scriptEngine | |
com.novetta.yuitest |
Modifier and Type | Method and Description |
---|---|
static DbTable |
DbTable.makeErrorTable(java.lang.String headerMsg,
java.lang.String rowMsg)
Make a table that contains an error message.
|
Modifier and Type | Field and Description |
---|---|
private DbTable |
ScriptFacades._table
The _table.
|
Modifier and Type | Method and Description |
---|---|
DbTable |
ScriptFacades.dbQuery(java.lang.String sqlString)
Runs a free form SQL string against the visibility_dev2 database.
|
DbTable |
ScriptFacades.dbQuery(java.lang.String dbName,
java.lang.String sqlString)
Runs a free form SQL string against a passed-in database.
|
DbTable |
ScriptFacades.dbStoredProc(java.lang.String databaseName,
java.lang.String procName)
Db stored proc.
|
DbTable |
ScriptFacades.dbStoredQuery(java.lang.String queryName)
Runs a named stored query and return results in DbTable format.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ScriptFacades.createVisTable(java.lang.String scriptName,
int roleId,
int userId,
java.lang.String tableName,
DbTable tableData)
Creates a table in visibility_dev 2 and updates the appropriate tables so that the data
visualizer can read and display it.
|
java.lang.String |
ScriptFacades.dbTableToSolrXML(DbTable table)
Db table to solr xml.
|
java.util.List<java.lang.String> |
ScriptFacades.getColumn(DbTable table,
java.lang.String columnName)
Gets the column.
|
java.util.List<java.lang.String> |
ScriptFacades.getHeaders(DbTable table)
*
Get a list of headers as Strings.
|
java.util.List<java.util.List<java.lang.String>> |
ScriptFacades.getTable(DbTable table)
*
Return the table as a list of list
|
Modifier and Type | Method and Description |
---|---|
protected DbTable |
FundingRequestServlet.getPanel(java.lang.String login,
java.lang.String panelName,
java.lang.String frName)
Assembles and performs the query that assembles the data needed to support a user's funding requests.
|
protected DbTable |
SQLAccessServlet.runQuery(java.lang.String query)
Run query.
|
protected DbTable |
FundingRequestServlet.runQuery(java.lang.String query)
The code that connects to the database and runs the query.
|