setAuxData

fun setAuxData(index: Int, data: Any)(source)

Sets data as the auxiliary data for the argument at index.

If data implements AutoCloseable then AutoCloseable.close is invoked on it when SQLite finalize it.