Package | Description |
---|---|
org.apache.ctakes.core.cc |
Modifier and Type | Class and Description |
---|---|
static class |
JdbcWriterTemplate.I2b2FieldInfo |
Modifier and Type | Method and Description |
---|---|
AbstractJdbcWriter.FieldInfo[] |
AbstractJdbcWriter.TableInfo.getFieldInfos() |
Modifier and Type | Method and Description |
---|---|
protected static String |
AbstractJdbcWriter.createRowInsertSql(String tableName,
AbstractJdbcWriter.FieldInfo... fieldInfos) |
protected static void |
AbstractJdbcWriter.setFieldInfoValue(Map<AbstractJdbcWriter.FieldInfo,Object> fieldInfoMap,
AbstractJdbcWriter.FieldInfo fieldInfo,
Object value)
This is a safety method to set values of fieldInfoMaps instead of doing a direct .put in the map.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractJdbcWriter.setFieldInfoValue(Map<AbstractJdbcWriter.FieldInfo,Object> fieldInfoMap,
AbstractJdbcWriter.FieldInfo fieldInfo,
Object value)
This is a safety method to set values of fieldInfoMaps instead of doing a direct .put in the map.
|
protected static int |
AbstractJdbcWriter.writeTableRow(PreparedStatement preparedStatement,
int batchSize,
Map<? extends AbstractJdbcWriter.FieldInfo,Object> fieldInfoMap)
Adds a new row of values to a batch in the prepared statement.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.