| Package | Description |
|---|---|
| com.pivotal.gemfirexd.tools.internal |
| Modifier and Type | Method and Description |
|---|---|
GfxdOption |
GfxdOptionBuilder.create()
Create an Option using the current settings
|
GfxdOption |
GfxdOptionBuilder.create(char opt)
Create an Option using the current settings and with the specified Option
char. |
GfxdOption |
GfxdOptionBuilder.create(String opt)
Create an Option using the current settings and with the specified Option
char. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ToolsBase.handleCommonOption(GfxdOption opt,
String cmd,
String cmdDescKey) |
protected com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils.TaskOptions |
GfxdDdlUtils.handleCommonTaskOption(GfxdOption opt,
boolean fromDatabase,
com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils.TaskOptions taskOpts)
Return a non-null TaskOptions object with the set TaskOptions field if the
option is one of those handled by TaskOptions else return null.
|
protected boolean |
ToolsBase.handleConnectionOption(GfxdOption opt,
ToolsBase.ConnectionOptions connOpts) |
protected boolean |
GfxdDdlUtils.handleDataSourceOption(GfxdOption opt,
com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils.DataSourceOptions dsOpts) |
protected String |
GfxdDdlUtils.handleVerbosityOption(GfxdOption opt) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.