public class H2TableInstaller extends ModelInstaller
| Constructor and Description |
|---|
H2TableInstaller(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
columnCheck(Client client,
Model model) |
protected void |
createTable(Client client,
Model model) |
protected void |
deleteTable(Client client,
Model model) |
protected String |
getColumnType(Model model,
ColumnName name,
Class<?> type) |
protected boolean |
isExists(Client client,
Model model) |
install, overrideColumnNamepublic H2TableInstaller(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager)
protected boolean isExists(Client client, Model model) throws StorageException
isExists in class ModelInstallerStorageExceptionprotected void columnCheck(Client client, Model model) throws StorageException
columnCheck in class ModelInstallerStorageExceptionprotected void deleteTable(Client client, Model model) throws StorageException
deleteTable in class ModelInstallerStorageExceptionprotected void createTable(Client client, Model model) throws StorageException
createTable in class ModelInstallerStorageExceptionprotected String getColumnType(Model model, ColumnName name, Class<?> type)
Copyright © 2018 The Apache Software Foundation. All rights reserved.