Uses of Class
com.iizix.db.prop.ResultProps
Packages that use ResultProps
Uses of ResultProps in com.iizigo.db.prop
Subclasses of ResultProps in com.iizigo.db.propModifier and TypeClassDescriptionclass
Editor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.Uses of ResultProps in com.iizix.db.api
Methods in com.iizix.db.api with parameters of type ResultPropsModifier and TypeMethodDescriptionvoid
IUpdateProcessor.onResult
(ResultProps rcProps, PreparedStatement statement, long updateCount) Method called when the database transaction completes execution of the call toPreparedStatement.executeUpdate()
or alike (depending on large update support or not).Uses of ResultProps in com.iizix.db.prop
Methods in com.iizix.db.prop that return ResultPropsModifier and TypeMethodDescriptionResultProps.clone()
Clones this ResultProps instance.DatabaseProps.getResultProps()
Gets the result properties.