createdropalter.sql

来自「java开源的企业总线.xmlBlaster」· SQL 代码 · 共 18 行

SQL
18
字号
-- TODO!-- ---------------------------------------------------------------------------- -- This is needed to add the triggers to the schemas to detect CREATE, DROP and -- ALTER events on a particular schema to be watched. It is invoked by the      -- method I_DbSpecific.addSchemaToWatch(...)                                    -- note that this must be invoked for each Schema.                              -- ---------------------------------------------------------------------------- -- ---------------------------------------------------------------------------- -- ${replPrefix}create_trigger is invoked when a new table is created.          -- note that this must be invoked for each Schema.                              -- ---------------------------------------------------------------------------- -- CREATE TRIGGER trigger_name 
-- ON { ALL SERVER | DATABASE } 
-- [ WITH <ddl_trigger_option> [ 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?