Uses of Class
com.iizix.db.prop.ResultProps
Uses of ResultProps in com.iizigo.db.prop
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionResultProps.clone()
Clones this ResultProps instance.DatabaseProps.getResultProps()
Gets the result properties.