保存 dbmlsync 实用程序所需的信息。
typedef struct a_syncpub { struct a_syncpub * next; char * pub_name; char * ext_opt; a_bit_field alloced_by_dbsync: 1; } a_syncpub; |
成员 | 说明 |
---|---|
a_syncpub | 指向列表中下一个节点的指针,NULL 表示最后一个节点。 |
pub_name | 为此 -n 选项指定的发布名称。命令行上 -n 后面就是这个字符串。 |
ext_opt | 使用 -eu 选项指定的扩展选项。 |
alloced_by_dbsync | 保留;使用 FALSE。 |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |