public class H2ContentPermissionSetTrigger extends Object implements org.h2.api.Trigger
| Constructor and Description |
|---|
H2ContentPermissionSetTrigger() |
| 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.TriggerSQLExceptionpublic void fire(Connection connection, Object[] oldValues, Object[] newValues) throws SQLException
fire in interface org.h2.api.TriggerSQLExceptionpublic void close()
throws SQLException
close in interface org.h2.api.TriggerSQLExceptionpublic void remove()
throws SQLException
remove in interface org.h2.api.TriggerSQLExceptionCopyright © 2003–2022 Atlassian. All rights reserved.