0

I am creating an MySQL editor using swing . Is there way to provide intellisense while I write my query in JTextArea

To clarify more-

Suppose I want to write query 'use db1;' in my JTextArea then while I write 'u' it should predict use keyword after which it should suggest all schemas name / other possible keywords.

Also if possible to make this then how can I come to know that there should be database name or table name after keyword,?

Rahul Choubey
  • 29
  • 1
  • 10

0 Answers0