![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » System Information » MigratorParams Table |
CREATE TABLE "MigratorParams" ( "MigratorName" VARCHAR(40) COLLATE "ANSI_CI", "Name" VARCHAR(40) COLLATE "ANSI_CI", "Mode" VARCHAR(15) COLLATE "ANSI_CI", "Type" VARCHAR(30) COLLATE "ANSI_CI", "Collation" VARCHAR(40) COLLATE "ANSI_CI", "Length" INTEGER, "Precision" INTEGER, "Scale" INTEGER, "DefaultValue" VARCHAR(60) COLLATE "ANSI", "OrdinalPos" INTEGER ) CREATE INDEX "MigratorName" ON "MigratorParams" ("MigratorName") CREATE INDEX "Name" ON "MigratorParams" ("Name")
Mode | Description |
Unknown | The parameter type is unknown |
In | The parameter is an input parameter |
Out | The parameter is an output parameter |
InOut | The parameter is both an input and output parameter |
Statement | Description |
None |
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 ? ![]() |