Loading...
Loading...
Compare original and translation side by side
<param_name><param_value>node <skill_dir>/scripts/<script_name>.js '{"<param_name>": "<param_value>"}'node <skill_dir>/scripts/<script_name>.js '{\"<param_name>\": \"<param_value>\"}'<param_name><param_value>node <skill_dir>/scripts/<script_name>.js '{"<param_name>": "<param_value>"}'node <skill_dir>/scripts/<script_name>.js '{\"<param_name>\": \"<param_value>\"}'| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| sql | string | The sql to execute. | Yes |
| 名称 | 类型 | 描述 | 是否必填 | 默认值 |
|---|---|---|---|---|
| sql | string | 要执行的SQL语句。 | 是 |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| schema_name | string | Optional: a text to filter results by schema name. The input is used within a LIKE clause. | No | `` |
| table_name | string | Optional: a text to filter results by table name. The input is used within a LIKE clause. | No | `` |
| index_name | string | Optional: a text to filter results by index name. The input is used within a LIKE clause. | No | `` |
| only_unused | boolean | Optional: If true, only returns indexes that have never been used. | No | |
| limit | integer | Optional: The maximum number of rows to return. Default is 50 | No | |
| 名称 | 类型 | 描述 | 是否必填 | 默认值 |
|---|---|---|---|---|
| schema_name | string | 可选:用于按模式名称过滤结果的文本。输入将用于LIKE子句中。 | 否 | `` |
| table_name | string | 可选:用于按表名称过滤结果的文本。输入将用于LIKE子句中。 | 否 | `` |
| index_name | string | 可选:用于按索引名称过滤结果的文本。输入将用于LIKE子句中。 | 否 | `` |
| only_unused | boolean | 可选:如果为true,仅返回从未被使用过的索引。 | 否 | |
| limit | integer | 可选:返回的最大行数。默认值为50 | 否 | |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| schema_name | string | Optional: A specific schema name pattern to search for. | No | `` |
| owner | string | Optional: A specific schema owner name pattern to search for. | No | `` |
| limit | integer | Optional: The maximum number of schemas to return. | No | |
| 名称 | 类型 | 描述 | 是否必填 | 默认值 |
|---|---|---|---|---|
| schema_name | string | 可选:要搜索的特定模式名称匹配模式。 | 否 | `` |
| owner | string | 可选:要搜索的特定模式所有者名称匹配模式。 | 否 | `` |
| limit | integer | 可选:返回的最大模式数量。 | 否 | |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| schema_name | string | Optional: A specific schema name pattern to search for. | No | `` |
| sequence_name | string | Optional: A specific sequence name pattern to search for. | No | `` |
| limit | integer | Optional: The maximum number of rows to return. Default is 50 | No | |
| 名称 | 类型 | 描述 | 是否必填 | 默认值 |
|---|---|---|---|---|
| schema_name | string | 可选:要搜索的特定模式名称匹配模式。 | 否 | `` |
| sequence_name | string | 可选:要搜索的特定序列名称匹配模式。 | 否 | `` |
| limit | integer | 可选:返回的最大行数。默认值为50 | 否 | |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| role_name | string | Optional: The owner name to filter the stored procedures by. Defaults to NULL. | No | |
| schema_name | string | Optional: The schema name to filter the stored procedures by. Defaults to NULL. | No | |
| limit | integer | Optional: The maximum number of stored procedures to return. Defaults to 20. | No | |
| 名称 | 类型 | 描述 | 是否必填 | 默认值 |
|---|---|---|---|---|
| role_name | string | 可选:用于过滤存储过程的所有者名称。默认值为NULL。 | 否 | |
| schema_name | string | 可选:用于过滤存储过程的模式名称。默认值为NULL。 | 否 | |
| limit | integer | 可选:返回的最大存储过程数量。默认值为20。 | 否 | |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| table_names | string | Optional: A comma-separated list of table names. If empty, details for all tables will be listed. | No | `` |
| output_format | string | Optional: Use 'simple' for names only or 'detailed' for full info. | No | |
| 名称 | 类型 | 描述 | 是否必填 | 默认值 |
|---|---|---|---|---|
| table_names | string | 可选:逗号分隔的表名称列表。如果为空,将列出所有表的详细信息。 | 否 | `` |
| output_format | string | 可选:使用'simple'仅返回名称,使用'detailed'返回完整信息。 | 否 | |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| trigger_name | string | Optional: A specific trigger name pattern to search for. | No | `` |
| schema_name | string | Optional: A specific schema name pattern to search for. | No | `` |
| table_name | string | Optional: A specific table name pattern to search for. | No | `` |
| limit | integer | Optional: The maximum number of rows to return. | No | |
| 名称 | 类型 | 描述 | 是否必填 | 默认值 |
|---|---|---|---|---|
| trigger_name | string | 可选:要搜索的特定触发器名称匹配模式。 | 否 | `` |
| schema_name | string | 可选:要搜索的特定模式名称匹配模式。 | 否 | `` |
| table_name | string | 可选:要搜索的特定表名称匹配模式。 | 否 | `` |
| limit | integer | 可选:返回的最大行数。 | 否 | |
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| view_name | string | Optional: A specific view name to search for. | No | `` |
| schema_name | string | Optional: A specific schema name to search for. | No | `` |
| limit | integer | Optional: The maximum number of rows to return. | No | |
| 名称 | 类型 | 描述 | 是否必填 | 默认值 |
|---|---|---|---|---|
| view_name | string | 可选:要搜索的特定视图名称。 | 否 | `` |
| schema_name | string | 可选:要搜索的特定模式名称。 | 否 | `` |
| limit | integer | 可选:返回的最大行数。 | 否 | |