Member name | Description |
---|---|
Initializes a new instance of the ULConnection class. |
Member name | Description |
---|---|
UL Ext.: A database ID constant indicating that the ULConnection.DatabaseID has not been set. This field is constant and read-only. |
Member name | Description |
---|---|
Specifies the parameters to use for opening a connection to an UltraLite.NET database. The connection string can be supplied using a ULConnectionParms object. |
|
This feature is not supported by UltraLite.NET. |
|
This feature is not supported by UltraLite.NET. |
|
Returns the name of the database to which the connection opens. |
|
UL Ext.: Specifies the Database ID value to be used for global autoincrement columns. |
|
UL Ext.: Provides access to the singleton ULDatabaseManager object. |
|
UL Ext.: Returns the percentage of available global autoincrement values that have been used. |
|
UL Ext.: Returns the most recent identity value used. |
|
UL Ext.: Provides access to the schema of the current database associated with this connection. |
|
This feature is not supported by UltraLite.NET. |
|
Returns the current state of the connection. |
|
UL Ext.: Specifies the synchronization settings for this connection. |
|
UL Ext.: Returns the results of the last synchronization for this connection. |
Member name | Description |
---|---|
Starts a database transaction. |
|
Cancel any pending get-notification calls on all queues matching the given name. |
|
Changes the current database for an open ULConnection. |
|
UL Ext.: Changes the database's encryption key to the specified new key. |
|
Changes the password for the user indicated in the connection string to the supplied new password. |
|
Closes the database connection. |
|
UL Ext.: Returns the number of rows that need to be uploaded when the next synchronization takes place. |
|
Creates and initializes a ULCommand object associated with this connection and its current transaction. You can use the properties of the ULCommand to control its behavior. |
|
Create an event queue. |
|
Declare an named event. |
|
Destroy a event queue. |
|
EnlistTransaction (inherited from DbConnection) |
Enlists in the specified transaction. |
Execute the next pending SQL pass-through script. |
|
Execute all pending SQL pass-through scripts. |
|
UL Ext.: Retrieves in a ULTable a database table for direct manipulation. The table is opened (sorted) using the table's primary key. |
|
UL Ext.: Returns the time of the most recent download of the specified publication. |
|
UL Ext.: Generates a new UUID (System.Guid). |
|
Block for notification or timeout. Returns event name or null. |
|
Get value of a parameter, for an event just read by GetNotification(). |
|
Get the number of pending SQL pass-through scripts. |
|
Returns schema information for the data source of this DbConnection. |
|
UL Ext.: Grants access to an UltraLite database for a user ID with a specified password. |
|
Opens a connection to a database using the previously-specified connection string. |
|
Register a queue to get events from an object. |
|
UL Ext.: Resets the time of the most recent download. |
|
UL Ext.: Revokes access to an UltraLite database from the specified user ID. |
|
UL Ext.: Rolls back outstanding changes to the database from a partial download. |
|
Send a notification to matching queues. Returns the number of matching queues. |
|
UL Ext.: Marks all subsequent deletes made by this connection for synchronization. |
|
UL Ext.: Prevents delete operations from being synchronized. |
|
UL Ext.: Synchronize the database using the current ULConnection.SyncParms. |
|
Trigger an event. Returns the number of notifications sent. |
|
Performs validation on the current database. |
Member name | Description |
---|---|
Occurs when UltraLite.NET sends a warning or an informational message on this connection. |
|
Occurs when this connection changes state. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |