You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to java-pa...@googlegroups.com
Hi All, I want to symbolically run the SQL queries in order to get the database constraints from them. For example: For this query "Select * from table where condition" I want to derive the database constraint containing the predicates from the "condition" .Thus these predicates in conjunction with path constraints should generate the test inputs for next symbolic execution.
Can "native peer classes" provide the solution for this ?What will be the major things required for the above implementation?Please provide some details as I am new to JPF.