Holds information needed for the dbmlsync utility.
typedef struct a_syncpub {
struct a_syncpub * next;
char * pub_name;
char * ext_opt;
a_bit_field alloced_by_dbsync: 1;
} a_syncpub; |
| Member | Description |
|---|---|
| a_syncpub | Pointer to the next node in the list, NULL for the last node. |
| pub_name | Publication name(s) specified for this -n option. This is the exact string following -n on the command line. |
| ext_opt | Extended options specified using the -eu option. |
| alloced_by_dbsync | Reserved; use FALSE. |
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |