finalCachedRowSetresultSet=this.asyncMySQLPoolHandler.removeSQLInjectionPossibility("SELECT `yourColumn` FROM `"+"yourTable"+"` WHERE `yourValue`= '"+this.asyncMySQLPoolHandler.removeSQLInjectionPossibility(value)+"';").join();
finalCachedRowSetresultSet=this.asyncMySQLPoolHandler.executeQueryAsync("SELECT `yourColumn` FROM `"+"yourTable"+"` WHERE `yourValue`= '"+this.asyncMySQLPoolHandler.removeSQLInjectionPossibility(value)+"';").join();
if(resultSet.last()){
if(resultSet.last()){
finalinttest=resultSet.getInt("yourColumn");
finalinttest=resultSet.getInt("yourColumn");
resultSet.close();
resultSet.close();
...
@@ -107,7 +107,7 @@ public int testQueryResult(final String value) {
...
@@ -107,7 +107,7 @@ public int testQueryResult(final String value) {
```java
```java
publicinttest(finalStringvalue){
publicinttest(finalStringvalue){
finalIntegerresult=(Integer)this.asyncMySQLPoolHandler.removeSQLInjectionPossibility("SELECT `yourColumn` FROM `"+"yourTable"+"` WHERE `yourValue`= '"+this.asyncMySQLPoolHandler.removeSQLInjectionPossibility(value)+"';","yourColumn").join();
finalIntegerresult=(Integer)this.asyncMySQLPoolHandler.executeQueryInstantLastResultAsync("SELECT `yourColumn` FROM `"+"yourTable"+"` WHERE `yourValue`= '"+this.asyncMySQLPoolHandler.removeSQLInjectionPossibility(value)+"';","yourColumn").join();