The SYSSYNCPUBLICATIONDEFAULTS view provides the default synchronization settings associated with publications involved in MobiLink synchronization.
The tables and columns that make up this view are provided in the SQL statement below. To learn more about a particular table or column, use the links provided beneath the view definition.
Values in the server_connect and option columns are hidden from users that do not have the SELECT ANY TABLE system privilege.
ALTER VIEW "SYS"."SYSSYNCPUBLICATIONDEFAULTS" as select s.sync_id, p.publication_name, SYS.HIDE_FROM_NON_DBA(s."option") as "option", SYS.HIDE_FROM_NON_DBA(s.server_connect) as server_connect, s.server_conn_type from SYS.ISYSSYNC as s join SYS.ISYSPUBLICATION as p on(p.publication_id = s.publication_id) where s.site_name is null |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |