New UltraLite C/C++ API added A new version of the UltraLite C/C++ API has been added to this release. This API is declared in the ulcpp.h header file. See UltraLite C/C++ API reference.
The following objects have been renamed for this version of the UltraLite C/C++ API:
The following methods have been removed from the C++ API: GetDatabaseID, SetDatabaseID, IsCaseSensitive, and GetCollationName. The functionality is now handled by GetDatabaseProperty and SetDatabaseOption. See ULConnection.GetDatabaseProperty method [UltraLite C++] and ULConnection.SetDatabaseOption method [UltraLite C++].
The GetDatabasePropertyInt method has been added. See ULConnection.GetDatabasePropertyInt method [UltraLite C++].
New ULConnection.ValidateDatabase(ULDBValid) method added This method has been added as an equivalent to calling ULConnection.ValidateDatabase(ULDBValid, String) while passing null for the tableName. See ULConnection.ValidateDatabase(ULDBValid) method [UltraLite.NET].
API features The following objects have been added to this release:
The setPublications method in the SyncParms class. This method sets the publication to be synchronized. See SyncParms.setPublications method [UltraLite for M-Business Anywhere].
The getPublications method in the SyncParms class. This method returns the publication to be synchronized. See SyncParms.getPublications method [UltraLite for M-Business Anywhere].
The timestampWithTimeZoneFormat member in the CreationParms class. This member sets the format for the timestamp with the time zone retrieved from the database. See CreationParms.timestampWithTimeZoneFormat variable [UltraLite for M-Business Anywhere].
The setTimestampWithTimeZoneParameter method in the PreparedStatement class and the setTimestampWithTimeZone method in the ULTable class. These methods set the value for the specified SQLType.TIMESTAMP_WITH_TIME_ZONE type parameter using a Date object. See PreparedStatement.setTimestampWithTimeZoneParameter method [UltraLite for M-Business Anywhere] and ULTable.setTimestampWithTimeZone method [UltraLite for M-Business Anywhere].
The getTimestampWithTimeZone methods in the ResultSet and ULTable classes. These methods return the value for the specified column as a Date object. See ResultSet.getTimestampWithTimeZone method [UltraLite for M-Business Anywhere] (ResultSet class) and ULTable.getTimestampWithTimeZone method [UltraLite for M-Business Anywhere]. (ULTable class).
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |