[jOOQ/jOOQ#11367] Oracle triggers require DECLARE keyword
This commit is contained in:
parent
304d4fb4c9
commit
22f0b7e8d5
@ -94,6 +94,8 @@ import org.jooq.conf.ParamType;
|
||||
import org.jooq.impl.ScopeMarker.ScopeContent;
|
||||
import org.jooq.impl.Tools.DataExtendedKey;
|
||||
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
/**
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
@ -272,6 +274,10 @@ final class BlockImpl extends AbstractRowCountQuery implements Block {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -136,6 +136,17 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -525,5 +525,6 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -37,6 +37,7 @@
|
||||
*/
|
||||
package org.jooq.impl;
|
||||
|
||||
// ...
|
||||
// ...
|
||||
// ...
|
||||
import static org.jooq.impl.Keywords.K_DECLARE;
|
||||
@ -48,6 +49,7 @@ import org.jooq.Clause;
|
||||
import org.jooq.Context;
|
||||
// ...
|
||||
import org.jooq.QueryPartInternal;
|
||||
import org.jooq.SQLDialect;
|
||||
import org.jooq.Statement;
|
||||
import org.jooq.impl.AbstractContext.ScopeStackElement;
|
||||
import org.jooq.impl.Tools.DataExtendedKey;
|
||||
@ -110,6 +112,7 @@ enum ScopeMarker {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
TOP_LEVEL_CTE(
|
||||
|
||||
@ -687,6 +687,12 @@ final class Tools {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user