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)
-
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- Returns:
- MIME content type handled by exporter
-
export
public void export(Project project, Properties params, Engine engine, Writer writer) throws IOException - Specified by:
exportin interfaceWriterExporter- Throws:
IOException
-