Class SqlWriter
java.lang.Object
org.openforis.collect.relational.sql.SqlWriter
- Direct Known Subclasses:
SqlSchemaWriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected RDBPrintJob.RdbDialectprotected RelationalSchemaprotected Writer -
Constructor Summary
ConstructorsConstructorDescriptionSqlWriter(Writer writer, RelationalSchema schema) SqlWriter(Writer writer, RelationalSchema schema, RDBPrintJob.RdbDialect dialect, String dateTimeFormat) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected voidwriteBatchInsert(Table<?> table, DataExtractor extractor)
-
Field Details
-
DEFAULT_DATE_TIME_FORMAT
- See Also:
-
writer
-
schema
-
dialect
-
-
Constructor Details
-
SqlWriter
-
SqlWriter
public SqlWriter(Writer writer, RelationalSchema schema, RDBPrintJob.RdbDialect dialect, String dateTimeFormat)
-
-
Method Details
-
writeBatchInsert
- Throws:
IOException
-
isSchemaless
protected boolean isSchemaless()
-