public class H2ContentTrigger extends Object implements org.h2.api.Trigger
Constructor and Description |
---|
H2ContentTrigger() |
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) |
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–2023 Atlassian. All rights reserved.
View cookie preferences