| 程序包 | 说明 |
|---|---|
| cn.vonce.sql.bean | |
| cn.vonce.sql.enumerate |
| 限定符和类型 | 方法和说明 |
|---|---|
JoinType |
Join.getJoinType() |
| 限定符和类型 | 方法和说明 |
|---|---|
Select |
Select.join(JoinType joinType,
String table,
String on)
已过时。
|
Select |
Select.join(JoinType joinType,
String table,
String tableKeyword,
String mainKeyword)
已过时。
|
Select |
Select.join(JoinType joinType,
String schema,
String table,
String tableAlias,
String on)
已过时。
|
Select |
Select.join(JoinType joinType,
String schema,
String table,
String tableAlias,
String tableKeyword,
String mainKeyword)
已过时。
|
void |
Join.setJoinType(JoinType joinType) |
| 构造器和说明 |
|---|
Join(JoinType joinType,
String schema,
String tableName,
String tableAlias) |
Join(JoinType joinType,
String schema,
String tableName,
String tableAlias,
String tableKeyword,
String mainKeyword,
String on) |
| 限定符和类型 | 方法和说明 |
|---|---|
static JoinType |
JoinType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static JoinType[] |
JoinType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2023. All rights reserved.