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. |
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 |