Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JDBCでこれを行うことはまったく可能ですか?
これをさらに強調するために、SQL インジェクションで一般的な次のクエリを検討してください。
statement.execute("select * from x; drop table y;");
ここで最初のステートメントのみを実行する回避策はありますか? これは、一部の NoSQL データベースで可能です。