I'm trying to insert a Byte array in my database: I need to convert in a Blob, and I saw javax.sql.rowset.serial.serialclob.
However, I can't find it on the web, neither in my Android Studio. Where I can get it?
Thanks
A quick look showed me that the respective class is available in my openjdk8 installation inside a resources.jar file.
You should check if all the jars from your java installation are loaded onto your IDE. If not, maybe reinstall java.