While using prepared statements in java, we say SQL queries are precompiled. I just want to know these queries are precompiled where? At java end or at database end. And if these queries are precompiled at database end then they are stored where , in which object?
Asked
Active
Viewed 45 times
0
-
at db end. Why do you need that? – Your Common Sense Jul 02 '13 at 12:06
-
i dont need that. I just want to know where they are stored on database? – user1147070 Jul 03 '13 at 07:05
-
Why do you need to know where they are stored on database? – Your Common Sense Jul 03 '13 at 07:11