Uses of Class
com.iizix.db.prop.ResultProps
Packages that use ResultProps Package Description com.iizigo.db.prop com.iizix.db.api com.iizix.db.prop Uses of ResultProps in com.iizigo.db.prop
Subclasses of ResultProps in com.iizigo.db.prop Modifier and Type Class Description class
EditorResultProps
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 ResultProps Modifier and Type Method Description void
IUpdateProcessor. onResult(ResultProps rcProps, java.sql.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 ResultProps Modifier and Type Method Description ResultProps
ResultProps. clone()
Clones this ResultProps instance.ResultProps
DatabaseProps. getResultProps()
Gets the result properties.