
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
Environment:
|
Windows XP
|
|
| Build: |
8,280
|
| Severity: |
Low
|
In my DAO classes I create CallableStatements to call Stored Procedures. I am constructing and passing a String parameter to the prepareCall() method of my Connection object. The String parameters contain curly braces and look like this:
cstmt = con.prepareCall(
"{ call " + QUAL + "table(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) }");
For some reason Idea keeps incorrectly parsing the curly braces as though they are opening and closing braces on methods. See screenshot.
|
|
Description
|
In my DAO classes I create CallableStatements to call Stored Procedures. I am constructing and passing a String parameter to the prepareCall() method of my Connection object. The String parameters contain curly braces and look like this:
cstmt = con.prepareCall(
"{ call " + QUAL + "table(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) }");
For some reason Idea keeps incorrectly parsing the curly braces as though they are opening and closing braces on methods. See screenshot. |
Show » |
| There are no comments yet on this issue.
|
|