public abstract class AbstractTableHandler extends Object implements TableHandler
| Constructor and Description |
|---|
AbstractTableHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTable(com.datastax.driver.core.Session s) |
void |
dropTable(com.datastax.driver.core.Session s) |
protected abstract String |
getCreateStatement() |
protected abstract String |
getDropStatement() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTableNamespublic void createTable(com.datastax.driver.core.Session s)
createTable in interface TableHandlerpublic void dropTable(com.datastax.driver.core.Session s)
dropTable in interface TableHandlerprotected abstract String getDropStatement()
protected abstract String getCreateStatement()
Copyright © 2016 camunda services GmbH. All rights reserved.