Manages connections and databases.
public class ULDatabaseManager
All members of ULDatabaseManager class, including all inherited members.
Name | Description |
---|---|
Creates a new database. | |
Erases an existing database that is not currently running. | |
Enables AES database encryption. | |
Enables FIPS 140-2 certified AES database encryption. | |
Enables ECC end-to-end encryption. | |
Enables ECC synchronization encryption for SSL or TLS streams. | |
Enables HTTPS synchronization. | |
Enables HTTP synchronization. | |
Enables RSA end-to-end encryption. | |
Enables FIPS 140-2 certified RSA end-to-end encryption. | |
Enables FIPS 140-2 certified RSA synchronization encryption for SSL or TLS streams. | |
Enables RSA synchronization encryption. | |
Enables TCP/IP synchronization. | |
Enables TLS synchronization. | |
Enables Zlib compression for a synchronization stream. | |
Finalizes the UltraLite runtime. | |
Initializes the UltraLite runtime. | |
Opens a new connection to an existing database. | |
Sets the callback to be invoked when an error occurs. | |
Performs low level and index validation on a database. |
The Init method must be called in a thread-safe environment before any other calls can be made. The Fini method must be called in a similarly thread-safe environment when finished.
This class is static. Do not create an instance of it.
CreateDatabase method
DropDatabase method
EnableAesDBEncryption method
EnableAesFipsDBEncryption method
EnableEccE2ee method
EnableEccSyncEncryption method
EnableHttpsSynchronization method
EnableHttpSynchronization method
EnableRsaE2ee method
EnableRsaFipsE2ee method
EnableRsaFipsSyncEncryption method
EnableRsaSyncEncryption method
EnableTcpipSynchronization method
EnableTlsSynchronization method
EnableZlibSyncCompression method
Fini method
Init method
OpenConnection method
SetErrorCallback method
ValidateDatabase method
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |