public class DeallocateTask extends Object implements DataDefinitionTask<Deallocate>
| Constructor and Description |
|---|
DeallocateTask() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
execute(Deallocate statement,
TransactionManager transactionManager,
Metadata metadata,
AccessControl accessControl,
QueryStateMachine stateMachine,
List<Expression> parameters) |
String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexplain, isTransactionControlpublic String getName()
getName in interface DataDefinitionTask<Deallocate>public com.google.common.util.concurrent.ListenableFuture<?> execute(Deallocate statement, TransactionManager transactionManager, Metadata metadata, AccessControl accessControl, QueryStateMachine stateMachine, List<Expression> parameters)
execute in interface DataDefinitionTask<Deallocate>Copyright © 2012–2019. All rights reserved.