Package com.illumon.iris.importers
Class JdbcFieldWriter
java.lang.Object
com.illumon.iris.importers.ImportFieldWriter
com.illumon.iris.importers.JdbcFieldWriter
- Direct Known Subclasses:
JdbcFieldWriter.EndOfRecordWriter
,JdbcFieldWriter.StandardWriter
Based off CsvFieldWriter
Warnings about weaker access are suppressed because we want to be able to add, for example, field-specific
extensions without requiring them to be in this class
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static interface
static class
static class
static class
static class
static class
static class
static class
static class
The base class for JDBC field writers that use the standard type mappings (from JdbcTypeMapper) to convert from a JDBC result set to a Deephaven column type.static class
-
Field Summary
FieldsFields inherited from class com.illumon.iris.importers.ImportFieldWriter
constantColumnValue, log
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcFieldWriter
(com.fishlib.io.logger.Logger log, String dbColumnName, String delimiter, TimeZone sourceTimeZone) -
Method Summary
Methods inherited from class com.illumon.iris.importers.ImportFieldWriter
accountingDouble, accountingInt, accountingLong, dbDateTimeFromLong, dbDateTimeFromTimestamp, dbDateTimeFromTimestamp, getBigDecimalArray, getBigDecimalArray, getBigDecimalArray, getBigIntegerArray, getBigIntegerArray, getBigIntegerArray, getBooleanArray, getBooleanArray, getBooleanArray, getByteArray, getByteArray, getByteArray, getCharArray, getCharArray, getCharArray, getConstantColumnValue, getDBDateTimeArray, getDoubleArray, getDoubleArray, getDoubleArray, getEnumFormatter, getFloatArray, getFloatArray, getFloatArray, getIntArray, getIntArray, getIntArray, getLocalDateArray, getLocalDateArray, getLocalDateArray, getLocalTimeArray, getLocalTimeArray, getLocalTimeArray, getLongArray, getLongArray, getLongArray, getShortArray, getShortArray, getShortArray, getStringArray, getStringArray, localDateFromString, parseBoolean, processField, setImportProperties, stripFirstCharacter, toISONanos, updateWithConstantColumnValue
-
Field Details
-
calendar
-
-
Constructor Details
-
JdbcFieldWriter
-