Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
PARAMETERS
This view contains information about parameters.
|
Column Name |
Description |
|---|---|
|
|
The name of the catalog that a given parameter belongs to. |
|
|
The name of the related schema (database) for a given parameter. |
|
|
The name of the routine which contains a given parameter. |
|
|
The position of a given parameter among others in a given stored procedure or other object containing a parameter. |
|
|
The mode of a given parameter. |
|
|
The name of a given parameter. |
|
|
The data type of a given parameter. |
|
|
The maximum length, in characters, for a given string parameter. |
|
|
The maximum length, in bytes, for a given string parameter. |
|
|
The numeric precision (maximum number of digits present in a number) for a given parameter. |
|
|
The numeric scale (maximum number of digits to the right the decimal point in a number) for a given parameter. |
|
|
The name of the related character set for a given parameter. |
|
|
The name of the related collation for a given parameter. |
|
|
This field contains the data type of a given parameter, as well as other low level information. |
|
|
The type of routine a given parameter is associated with: |
|
|
The fractional-seconds precision of the column: |
Last modified: