cancel
Showing results for 
Search instead for 
Did you mean: 

Access to ULDatabaseSchema for Android

08-19-2011 8:30 PM
2990 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Is there any way to access database schema in Ultralite for Android? In iOS we have access to the ULDatabaseSchema class, but this class doesn't seem to be available for Android. Is there any plans to make this class or some equivalent class available in Ultralite for Android?

The use case for us is that we want to be able to automatically register a table and its dependent tables for receiving change notifications (sync notifications). In order to map dependencies between tables we need access to the database schema in some way.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

You can write queries against the system tables to retrieve information about the database schema.

You can find information on UltraLite system tables in the online docs (dcx.sybase.com) under:

SQL Anywhere 12.0.1 >> UltraLite - Database Management and Reference >> UltraLite database reference >> UltraLite system tables