public class JoinTableDef extends Object
| Constructor and Description |
|---|
JoinTableDef(String tableName,
String tableAlias,
String joinCode,
Map<String,String> nameAliasMap) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJoinCode()
The SQL code of the join
|
Map<String,String> |
getNameAliasMap()
The map of name-alias of the columns of the view
|
String |
getTableAlias()
Get the alias of the table in the join (if has one)
|
String |
getTableName()
Get the table name
|
String |
toString() |
public String getTableName()
public String getTableAlias()
public String getJoinCode()
public Map<String,String> getNameAliasMap()
Copyright © 2020. All rights reserved.