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. |
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |