mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
feat: 新增 NULL 常量的构建。
This commit is contained in:
parent
1499640f96
commit
02334963d5
@ -2387,6 +2387,13 @@ public class QueryMethods {
|
||||
|
||||
// === 构建 column 列 ===
|
||||
|
||||
/**
|
||||
* 构建 NULL 常量。
|
||||
*/
|
||||
public static QueryColumn null_() {
|
||||
return new StringQueryColumn("NULL");
|
||||
}
|
||||
|
||||
/**
|
||||
* 构建数字常量。
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user