public class ProcessDefinitionTableHandler extends Object implements TableHandler
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CREATE_TABLE |
protected static String |
CREATE_TABLE_IDX_VERSION |
protected static String |
DEPLOYMENT_ID_IDX |
protected static String |
DROP_TABLE |
protected static String |
DROP_TABLE_IDX_VERSION |
static String |
TABLE_NAME |
static String |
TABLE_NAME_IDX_VERSION |
| Constructor and Description |
|---|
ProcessDefinitionTableHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTable(com.datastax.driver.core.Session s) |
void |
dropTable(com.datastax.driver.core.Session s) |
List<String> |
getTableNames() |
public static final String TABLE_NAME
public static final String TABLE_NAME_IDX_VERSION
protected static final String CREATE_TABLE
protected static final String CREATE_TABLE_IDX_VERSION
protected static final String DROP_TABLE
protected static final String DROP_TABLE_IDX_VERSION
protected static final String DEPLOYMENT_ID_IDX
public List<String> getTableNames()
getTableNames in interface TableHandlerpublic void createTable(com.datastax.driver.core.Session s)
createTable in interface TableHandlerpublic void dropTable(com.datastax.driver.core.Session s)
dropTable in interface TableHandlerCopyright © 2016 camunda services GmbH. All rights reserved.