| Modifier and Type | Class | Description |
|---|---|---|
private class |
DbSink.RowKeyAdapter<R,C> |
A ColumnAdapter implementation that applies a row key from a DataFrameRow to the INSERT PreparedStatement
|
private class |
DbSink.ValueAdapter<R,C> |
A ColumnAdapter implementation that applies a value extracted from a DataFrameRow to the INSERT PreparedStatement
|
| Modifier and Type | Method | Description |
|---|---|---|
private <R,C> java.util.List<DbSink.ColumnAdapter> |
DbSink.getColumnAdapters(com.d3x.morpheus.frame.DataFrame<R,C> frame,
DbSinkOptions<R,C> options) |
Returns a apply of column type info for the target table
|
| Modifier and Type | Method | Description |
|---|---|---|
private <R,C> java.lang.String |
DbSink.getInsertSql(java.util.List<DbSink.ColumnAdapter> columnList,
DbSinkOptions<R,C> options) |
Constructs the SQL insert statement for the column list specified
|
Copyright 2014-2018, D3X Systems