public class StatGroupTable extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
StatGroupTable(String tableName,
String keyColumn,
String parentKeyColumn,
String instanceKeyColumn,
String nameColumn,
String typeColumn,
String sequence) |
Modifier and Type | Method and Description |
---|---|
int |
findOrInsert(Connection connection,
int parentKey,
int instanceKey,
String name,
String type) |
public int findOrInsert(Connection connection, int parentKey, int instanceKey, String name, String type) throws JdbcException
JdbcException
Copyright © 2023 Frank!Framework. All rights reserved.