![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » System Information » ServerSessionLocks Table |
CREATE TABLE "ServerSessionLocks" ( "SessionID" INTEGER, "SessionName" VARCHAR(40) COLLATE "ANSI_CI", "DatabaseName" VARCHAR(40) COLLATE "ANSI_CI", "ObjectName" VARCHAR(40) COLLATE "ANSI_CI", "ObjectType" VARCHAR(15) COLLATE "ANSI_CI", "LockType" VARCHAR(15) COLLATE "ANSI_CI", "Number" INTEGER ) CREATE INDEX "SessionID" ON "ServerSessionLocks" ("SessionID") CREATE INDEX "SessionName" ON "ServerSessionLocks" ("SessionName") CREATE INDEX "DatabaseName" ON "ServerSessionLocks" ("DatabaseName")
LockType | Description |
Shared | The lock is a shared table open lock |
Exclusive | The lock is an exclusive table open lock |
Read | The lock is a table read lock |
Write | The lock is a table write lock |
Transaction | The lock is a transaction table lock |
Row | The lock is a table row lock |
Statement | Description |
DISCONNECT SERVER SESSION | Disconnects an existing server session |
REMOVE SERVER SESSION | Removes an existing server session |
This web page was last updated on Friday, January 31, 2025 at 08:42 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |