Sqlj Syntax

hi

i want write for example this code in inellij idea please help me ???

#sql { SELECT job INTO :job FROM staff WHERE name = :name };

thanks.

0
Avatar
Permanently deleted user

Hello Mike,

i want write for example this code in inellij idea please help me ???

#sql { SELECT job INTO :job FROM staff WHERE name = :name };


IntelliJ IDEA does not currently support SQLJ syntax, and we don't have any
plans to add support for that.

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

请先登录再写评论。