TerminalModificationMethods

Interface containing terminal modification method

Inheritors

Functions

Link copied to clipboard
abstract fun execute(params: Map<String, Any?> = emptyMap()): DataResult<Int>

Executes the query and returns the number of rows that were updated

Link copied to clipboard