| 接口 | 说明 |
|---|---|
| Bindable |
表示一个支持参数绑定(placeholder binding)的 SQL 片段。
|
| ColumFunction |
一般情况下实现者不能直接实现该类,需要先继承AbstractColumFunction,因为AbstractColumFunction附带列运算
|
| SqlRenderable |
表示一个可渲染为 SQL 字符串的元素。
|
| TableFunction |
表级函数(Table-Valued Function,TVF)。
|
| 类 | 说明 |
|---|---|
| AbstractColumFunction | |
| AnonymousFunction |
匿名函数,当明确不需要函数调用时使用,此类存在的目的是为了统一函数调用行为
|
| ColumnFunctionDecorator | |
| RenderContext |
SQL 渲染上下文(Rendering Context)。
|
Copyright © 2024–2026 Dynamic-SQL. All rights reserved.