Uses of Class
org.hcjf.layers.storage.actions.ResultSet
-
Packages that use ResultSet Package Description org.hcjf.layers.storage.actions -
-
Uses of ResultSet in org.hcjf.layers.storage.actions
Methods in org.hcjf.layers.storage.actions that return ResultSet Modifier and Type Method Description <R> ResultSet<R>ManipulationDataAction. execute()The insert implementation has two steps to insert the instance<R> ResultSet<R>Select. execute()The select implementation has 4 steps to obtain the result setabstract <R> ResultSet<R>StorageAction. execute()This method implements the logic to execute the current operation.
-