public class GenerationTargetToDatabase extends java.lang.Object implements GenerationTarget
| Constructor and Description |
|---|
GenerationTargetToDatabase(DdlTransactionIsolator ddlTransactionIsolator) |
GenerationTargetToDatabase(DdlTransactionIsolator ddlTransactionIsolator,
boolean releaseAfterUse) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(java.lang.String command)
Accept a command
|
void |
prepare()
Prepare for accepting actions
|
void |
release()
Release this target, giving it a change to release its resources.
|
public GenerationTargetToDatabase(DdlTransactionIsolator ddlTransactionIsolator)
public GenerationTargetToDatabase(DdlTransactionIsolator ddlTransactionIsolator, boolean releaseAfterUse)
public void prepare()
GenerationTargetprepare in interface GenerationTargetpublic void accept(java.lang.String command)
GenerationTargetaccept in interface GenerationTargetcommand - The commandpublic void release()
GenerationTargetrelease in interface GenerationTargetCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.