public class TableDef extends QueryTable
| 限定符和类型 | 字段和说明 |
|---|---|
private static Map<String,TableDef> |
CACHE |
alias, name, schema| 限定符 | 构造器和说明 |
|---|---|
protected |
TableDef(String schema,
String tableName) |
protected |
TableDef(String schema,
String tableName,
String alias) |
| 限定符和类型 | 方法和说明 |
|---|---|
TableDef |
as(String alias) |
protected static <V extends TableDef> |
getCache(String key,
Function<String,V> mappingFunction) |
String |
getTableName()
兼容方法,与
QueryTable.getName() 相同。 |
protected static <V extends TableDef> V getCache(String key, Function<String,V> mappingFunction)
public String getTableName()
QueryTable.getName() 相同。public TableDef as(String alias)
as 在类中 QueryTableCopyright © 2025. All rights reserved.