Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » System Information » SchemaObjects Table |
CREATE TABLE "SchemaObjects" ( "ParentName" VARCHAR(40) COLLATE "ANSI_CI", "ParentType" VARCHAR(15) COLLATE "ANSI_CI", "Name" VARCHAR(40) COLLATE "ANSI_CI", "Type" VARCHAR(15) COLLATE "ANSI_CI", "CreateSQL" CLOB COLLATE "ANSI_CI", "PostCreateSQL" CLOB COLLATE "ANSI_CI", "PreDropSQL" CLOB COLLATE "ANSI_CI", "DropSQL" CLOB COLLATE "ANSI_CI" ) CREATE INDEX "ParentName" ON "SchemaObjects" ("ParentName") CREATE INDEX "ParentType" ON "SchemaObjects" ("ParentType") CREATE INDEX "Name" ON "SchemaObjects" ("Name") CREATE INDEX "Type" ON "SchemaObjects" ("Type")
Type | Description |
Table | The object is a table |
View | The object is a view |
Procedure | The object is a procedure |
Function | The object is a function |
Statement | Description |
CREATE TABLE | Creates a new table |
CREATE TRIGGER | Creates a new trigger |
CREATE INDEX | Creates a new index |
CREATE VIEW | Creates a new view |
CREATE PROCEDURE | Creates a new procedure |
CREATE FUNCTION | Creates a new function |
DROP TABLE | Drops an existing table |
DROP TRIGGER | Drops an existing trigger |
DROP INDEX | Drops an existing index |
DROP VIEW | Drops an existing view |
DROP PROCEDURE | Drops an existing procedure |
DROP FUNCTION | Drops an existing function |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |