The properties of the class are listed here.
Property | Description |
---|---|
AuthStatusCode AuthStatusCode (read-only) | Gets the AuthStatusCode object associated with the most recent synchronization. |
String directory (read-only) |
The directory in which M-Business Anywhere is running. On Palm OS, this property is NULL. |
UInt32 runtimeType (read-only) |
The runtime type: either the UltraLite runtime (stand alone) library or the UltraLite database engine. The value is an enum, and is one of the following:
|
Int32 sqlCode (read-only) |
Gets the SQL Code value associated with the most recent operation. |
SQLError SQLError (read-only) | Gets the SQLError object. |
SQLType SQLType (read-only) | Gets the SQLType object. |
PODSUInt32 UL_STANDALONE (read only) | A constant indicating that the runtime type is the UltraLite runtime library. |
PODSUInt32 UL_ENGINE_CLIENT (read-only) | A constant indicating that the runtime type is the UltraLite database engine. |
UInt16 VALIDATE_EXPRESS (read-only) | A constant used to specify express validation (faster though less thorough than VALIDATE_FULL validation) with validateDatabase method. |
UInt16 VALIDATE_FULL (read-only) | A constant used to specify full validation (validates tables, indexes, and database pages) with validateDatabase method. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |