public interface UDTypeHandler
| 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) |
String |
getTypeName() |
String getTypeName()
void createType(com.datastax.driver.core.Session s)
void dropType(com.datastax.driver.core.Session s)
com.datastax.driver.core.UDTValue createValue(com.datastax.driver.core.Session s)
Copyright © 2016 camunda services GmbH. All rights reserved.