executeInternal

abstract fun PreparedStatementApi.executeInternal(transaction: Transaction): T?

Determines the exact way that an SQL statement is executed in a transaction and applies any necessary logic before returning the result generated by the executed statement.