public class DeploymentTableHandler extends AbstractTableHandler
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CREATE_TABLE_STMNT |
protected static String |
DROP_TABLE |
static String |
TABLE_NAME |
| Constructor and Description |
|---|
DeploymentTableHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCreateStatement() |
protected String |
getDropStatement() |
List<String> |
getTableNames() |
static String |
getTypeName() |
createTable, dropTablepublic static final String TABLE_NAME
protected static final String CREATE_TABLE_STMNT
protected static final String DROP_TABLE
public static String getTypeName()
protected String getCreateStatement()
getCreateStatement in class AbstractTableHandlerprotected String getDropStatement()
getDropStatement in class AbstractTableHandlerCopyright © 2016 camunda services GmbH. All rights reserved.