-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntelliLang.xml
16 lines (16 loc) · 1.43 KB
/
IntelliLang.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<application>
<component name="LanguageInjectionConfiguration">
<injection language="MYSQL-SQL" injector-id="java">
<display-name>MySQLConnection (com.swirl.util)</display-name>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("execute").withParameters("java.lang.String").definedInClass("com.swirl.util.MySQLConnection"))]]></place>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("insert").withParameters("java.lang.String").definedInClass("com.swirl.util.MySQLConnection"))]]></place>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("prepareStatement").withParameters("java.lang.String").definedInClass("com.swirl.util.MySQLConnection"))]]></place>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("select").withParameters("java.lang.String").definedInClass("com.swirl.util.MySQLConnection"))]]></place>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("selectOne").withParameters("java.lang.String").definedInClass("com.swirl.util.MySQLConnection"))]]></place>
</injection>
<injection language="POSTGRES-SQL" injector-id="java">
<display-name>RedshiftConnection.execute (com.swirl.util)</display-name>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("execute").withParameters("java.lang.String").definedInClass("com.swirl.util.RedshiftConnection"))]]></place>
</injection>
</component>
</application>