Appearance
Show Database Command Fields
Shows the output fields of a database command.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Command | array of string | Name of the command ([Command]). | yes |
Result
| Name | Type | Description |
|---|---|---|
| Field | string | Name of the field. |
| Kind | string | Kind of the field: Boolean, Double, Int64, Integer or String. |
| Properties | string | Properties of the field: Deprecated. |
| Description | string | Description of the field. |
| VersionInfo | string | Shows the server version number, indicating when the field was added or deprecated. |
Code
text
SHOW DATABASE COMMAND FIELDS
COMMAND=[string, Multiple, Needed]