public class H2EmptyTrigger extends Object implements org.h2.api.Trigger
Constructor and Description |
---|
H2EmptyTrigger() |
Modifier and Type | Method and Description |
---|---|
void |
close()
For SonarCube: we must implement this method, but we do not need to initialise anything here.
|
void |
fire(Connection connection,
Object[] oldValues,
Object[] newValues)
This method does nothing because this trigger is used when denormalised permissions are disabled
|
void |
init(Connection connection,
String s,
String s1,
String s2,
boolean b,
int i)
For SonarCube: we must implement this method, but we do not need to initialise anything here.
|
void |
remove()
For SonarCube: we must implement this method, but we do not need to initialise anything here.
|
public void init(Connection connection, String s, String s1, String s2, boolean b, int i) throws SQLException
init
in interface org.h2.api.Trigger
SQLException
public void fire(Connection connection, Object[] oldValues, Object[] newValues) throws SQLException
fire
in interface org.h2.api.Trigger
SQLException
public void close() throws SQLException
close
in interface org.h2.api.Trigger
SQLException
public void remove() throws SQLException
remove
in interface org.h2.api.Trigger
SQLException
Copyright © 2003–2022 Atlassian. All rights reserved.