public class H2FunctionsLoader extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static Set<H2Function> |
H2_FUNCTIONS |
| 构造器和说明 |
|---|
H2FunctionsLoader() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static void |
add(H2Function h2Function) |
protected static void |
addAll(Collection<H2Function> collection) |
static void |
loadMysqlFunctions(DataSource dataSource) |
public static final Set<H2Function> H2_FUNCTIONS
protected static void add(H2Function h2Function)
h2Function - protected static void addAll(Collection<H2Function> collection)
collection - public static void loadMysqlFunctions(DataSource dataSource)
Copyright © 2021 kubeclub. All rights reserved.