嵌套级 meaning in Chinese
nesting level
Examples
- If any trigger in the chain sets off an infinite loop , the nesting level is exceeded and the trigger is canceled
如果链中任意一个触发器引发了无限循环,则会超出嵌套级限制,从而导致取消触发器。 - The nesting level is incremented when the called procedure starts running , and decremented when the called procedure finishes running
在被调用过程开始运行时,嵌套级将增加,在被调用过程运行结束后,嵌套级将减少。 - If any one of the triggers performs a rollback transaction , regardless of the nesting level , no more triggers are executed
如果任一触发器执行了rollback transaction语句,则无论嵌套级是多少,都不会再执行其他触发器。 - Instead of just using spaces for indenting , this code will alternate spaces with hyphens , and when a method call is at the deepest level of nesting it ll be printed with a leading asterisk rather than the less - than sign
这段代码不用空格缩进,而用连字号代替空格,当方法调用是在嵌套的最深层时,它将在前面打印出星号而不是用于显示从嵌套级中退出的小于号 - Instead of just using spaces for indenting , this code will alternate spaces with hyphens , and when a method call is at the deepest level of nesting it ll be printed with a leading asterisk rather than the less - than sign used to show the exit from a nesting level
这段代码不用空格缩进,而用连字号代替空格,当方法调用是在嵌套的最深层时,它将在前面打印出星号而不是用于显示从嵌套级中退出的小于号( < ) 。