mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
16 lines
432 B
HTML
16 lines
432 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p><b>Inject SQL</b></p>
|
|
<p>
|
|
You can inject SQL into a string literal
|
|
(<span class="shortcut">&shortcut:ShowIntentionActions;</span>
|
|
<span class="control">| Inject language or reference | <SQL dialect></span>) and
|
|
then use coding assistance for SQL.</p>
|
|
|
|
<p class="image">
|
|
<img src="images/SQLInJava.png"></p>
|
|
</body>
|
|
</html> |