Interface | Description |
---|---|
Executable |
Interface for everything that updates rows in the database.
|
Class | Description |
---|---|
BackupCopyTransaction |
Transaction that performs a clear + copy operation to duplicate a source database in the current one.
|
ExecBatchStatement |
SQL executing batch statement that closes appropriate elements.
|
ExecStatement |
SQL executing statement that closes appropriate elements.
|
StoreConfigTransaction |
Transaction to store a server's configuration file in the database.
|
StoreServerInformationTransaction |
Transaction for keeping Plan Server serverrmation up to date in the database.
|
ThrowawayTransaction |
Transaction that can be thrown away if it is in execution when the database is closing. |
Transaction |
Represents a database transaction.
|