getAuxDataOrNull

inline fun <Data : Any> getAuxDataOrNull(index: Int): Data?(source)

Returns the auxiliary data for the argument at index as Data, or null if there is no associated auxiliary or they have been discarded by SQLite.