edu.mayo.informatics.lexgrid.convert.formats.outputFormats
Class LexGridSQLOut

java.lang.Object
  extended by edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
      extended by edu.mayo.informatics.lexgrid.convert.formats.baseFormats.SQLBase
          extended by edu.mayo.informatics.lexgrid.convert.formats.outputFormats.LexGridSQLOut
All Implemented Interfaces:
OutputFormatInterface
Direct Known Subclasses:
LexGridSQLSWTOut

public class LexGridSQLOut
extends SQLBase
implements OutputFormatInterface

Details for writing to SQL.

Version:
subversion $Revision: 7198 $ checked in on $Date: 2008-02-15 18:08:36 +0000 (Fri, 15 Feb 2008) $
Author:
Dan Armbrust

Field Summary
static java.lang.String description
           
 
Fields inherited from class edu.mayo.informatics.lexgrid.convert.formats.baseFormats.SQLBase
driver, password, server, tablePrefix, username
 
Fields inherited from class edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
codingSchemeManifest
 
Constructor Summary
LexGridSQLOut()
           
LexGridSQLOut(java.lang.String username, java.lang.String password, java.lang.String server, java.lang.String driver, java.lang.String tablePrefix)
           
 
Method Summary
 java.lang.String getConnectionSummary()
          Get a summary of the connection parameters.
 java.lang.String getDescription()
          The description of the output type.
 Option[] getOptions()
           
 
Methods inherited from class edu.mayo.informatics.lexgrid.convert.formats.baseFormats.SQLBase
getConnectionSummary, getDriver, getPassword, getServer, getTablePrefix, getUsername, testConnection
 
Methods inherited from class edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
getCodingSchemeManifest, getLoaderPreferences, getManifestLocation, setCodingSchemeManifest, setLoaderPreferences, setManifestLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.mayo.informatics.lexgrid.convert.formats.OutputFormatInterface
testConnection
 

Field Detail

description

public static final java.lang.String description
See Also:
Constant Field Values
Constructor Detail

LexGridSQLOut

public LexGridSQLOut(java.lang.String username,
                     java.lang.String password,
                     java.lang.String server,
                     java.lang.String driver,
                     java.lang.String tablePrefix)

LexGridSQLOut

public LexGridSQLOut()
Method Detail

getConnectionSummary

public java.lang.String getConnectionSummary()
Description copied from interface: OutputFormatInterface
Get a summary of the connection parameters.

Specified by:
getConnectionSummary in interface OutputFormatInterface
Returns:
the summary.

getDescription

public java.lang.String getDescription()
Description copied from interface: OutputFormatInterface
The description of the output type.

Specified by:
getDescription in interface OutputFormatInterface
Returns:

getOptions

public Option[] getOptions()
Specified by:
getOptions in interface OutputFormatInterface

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.