BackReference

class BackReference(val originalIndex: Int)

Constructors

Link copied to clipboard
constructor(originalIndex: Int)

Properties

Link copied to clipboard

index of the referenced row in the original, nonsplitted transaction

Functions

Link copied to clipboard
fun getIndex(): Int

Gets the index to use in the splitted transaction.

Link copied to clipboard
fun setIndex(newIndex: Int)

Sets the index to use in the splitted transaction.