Package org.jumpmind.symmetric.test
Class TestTablesService
java.lang.Object
org.jumpmind.symmetric.service.impl.AbstractService
org.jumpmind.symmetric.test.TestTablesService
- All Implemented Interfaces:
IService
-
Field Summary
Fields inherited from class org.jumpmind.symmetric.service.impl.AbstractService
log, parameterService, platform, sqlTemplate, sqlTemplateDirty, symmetricDialect, tablePrefix
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
assertTestBlobIsInDatabase
(int id, String tableName, String expected) int
int
boolean
doesCustomerExist
(int id) getCustomer
(int id) byte[]
getCustomerIcon
(int id) getCustomerNotes
(int id) void
insertCustomer
(Customer customer) void
insertIntoTestTriggerTable
(Object[] values) boolean
insertIntoTestUseStreamLob
(int id, String tableName, String lobValue) void
insertOrder
(Order order) int
updateCustomer
(int id, String column, Object value, int type) boolean
updateTestUseStreamLob
(int id, String tableName, String lobValue) Methods inherited from class org.jumpmind.symmetric.service.impl.AbstractService
assertNotNull, buildBatchOrderBy, buildBatchParams, buildBatchWhere, buildBatchWhereFromFilter, close, createSqlReplacementTokens, getJdbcTemplate, getParameterService, getSql, getSymmetricDialect, getTablePrefix, getTargetDialect, getTargetPlatform, getTargetPlatform, isCalledFromSymmetricAdminTool, isSet, isStreamClosedByClient, isSymmetricTable, logOnce, maxDate, readAcks, sendAck, setSqlMap, synchronize, toNodeIds, toNodeIds
-
Constructor Details
-
TestTablesService
-
-
Method Details
-
insertIntoTestUseStreamLob
-
updateTestUseStreamLob
-
assertTestBlobIsInDatabase
-
insertOrder
-
getOrder
-
insertCustomer
-
updateCustomer
-
getCustomer
-
count
-
doesCustomerExist
public boolean doesCustomerExist(int id) -
getCustomerNotes
-
getCustomerIcon
public byte[] getCustomerIcon(int id) -
insertIntoTestTriggerTable
-
countTestTriggersTable
public int countTestTriggersTable()
-