public class MySQLTableInstaller extends H2TableInstaller
| Constructor and Description |
|---|
MySQLTableInstaller(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createIndexes(JDBCHikariCPClient 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) |
columnCheck, isExistsinstall, overrideColumnNamepublic MySQLTableInstaller(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager)
protected void createTable(Client client, Model model) throws StorageException
createTable in class H2TableInstallerStorageExceptionprotected void deleteTable(Client client, Model model) throws StorageException
deleteTable in class H2TableInstallerStorageExceptionprotected String getColumnType(Model model, ColumnName name, Class<?> type)
getColumnType in class H2TableInstallerprotected void createIndexes(JDBCHikariCPClient client, Model model) throws StorageException
StorageExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.