edu.mayo.informatics.lexgrid.convert.formats.outputFormats
Class LexGridSQLLiteOut
java.lang.Object
edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
edu.mayo.informatics.lexgrid.convert.formats.baseFormats.SQLBase
edu.mayo.informatics.lexgrid.convert.formats.outputFormats.LexGridSQLLiteOut
- All Implemented Interfaces:
- OutputFormatInterface
- Direct Known Subclasses:
- LexGridSQLLiteSWTOut
public class LexGridSQLLiteOut
- extends SQLBase
- implements OutputFormatInterface
Details for writing to sql lite.
- Version:
- subversion $Revision: 7198 $ checked in on $Date: 2008-02-15
18:08:36 +0000 (Fri, 15 Feb 2008) $
- Author:
- Dan Armbrust
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
public static final java.lang.String description
- See Also:
- Constant Field Values
LexGridSQLLiteOut
public LexGridSQLLiteOut(java.lang.String username,
java.lang.String password,
java.lang.String server,
java.lang.String driver)
LexGridSQLLiteOut
public LexGridSQLLiteOut()
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