public abstract class AbstractTypeHandler extends Object implements UDTypeHandler
| Constructor and Description |
|---|
AbstractTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
createType(com.datastax.driver.core.Session s) |
com.datastax.driver.core.UDTValue |
createValue(com.datastax.driver.core.Session s) |
void |
dropType(com.datastax.driver.core.Session s) |
protected abstract String |
getCreateStatement() |
protected abstract String |
getDropStatement() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeNamepublic void createType(com.datastax.driver.core.Session s)
createType in interface UDTypeHandlerpublic void dropType(com.datastax.driver.core.Session s)
dropType in interface UDTypeHandlerprotected abstract String getCreateStatement()
protected abstract String getDropStatement()
public com.datastax.driver.core.UDTValue createValue(com.datastax.driver.core.Session s)
createValue in interface UDTypeHandlerCopyright © 2016 camunda services GmbH. All rights reserved.