sqldelight-runtime / com.squareup.sqldelight / Query / execute

execute

abstract fun execute(): SqlCursor

Execute the underlying statement.

Return
the cursor for the statement's result set.