Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Interface and Description |
---|---|
interface |
DatabaseConditionAction
Executes an SQL query and then, using the first row of JDBC result
set information returned from the query, evaluates a condition expression to
see if it is satisfied.
|
interface |
DatabaseConditionTrigger
According to a certain frequency, executes an SQL SELECT statement and then,
using the first row of JDBC result set information returned from the query,
evaluates a condition expression to see if it is satisfied.
|
interface |
DatabaseQueryAction
Executes an SQL query in the engine's database and makes the resulting JDBC
result set available to flow chart actions.
|
interface |
DatabaseQueryCollectionAction
Executes an SQL query in the engine's database and makes the resulting JDBC
result set available (as a list) to flow chart actions.
|
interface |
DatabaseStoredProcedureAction
Calls a stored procedure and makes the results of the stored procedure, if any,
available to the flow context.
|
interface |
DatabaseUpdateAction
Executes SQL statements in a database.
|
© 2000-2025 Flux Corporation. All rights reserved.