Represents a connection to an UltraLite database.
public class ULConnection
All members of ULConnection class, including all inherited members.
Name | Description |
---|---|
Cancels any pending get-notification calls on all queues matching the given name. | |
Changes the database encryption key for an UltraLite database. | |
Performs a checkpoint operation, flushing any pending committed transactions to the database. | |
Destroys this connection and any remaining associated objects. | |
Commits the current transaction. | |
Counts the number of rows that need to be uploaded for synchronization. | |
Creates an event notification queue for this connection. | |
Declares an event which can then be registered for and triggered. | |
Destroys the given event notification queue. | |
Executes a SQL SELECT statement directly, returning a single result. | |
Executes a SQL SELECT statement string, along with a list of substitution values. | |
Executes a SQL statement string directly. | |
Gets the number of currently open child objects on the connection. | |
Obtains the value of a database property. | |
Obtains the integer value of a database property. | |
Returns an object pointer used to query the schema of the database. | |
Obtains the last time a specified publication was downloaded. | |
Returns the error information associated with the last call. | |
Gets the @@identity value. | |
Reads an event notification. | |
Gets a parameter for the event notification just read by the GetNotification method. | |
Gets the communication area associated with this connection. | |
Gets the result of the last synchronization. | |
Gets the pointer value last set by the SetUserPointer method. | |
Obtains the percent of the default values used in all the columns that have global autoincrement defaults. | |
Grants access to an UltraLite database for a new or existing user ID with the given password. | |
Initializes the synchronization information structure. | |
Opens a table. | |
Prepares a SQL statement. | |
Registers or unregisters a queue to receive notifications of an event. | |
Resets the last download time of a publication so that the application resynchronizes previously downloaded data. | |
Revokes access from an UltraLite database for a user ID. | |
Rolls back the current transaction. | |
Rolls back the changes from a failed synchronization. | |
Sends a notification to all queues matching the given name. | |
Sets the specified database option. | |
Sets a database option. | |
Sets the callback to be invoked while performing a synchronization. | |
Creates a synchronization profile using the given name based on the given ul_sync_info structure. | |
Sets an arbitrary pointer value in the connection for use by the calling application. | |
Sets START SYNCHRONIZATION DELETE for this connection. | |
Sets STOP SYNCHRONIZATION DELETE for this connection. | |
Initiates synchronization in an UltraLite application. | |
Synchronizes the database using the given profile and merge parameters. | |
Triggers a user-defined event and sends notifications to all registered queues. | |
Validates the database on this connection. |
CancelGetNotification method
ChangeEncryptionKey method
Checkpoint method
Close method
Commit method
CountUploadRows method
CreateNotificationQueue method
DeclareEvent method
DestroyNotificationQueue method
ExecuteScalar method
ExecuteScalarV method
ExecuteStatement method
GetChildObjectCount method
GetDatabaseProperty method
GetDatabasePropertyInt method
GetDatabaseSchema method
GetLastDownloadTime method
GetLastError method
GetLastIdentity method
GetNotification method
GetNotificationParameter method
GetSqlca method
GetSyncResult method
GetUserPointer method
GlobalAutoincUsage method
GrantConnectTo method
InitSyncInfo method
OpenTable method
PrepareStatement method
RegisterForEvent method
ResetLastDownloadTime method
RevokeConnectFrom method
Rollback method
RollbackPartialDownload method
SendNotification method
SetDatabaseOption method
SetDatabaseOptionInt method
SetSynchronizationCallback method
SetSyncInfo method
SetUserPointer method
StartSynchronizationDelete method
StopSynchronizationDelete method
Synchronize method
SynchronizeFromProfile method
TriggerEvent method
ValidateDatabase method
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |