Modifier and Type | Field and Description |
---|---|
String |
connString |
SQLDBConfig |
dbConfig |
Path |
inputPath |
Path |
outputPath |
String |
password |
String |
username |
Constructor and Description |
---|
SQLToCSVOptions() |
@Option(charName=110, longName="connection", usage="Connection string to the SQL database") public String connString
@Option(charName=112, longName="password", usage="Password for the SQL database") public String password
@Option(charName=117, longName="username", usage="Username for the SQL database") public String username
@Option(charName=105, longName="input-sql", usage="SQL File to run as a query, defaults to stdin") public Path inputPath
@Option(charName=111, longName="output-csv", usage="File to write query results as CSV, defaults to stdout") public Path outputPath
@Option(longName="db-config", usage="Name of the DBConfig to use") public SQLDBConfig dbConfig
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.