public class CopyQuery extends DestinationSourceManagementQuery<CopyQuery>
Modifier and Type | Method and Description |
---|---|
protected void |
appendSilent(StringBuilder builder) |
protected String |
getQueryActionString() |
T |
silent()
Set the
SILENT option to true on this query |
T |
silent(boolean isSilent)
Specify if the
SILENT option should be on for this query |
from, fromDefault, fromDefault, getQueryString, to, toDefault, toDefault
protected String getQueryActionString()
getQueryActionString
in class DestinationSourceManagementQuery<CopyQuery>
public T silent()
SILENT
option to true on this querypublic T silent(boolean isSilent)
SILENT
option should be on for this queryisSilent
- if this should be a SILENT operation or notprotected void appendSilent(StringBuilder builder)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.