UDB Rows object
This article is about the Rows object in the UDB object model. This model is for data exchange between USoft web UIs and Rules Engines.
Row selectors
Row selectors are used to indicate a set of rows in a UdbRows object. Its result is always the UdbRows object, which holds a collection of UdbRecord objects that match the parameters of the selectors.
Rows.cols()
This article is about the cols() function of the Rows object.
Rows.context()
This article is about the context() function of the Rows object.
Rows.ds()
This article is about the ds() function of the Rows object.
Rows.each()
This article is about the each() function of the Rows object.
Rows.filter()
This article is about the filter() function of the Rows object.
Rows.index()
This article is about the index() function of the Rows object.
Rows.isInserted()
This article is about the isInserted() function of the Rows object.
Rows.keys()
This article is about the keys() function of the Rows object.
Rows.keysString()
This article is about the keysString() function of the Rows object.
Rows.mark()
This article is about the mark() function of the Rows object.
Rows.refresh()
This article is about the refresh() function of the Rows object.
Rows.rowDelete()
This article is about the rowDelete() function of the Rows object.
Rows.rowId()
This article is about the rowId() function of the Rows object.
Rows.rowRemove()
This article is about the rowRemove() function of the Rows object.
Rows.rsc()
This article is about the rsc() function of the Rows object.
Rows.select()
This article is about the select() function of the Rows object.
Rows.status()
This article is about the status() function of the Rows object.
Rows.toTable()
This article is about the toTable() function of the Rows object.
Rows.values()
This article is about the values() function of the Rows object.