I need to get full sql query of query interface in order to save them in user defaults but i couldn't find this functionality
update: in order to achieve full query string:
including arguments that were trimmed by sqlite for injection you can not replace those arguments with question mark manualy.
you can not achieve real value of those arguments because they are private