public class VariableTypeHandler extends AbstractTypeHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATE_TYPE_STATEMENT |
static String |
DROP_TYPE_STATEMENT |
static String |
TYPE_NAME |
| Constructor and Description |
|---|
VariableTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCreateStatement() |
protected String |
getDropStatement() |
String |
getTypeName() |
createType, createValue, dropTypepublic static final String TYPE_NAME
public static final String CREATE_TYPE_STATEMENT
public static final String DROP_TYPE_STATEMENT
public String getTypeName()
protected String getCreateStatement()
getCreateStatement in class AbstractTypeHandlerprotected String getDropStatement()
getDropStatement in class AbstractTypeHandlerCopyright © 2016 camunda services GmbH. All rights reserved.