[jOOQ/jOOQ#11323] Support ELSEIF in HSQLDB
This commit is contained in:
parent
8a8c8eeb09
commit
f5c32eb0a2
@ -244,7 +244,7 @@ public interface Context<C extends Context<C>> extends Scope {
|
||||
int scopeLevel();
|
||||
|
||||
/**
|
||||
* Start a new SELECT scope.
|
||||
* Start a new scope.
|
||||
*/
|
||||
@NotNull
|
||||
C scopeStart();
|
||||
|
||||
@ -225,5 +225,6 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user