Take the 2-minute tour ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

Can we use JAVA user defined functions in mysql5.6?

I am stuck with data which is encrypted using java code and need to query the data on particular criterias but the data is encrypted. Please suggest if any workaround can also be done.

share|improve this question
    
Not possible AFAIK. But: a) if you know the encription algorithm you can search the web for a MySQL implementation; b) I guess you have the Java decoding code, so you can query the data with JDBC and decode it from Java. –  watery 2 days ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.