public class TableDef extends QueryTable
alias, name, schema| Modifier | Constructor and Description |
|---|---|
protected |
TableDef(String schema,
String tableName) |
protected |
TableDef(String schema,
String tableName,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
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 in class QueryTableCopyright © 2024. All rights reserved.