Skip to content

Show Database Command Parameters

Shows the input parameters of a database command.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
Commandarray of stringName of the command ([Command]).yes

Result

NameTypeDescription
ParameterstringName of the parameter.
ShortParameterstringShort name of the parameter.
KindstringKind of the parameter: Boolean, Double, Int64, Integer, String or Text.
PropertiesstringProperties of the parameter: Brackets, Deprecated, File, Needed, Trim, Unique, Upper or Visual.
DefaultstringDefault value.
AllowedstringAllowed values.
DescriptionstringDescription of the parameter.
VersionInfostringShows the server version number, indicating when the parameter was added or deprecated.

Code

text
SHOW DATABASE COMMAND PARAMETERS
COMMAND=[string, Multiple, Needed]