security - Limiting number of statements in a SQL query in JDBC -


is possible @ jdbc?

to emphasise more, consider following query common in sql injection:

statement.execute("select * x; drop table y;"); 

is there workaround execute first statement here? possible in of nosql databases.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -