public interface SqlRenderable
实现该接口的对象负责根据 RenderContext 提供的上下文信息,
生成最终可执行的 SQL 片段。例如:
渲染逻辑应保持无副作用,且不应修改传入的上下文对象。
| 限定符和类型 | 方法和说明 |
|---|---|
String |
render(RenderContext context)
根据给定的渲染上下文生成 SQL 字符串。
|
String render(RenderContext context)
context - 渲染上下文,包含方言、别名、版本等信息Copyright © 2024–2026 Dynamic-SQL. All rights reserved.