finalize

abstract fun finalize()

Finalize Statement

Close this statement, releasing any resources held by it; this method is called automatically by the owning database when it is closed, but may also be called earlier by the user on-demand.

After a statement has closed, it may not be used again; calls to it result in an error.