Several months ago I contributed CUBRID PHP API syntax to PHPStorm to enable autocompletion for functions and other API members. The contribution is now live in the latest version of PHPStorm.
Now I wonder whether I can contribute JDBC API functions and new SQL syntax for CUBRID Database to IDEA IDE.
For example, right now IDEA cannot recognize basic SQL such as AUTO_INCREMENT, AFTER as well as numerous SQL functions such as ADD_MONTHS. So I wanted to fill in this gap.
If it is possible, would you please point me to the documentation where I should look to get started.
UPDATE: I found SQL Support for Java Developers page. But how I can add new Dialect for CUBRID Database?