Uses of Interface
flux.DatabaseActionInfo

Packages that use DatabaseActionInfo
flux File Orchestration Solutions for Banking and Finance 
 

Uses of DatabaseActionInfo in flux
 

Subinterfaces of DatabaseActionInfo in flux
 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 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.
 



© 2014 Flux Corporation. All rights reserved.