Files
openide/plugins/IntelliLang/resources/tips/InjectSQLLanguage.html
Vladimir Krivosheev 0da3439bd8 move to resource dir
GitOrigin-RevId: 3f5de4b0aa35effecd5befe47471b102888ef019
2024-05-06 16:55:12 +00:00

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 | &lt;SQL dialect&gt;</span>) and
then use coding assistance for SQL.</p>
<p class="image">
<img src="images/SQLInJava.png"></p>
</body>
</html>