Package io.deephaven.importers.jdbc
Class JdbcFieldWriter.EndOfRecordWriter
java.lang.Object
io.deephaven.importers.ImportFieldWriter
io.deephaven.importers.jdbc.JdbcFieldWriter
io.deephaven.importers.jdbc.JdbcFieldWriter.EndOfRecordWriter
- All Implemented Interfaces:
EndOfRecordFieldWriter
- Enclosing class:
- JdbcFieldWriter
public static class JdbcFieldWriter.EndOfRecordWriter
extends JdbcFieldWriter
implements EndOfRecordFieldWriter
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.importers.jdbc.JdbcFieldWriter
JdbcFieldWriter.BigDecimalStandardWriter, JdbcFieldWriter.BooleanStandardWriter, JdbcFieldWriter.ByteArrayStandardWriter, JdbcFieldWriter.ByteStandardWriter, JdbcFieldWriter.CharStandardWriter, JdbcFieldWriter.DoubleArrayStandardWriter, JdbcFieldWriter.DoubleStandardWriter, JdbcFieldWriter.EndOfRecordWriter, JdbcFieldWriter.Factory, JdbcFieldWriter.FloatStandardWriter, JdbcFieldWriter.InstantStandardWriter, JdbcFieldWriter.IntStandardWriter, JdbcFieldWriter.LocalDateStandardWriter, JdbcFieldWriter.LocalTimeStandardWriter, JdbcFieldWriter.LongArrayStandardWriter, JdbcFieldWriter.LongStandardWriter, JdbcFieldWriter.ShortStandardWriter, JdbcFieldWriter.StandardWriter<T>, JdbcFieldWriter.StringStandardWriter -
Field Summary
Fields inherited from class io.deephaven.importers.jdbc.JdbcFieldWriter
calendarFields inherited from class io.deephaven.importers.ImportFieldWriter
constantColumnValue, log -
Constructor Summary
ConstructorsConstructorDescriptionEndOfRecordWriter(Logger log, io.deephaven.shadow.enterprise.com.illumon.iris.binarystore.TableWriter writer, String dbColumnName, TimeZone sourceTimeZone) -
Method Summary
Methods inherited from class io.deephaven.importers.ImportFieldWriter
accountingDouble, accountingInt, accountingLong, createFormula, createTransform, createTransformDeclaration, getBigDecimalArray, getBigDecimalArray, getBigDecimalArray, getBigIntegerArray, getBigIntegerArray, getBigIntegerArray, getBooleanArray, getBooleanArray, getBooleanArray, getByteArray, getByteArray, getByteArray, getCharArray, getCharArray, getCharArray, getConstantColumnValue, getDbColumnName, getDoubleArray, getDoubleArray, getDoubleArray, getEnumFormatter, getFloatArray, getFloatArray, getFloatArray, getImports, getInstantArray, getIntArray, getIntArray, getIntArray, getLocalDateArray, getLocalDateArray, getLocalDateArray, getLocalTimeArray, getLocalTimeArray, getLocalTimeArray, getLongArray, getLongArray, getLongArray, getSetter, getShortArray, getShortArray, getShortArray, getStringArray, getStringArray, instantFromLong, instantFromTimestamp, instantFromTimestamp, localDateFromString, parseBoolean, setImportProperties, stripFirstCharacter, toISONanos, updateWithConstantColumnValue
-
Constructor Details
-
EndOfRecordWriter
-
-
Method Details
-
getRowCount
public long getRowCount()- Specified by:
getRowCountin interfaceEndOfRecordFieldWriter
-
processField
- Overrides:
processFieldin classImportFieldWriter- Throws:
IOException
-