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 应用程序使用内存中的 derby db。一旦应用程序结束,我想删除它创建的所有表/数据库。所以当它重新开始时,我希望它重新开始。
如果您的应用程序仅使用单个数据库连接,那么derby 全局临时表将提供您所需要的。