org.uninode.db | ![]() |
org.uninode.0.1240
Instance of Type
Inheriting from Node
Type data | Value |
org.uninode.Type.displayPattern | {att:org.uninode.db.DatabaseSynch.tableFrom}-{att:org.uninode.db.DatabaseSynch.tableTo} {attNull:org.uninode.db.DatabaseSynch.timeColumnName?:[{att:org.uninode.db.DatabaseSynch.timeColumnName} {attNull:org.uninode.db.DatabaseSynch.timeLimitLower?:{att:org.uninode.db.DatabaseSynch.timeLimitLower}}- {attNull:org.uninode.db.DatabaseSynch.timeLimitUpper?:{att:org.uninode.db.DatabaseSynch.timeLimitUpper}}]} |
Attribute summary | Defined in | Uninode® Id | Properties | Default | |
Int | batchTimeSecTrunc This determines how the batchTime should be truncated, based on previous last update value, for instance if time column doesn't arrive in turn. Examples 0 means no truncation. 1 means start of last second. 60 means start of last minute. 3600 means start of last hour. 86400 means start of last day. | DatabaseSynch | org.uninode.0.1251 | 0 | |
Text | irregularCountQuery Use this string to use a non-standard update query for counting update rows. Use '--BATCHSTART' for the start of the batch and '--BATCHEND' for the end timestamp. Use the character # to separate multiple queries (like UNION ALL) | DatabaseSynch | org.uninode.0.1252 | ||
Text | irregularUpdateQuery Use this string to use a non-standard update query for receiving update rows. Use '--BATCHSTART' for the start of the batch and '--BATCHEND' for the end timestamp. Use the character # to separate multiple queries (like UNION ALL) | DatabaseSynch | org.uninode.0.1253 | ||
Int | maxBatchDays Number of seconds for each batch of transfers. Usually several days or weeks. Default is two weeks. | DatabaseSynch | org.uninode.0.1244 | 14 | |
Int | maxConnections Maximum number of connections to the database. | DatabaseSynch | org.uninode.0.1254 | 10 | |
Int | maxResetHour Maximum time of day for reset (0 - 23). If minimum equals maximum, it is ignored. | DatabaseSynch | org.uninode.0.1248 | 6 | |
Int | minResetHour Minimum time of day for reset (0 - 23). If minimum equals maximum, it is ignored. | DatabaseSynch | org.uninode.0.1247 | 1 | |
Int | pollSeconds Seconds between checks for new data. | DatabaseSynch | org.uninode.0.1245 | 60 | |
Boolean | reportUpdates | DatabaseSynch | org.uninode.0.1249 | Y | |
Int | resetIntervalHours Minimum time between complete resets. | DatabaseSynch | org.uninode.0.1246 | 160 | |
DatabaseTable | tableFrom | DatabaseSynch | org.uninode.0.1241 | ||
DatabaseTable | tableTo | DatabaseSynch | org.uninode.0.1242 | ||
String | timeColumnName | DatabaseSynch | org.uninode.0.1243 | ||
DateTime | timeLimitLower Appended to the end of the selection part, e.g. "lastUpdated > '2004-01-01'" | DatabaseSynch | org.uninode.0.1256 | ||
DateTime | timeLimitUpper Used for serializing synchs, so one synch is guaranteed to follow another. | DatabaseSynch | org.uninode.0.1257 | ||
String | translations Used after standard or irregular query to alter the result. The format is: columnName1:from1=to1,from2=to2, ... ,fromN,toN;columnName2:from1=to1 ... | DatabaseSynch | org.uninode.0.1255 | ||
String | uniqueColumnName | DatabaseSynch | org.uninode.0.1250 | ||
String | toString This is the display string. | Node | org.uninode.0.102 | ||
Type | type The type of an object determines the behaviour and attributes of the object. | Node | org.uninode.0.101 | ||
String | uri | Node | org.uninode.0.103 |