| 程序包 | 说明 |
|---|---|
| db.sql.api.impl.cmd | |
| db.sql.api.impl.cmd.basic |
| 限定符和类型 | 方法和说明 |
|---|---|
static If |
Methods.if_(Condition condition,
Cmd value,
Cmd thenValue)
IF(条件,值1,值2) 函数
|
static If |
Methods.if_(Condition condition,
Cmd value,
Serializable thenValue)
if(条件,值1,值2) 函数
|
static If |
Methods.if_(Condition condition,
Serializable value,
Cmd thenValue)
if(条件,值1,值2) 函数
|
static If |
Methods.if_(Condition condition,
Serializable value,
Serializable thenValue)
if(条件,值1,值2) 函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
default If |
Condition.if_(Cmd value,
Cmd value2) |
default If |
Condition.if_(Cmd value,
Serializable value2) |
default If |
Condition.if_(Serializable value,
Serializable value2) |
Copyright © 2025. All rights reserved.