Package com.google.refine.exporters.sql
Class SqlExporter
java.lang.Object
com.google.refine.exporters.sql.SqlExporter
- All Implemented Interfaces:
Exporter,WriterExporter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexport(Project project, Properties params, Engine engine, Writer writer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.refine.exporters.WriterExporter
export
-
Field Details
-
NO_COL_SELECTED_ERROR
- See Also:
-
NO_OPTIONS_PRESENT_ERROR
- See Also:
-
JSON_INCLUDE_STRUCTURE
- See Also:
-
JSON_INCLUDE_CONTENT
- See Also:
-
JSON_TABLE_NAME
- See Also:
-
-
Constructor Details
-
SqlExporter
public SqlExporter()
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfaceExporter
-
export
public void export(Project project, Properties params, Engine engine, Writer writer) throws IOException - Specified by:
exportin interfaceWriterExporter- Throws:
IOException
-