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 class
EditorResultSetProps
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 ResultSetProps Modifier and Type Field Description ResultSetProps
RowInfo. resultSetProps
The result set properties for the transaction.Methods in com.iizix.db.api with parameters of type ResultSetProps Modifier and Type Method Description default boolean
IResultSetRowProcessor. doContinueRowProcessing(ResultSetProps rsProps, int rowIndex, java.sql.ResultSet rs)
Verifies if the row should be processed or if the processing operation should end.IResultSetRowProcessor
IResultSetProcessor. onResultSetCreated(ResultSetProps rsProps, java.sql.ResultSet rs)
Method called when the result set is created, before rows are processed.default boolean
IResultSetRowProcessor. 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 ResultSetProps
ResultSetProps. clone()
Clones this ResultSetProp.ResultSetProps
DatabaseProps. getResultSetProps()
Gets the result set properties.ResultSetProps
ResultSetColumnProp. getResultSetProps()
Gets the Result Set properties.