Uses of Class
com.iizix.db.prop.ResultSetProps
Packages that use ResultSetProps Package Description com.iizigo.db.prop com.iizix.db.api com.iizix.db.prop Uses of ResultSetProps in com.iizigo.db.prop
Subclasses of ResultSetProps in com.iizigo.db.prop Modifier and Type Class Description classEditorResultSetPropsEditor 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 ResultSetProps Modifier and Type Field Description ResultSetPropsRowInfo. resultSetPropsThe result set properties for the transaction.Methods in com.iizix.db.api with parameters of type ResultSetProps Modifier and Type Method Description default booleanIResultSetRowProcessor. doContinueRowProcessing(ResultSetProps rsProps, int rowIndex, java.sql.ResultSet rs)Verifies if the row should be processed or if the processing operation should end.IResultSetRowProcessorIResultSetProcessor. onResultSetCreated(ResultSetProps rsProps, java.sql.ResultSet rs)Method called when the result set is created, before rows are processed.default booleanIResultSetRowProcessor. processRow(ResultSetProps rsProps, int rowIndex, java.sql.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 ResultSetProps Constructor Description RowInfo(ResultSetProps resultSetProps, VSTable table, java.sql.ResultSet resultSet, int[] vsColumnIndicies, Value.Type[] vsValueTypes, int[] sqlColumnIndicies, java.lang.Object[] sqlValues, Value[] vsValues)Constructor.Uses of ResultSetProps in com.iizix.db.prop
Methods in com.iizix.db.prop that return ResultSetProps Modifier and Type Method Description ResultSetPropsResultSetProps. clone()Clones this ResultSetProp.ResultSetPropsDatabaseProps. getResultSetProps()Gets the result set properties.ResultSetPropsResultSetColumnProp. getResultSetProps()Gets the Result Set properties.