new SqlParameterValue(Types.BLOB, new SqlLobValue(bytes, lobHandler)));
_totalExternalIds = 3;
}
private void addExternalIdBundles() {
FudgeMsgEnvelope env = s_fudgeContext.toFudgeMsg(ExternalIdBundle.of(ExternalId.of("C", "D"), ExternalId.of("E", "F")));
byte[] bytes = s_fudgeContext.toByteArray(env.getMessage());
String cls = ExternalIdBundle.class.getName();
LobHandler lobHandler = new DefaultLobHandler();
final JdbcOperations template = _cfgMaster.getDbConnector().getJdbcOperations();
template.update("INSERT INTO cfg_config VALUES (?,?,?,?,?, ?,?,?,?)",
301, 301, toSqlTimestamp(_version1aInstant), MAX_SQL_TIMESTAMP, toSqlTimestamp(_version1aInstant), MAX_SQL_TIMESTAMP, "TestConfig301", cls,