public class CliOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CliOptions.EmbeddedCliOptions
Command option lines to configure SQL Client in the embedded mode.
|
static class |
CliOptions.GatewayCliOptions
Command option lines to configure SQL Client in the gateway mode.
|
Modifier and Type | Method and Description |
---|---|
String |
getHistoryFilePath() |
URL |
getInitFile() |
Properties |
getSessionConfig() |
String |
getSessionId() |
URL |
getSqlFile() |
String |
getUpdateStatement() |
boolean |
isPrintHelp() |
public boolean isPrintHelp()
public String getSessionId()
public String getHistoryFilePath()
public String getUpdateStatement()
public Properties getSessionConfig()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.