I already found several forms on the internet, but none of them the way I wanted it.
I would like a java method to check whether or not a table exists in the database, if it exists, return TRUE
or return FALSE
.
Thank you in advance.
Note: I'm not going to put any code, because the ones I found on the internet were very long and executed more than I wanted to (just test if it exists or not).