public class LexGridSQL extends SQLBase implements InputFormatInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
description |
protected static org.apache.log4j.Logger |
log |
driver, password, server, tablePrefix, username
codingSchemeManifest
Constructor and Description |
---|
LexGridSQL() |
LexGridSQL(java.lang.String username,
java.lang.String password,
java.lang.String server,
java.lang.String driver,
java.lang.String tablePrefix) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAvailableTerminologies() |
java.lang.String |
getConnectionSummary()
Get a summary of the connection parameters.
|
java.lang.String |
getDescription()
Get the description of the input type.
|
Option[] |
getOptions()
Get the additional options that must be supplied before the reading can
happen.
|
java.lang.String[] |
getSupportedOutputFormats()
Get the supported Output formats for this input format.
|
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
protected static org.apache.log4j.Logger log
public static final java.lang.String description
public LexGridSQL(java.lang.String username, java.lang.String password, java.lang.String server, java.lang.String driver, java.lang.String tablePrefix)
public LexGridSQL()
public java.lang.String getConnectionSummary()
InputFormatInterface
getConnectionSummary
in interface InputFormatInterface
public java.lang.String getDescription()
InputFormatInterface
getDescription
in interface InputFormatInterface
public Option[] getOptions()
InputFormatInterface
getOptions
in interface InputFormatInterface
public java.lang.String[] getSupportedOutputFormats()
InputFormatInterface
getSupportedOutputFormats
in interface InputFormatInterface
public java.lang.String[] getAvailableTerminologies() throws ConnectionFailure, UnexpectedError
getAvailableTerminologies
in interface InputFormatInterface
ConnectionFailure
UnexpectedError