in reply to Is bind useful for one-time queries and commands?
I don't know about DB2, but some databases will cache every SQL statement (along with its query plan), so there can still be a benefit from using placeholders even if the statement is only run once in your program.