Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: How to modify core Java interface java.sql.Statement.execute(String sql)?

    Do you care to share your solution? And BTW, as I mentioned above a PreparedStatement does prevent against SQL injection
  2. [SOLVED] Re: How to modify core Java interface java.sql.Statement.execute(String sql)?

    You cannot modify the behavior of an interface - you can modify the behavior of the implementation of that interface. For Statement, given it is intimately tied into the database and its driver, you...
Results 1 to 2 of 2