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数据库中的UDF和触发器吗?
通过管理我的意思是:
您可以使用 [ executeUpdate()]( http://java.sun.com/javase/6/docs/api/java/sql/PreparedStatement.html#executeUpdate())执行所需的 DDL,例如 CREATE FUNCTION、DROP FUNCTION、CREATE触发器、下降触发器等
executeUpdate()