public class SQLOut extends SQLBase implements OutputFormatInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
description |
driver, password, server, tablePrefix, username
codingSchemeManifest
Constructor and Description |
---|
SQLOut() |
SQLOut(java.lang.String username,
java.lang.String password,
java.lang.String server,
java.lang.String driver) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionSummary()
Get a summary of the connection parameters.
|
java.lang.String |
getDescription()
The description of the output type.
|
Option[] |
getOptions() |
getConnectionSummary, getDriver, getPassword, getServer, getTablePrefix, getUsername, testConnection
getCodingSchemeManifest, getLoaderPreferences, getManifestLocation, setCodingSchemeManifest, setLoaderPreferences, setManifestLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
testConnection
public static final java.lang.String description
public SQLOut(java.lang.String username, java.lang.String password, java.lang.String server, java.lang.String driver)
public SQLOut()
public java.lang.String getConnectionSummary()
OutputFormatInterface
getConnectionSummary
in interface OutputFormatInterface
public java.lang.String getDescription()
OutputFormatInterface
getDescription
in interface OutputFormatInterface
public Option[] getOptions()
getOptions
in interface OutputFormatInterface