hello,

i want to give my users the possibility to write their own statements. If they do not, i will user a "default" statement

so, in my code, what i'm trying to do is :

  • given à sqlmapclient
  • search if the "user-statement" exists
  • if so, execute the user-statement
  • if not, execute the "default-statement" that is shipped with my application
could someone tell me if it is possible with ibatis?

regards

Reply via email to