Generate Mapper Context
ob_generate_mapper_contextGenerates read-only table and column context for MyBatis mappers, SQL files, or explicit tables to simplify database inspection.
Instructions
Generate read-only table and column context for a MyBatis mapper, SQL file, or explicit table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | No | ||
| line | No | ||
| table | No | ||
| format | No | json | |
| schema | No | ||
| profile | No | ||
| filePath | No | ||
| maxTables | No | ||
| maxColumns | No |