Uses of Class
com.iizix.db.prop.ResultSetProps
Packages that use ResultSetProps
Uses of ResultSetProps in com.iizigo.db.prop
Subclasses of ResultSetProps in com.iizigo.db.propModifier and TypeClassDescriptionclass
Editor version of result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Uses of ResultSetProps in com.iizix.db.api
Fields in com.iizix.db.api declared as ResultSetPropsModifier and TypeFieldDescriptionfinal ResultSetProps
RowInfo.resultSetProps
The result set properties for the transaction.Methods in com.iizix.db.api with parameters of type ResultSetPropsModifier and TypeMethodDescriptiondefault boolean
IResultSetRowProcessor.doContinueRowProcessing
(ResultSetProps rsProps, int rowIndex, ResultSet rs) Verifies if the row should be processed or if the processing operation should end.IResultSetProcessor.onResultSetCreated
(ResultSetProps rsProps, ResultSet rs) Method called when the result set is created, before rows are processed.default boolean
IResultSetRowProcessor.processRow
(ResultSetProps rsProps, int rowIndex, ResultSet rs) Method called for every row when the database transaction's result set is not connected to a VirtualSpace table.Constructors in com.iizix.db.api with parameters of type ResultSetPropsModifierConstructorDescriptionRowInfo
(ResultSetProps resultSetProps, VSTable table, ResultSet resultSet, int[] vsColumnIndicies, Value.Type[] vsValueTypes, int[] sqlColumnIndicies, Object[] sqlValues, Value[] vsValues) Constructor.Uses of ResultSetProps in com.iizix.db.prop
Methods in com.iizix.db.prop that return ResultSetPropsModifier and TypeMethodDescriptionResultSetProps.clone()
Clones this ResultSetProp.DatabaseProps.getResultSetProps()
Gets the result set properties.ResultSetColumnProp.getResultSetProps()
Gets the Result Set properties.