Close the ResultSet and the statement which created it.
Close the ResultSet and the statement which created it.
Create an embedded PositionedResult which extends from the given dataPos column until the end of this PositionedResult, starts at the current row and ends when the discriminator predicate (which can read columns starting at discriminatorPos) returns false or when this PositionedResult ends.
Create an embedded PositionedResult with a single discriminator column followed by the embedded data, starting at the current position.
Create an embedded PositionedResult with a single discriminator column followed by the embedded data, starting at the current position. The embedded view lasts while the discriminator stays the same. If the first discriminator value is NULL, the view is empty.
(positionedResult: StringAdd).self
(positionedResult: StringFormat).self
(positionedResult: ArrowAssoc[PositionedResult]).x
(Since version 2.10.0) Use leftOfArrow
instead
(positionedResult: Ensuring[PositionedResult]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A database result positioned at a row and column.