public class DefaultSourceOptions
extends java.lang.Object
DatabaseDescriptor.getDefaultSourceOptions()| Constructor and Description | 
|---|
DefaultSourceOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isEnableTriggers()
Get method for the enableTriggers property. 
 | 
boolean | 
isIncludeTerminators()
Get method for the includeTerminators property. 
 | 
boolean | 
isUseCreateOrReplace()
Get method for the useCreateOrReplace property. 
 | 
void | 
setEnableTriggers(boolean enableTriggers)
Set method for the enableTriggers property. 
 | 
void | 
setIncludeTerminators(boolean includeTerminators)
Set method for the includeTerminators property. 
 | 
void | 
setUseCreateOrReplace(boolean useCreateOrReplace)
Set method for the useCreateOrReplace property. 
 | 
public void setUseCreateOrReplace(boolean useCreateOrReplace)
public boolean isUseCreateOrReplace()
public void setIncludeTerminators(boolean includeTerminators)
DDL.toString(boolean) method when converting generated default DDL to a String.public boolean isIncludeTerminators()
DDL.toString(boolean) method when converting generated default DDL to a String.public void setEnableTriggers(boolean enableTriggers)
public boolean isEnableTriggers()