Holds information needed for the dbmlsync utility.
typedef struct a_syncpub
Member name | Type | Description |
---|---|---|
ext_opt |
char * |
Extended options in the form "keyword=value;...". These are the same options the would follow the dbmlsync -eu option. |
next |
struct a_syncpub * |
Pointer to the next node in the list, NULL for the last node. |
pub_name |
char * |
Publication name(s) separated by commas (deprecated). This is the same string that would follow the dbmlsync -n option. Only 1 of pub_name and subscription may be non-NULL. |
subscription |
char * |
Subscription name(s) separated by commas. This is the same string the would follow the dbmlsync -s option. Only 1 of pub_name and subscription may be non-NULL. |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |