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. | |
Checkpoints the database. | |
Destroys this connection and any remaining associated objects. | |
Commits the current transaction. | |
Determines the number of rows that need to be uploaded. | |
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. | |
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. | |
Gets a database property. | |
Gets a database property. | |
Returns an object pointer used to query the schema of the database. | |
Gets the time of the last download. | |
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 GetNotification(). | |
Gets the communication area associated with this connection. | |
Gets the result of the last synchronization. | |
Gets the percent of the global autoincrement values used by the counter. | |
Creates a new user or changes the password of an existing one. | |
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 time of the last download of the named publication. | |
Deletes an existing user. | |
Rolls back the current transaction. | |
Rolls back a partial download. | |
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. | |
Sets START SYNCHRONIZATION DELETE for this connection. | |
Sets STOP SYNCHRONIZATION DELETE for this connection. | |
Synchronizes the database. | |
Synchronize 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
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
StartSynchronizationDelete method
StopSynchronizationDelete method
Synchronize method
SynchronizeFromProfile method
TriggerEvent method
ValidateDatabase method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |