![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » System Information » Databases Table |
CREATE TABLE "Databases" ( "Name" VARCHAR(40) COLLATE "ANSI_CI", "Description" CLOB COLLATE "ANSI", "Attributes" CLOB COLLATE "ANSI", "Path" VARCHAR(255) COLLATE "ANSI_CI", "InMemory" BOOLEAN, "EncryptedCatalog" BOOLEAN, "CatalogCharacterSet" VARCHAR(30) COLLATE "ANSI_CI", "CatalogVersion" DECIMAL(19,2), "CreateSQL" CLOB COLLATE "ANSI_CI", "DropSQL" CLOB COLLATE "ANSI_CI" ) CREATE INDEX "Name" ON "Databases" ("Name")
Character Set | Description |
ANSI | The module database the ANSI character set |
Unicode | The database uses the Unicode character set |
Statement | Description |
CREATE DATABASE | Creates a new database |
ALTER DATABASE | Alters an existing database |
DROP DATABASE | Drops an existing database |
RENAME DATABASE | Renames an existing database |
This web page was last updated on Friday, January 20, 2023 at 07:13 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |