Uses of Class
com.iizix.db.prop.ResultSetProps
Uses of ResultSetProps in com.iizigo.db.prop
Modifier 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
Modifier and TypeFieldDescriptionfinal ResultSetProps
RowInfo.resultSetProps
The result set properties for the transaction.Modifier 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.ModifierConstructorDescriptionRowInfo
(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
Modifier and TypeMethodDescriptionResultSetProps.clone()
Clones this ResultSetProp.DatabaseProps.getResultSetProps()
Gets the result set properties.ResultSetColumnProp.getResultSetProps()
Gets the Result Set properties.