| statement = connection.createStatement() | statement = connection.prepareStatement(sql) | connection.createStatement() | connection.prepareStatement(sql) | presto | 67483773930e7f3517114b0e6efec7d8410531b6 | com.facebook.presto.plugin.postgresql.PostgreSqlClient | | | | | | AssignedTo | False |
| statement = connection.createStatement() | statement = connection.prepareStatement(sql) | connection.createStatement() | connection.prepareStatement(sql) | presto | 67483773930e7f3517114b0e6efec7d8410531b6 | com.facebook.presto.plugin.mysql.MySqlClient | | | | | | AssignedTo | False |
| return connection.createStatement(); | return connection.prepareStatement(sql); | connection.createStatement() | connection.prepareStatement(sql) | presto | 67483773930e7f3517114b0e6efec7d8410531b6 | com.facebook.presto.plugin.jdbc.BaseJdbcClient | | | _1 | getStatement |
|---|
| _2 | getPreparedStatement |
|---|
| | | | Returns | False |
| stmt=connection.createStatement(); | stmt=connection.prepareStatement(sql); | connection.createStatement() | connection.prepareStatement(sql) | sonarqube | c87a69b77de990c7efdf506b5a269e7facdb00b9 | org.sonar.db.charset.CharsetHandler.SelectExecutor | | | | | | AssignedTo | False |