Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Java 中使用准备好的语句时,我们说 SQL 查询是预编译的。我只想知道这些查询是在哪里预编译的?在 java 端或数据库端。如果这些查询是在数据库端预编译的,那么它们存储在哪里,在哪个对象中?