@FunctionalInterface public interface Expression
| 限定符和类型 | 方法和说明 |
|---|---|
default SqlNode |
toSqlNode(SqlNode source) |
default SqlNode |
toSqlNode(SqlNode source,
Map<String,Object> bindings) |
default SqlNode |
toSqlNode(SqlNode source,
Object[] bindings) |
SqlNode |
toSqlNode(SqlNode baseSource,
SqlNode[] extSources,
Map<String,Object> bindings) |
default SqlNode |
toSqlNode(SqlNode baseSource,
SqlNode[] extSources,
Object[] bindings) |
default SqlNode |
toSqlNode(String source) |
default SqlNode |
toSqlNode(String source,
Map<String,Object> bindings) |
default SqlNode |
toSqlNode(String source,
Object[] bindings) |
SqlNode toSqlNode(SqlNode baseSource, SqlNode[] extSources, Map<String,Object> bindings)
baseSource - 原引用表达式或字段extSources - 扩展引用表达式或字段bindings - 绑定参数default SqlNode toSqlNode(SqlNode baseSource, SqlNode[] extSources, Object[] bindings)
baseSource - 原引用表达式或字段extSources - 扩展引用表达式或字段bindings - 绑定参数Copyright © 2024 fossc. All rights reserved.