public class TopiaSqlTable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
fromClause
From clause.
|
protected String |
fullyTableName
Fully table name (including the schema name).
|
protected com.google.common.collect.ImmutableSet<String> |
joinClauses
Join clauses.
|
protected String |
schemaName
Table schema name.
|
protected String |
tableName
Table name.
|
protected String |
whereClauseAlias
Where clause alias.
|
| Constructor and Description |
|---|
TopiaSqlTable(String schemaName,
String tableName,
String fromClause,
String whereClauseAlias,
com.google.common.collect.ImmutableSet<String> joinClauses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFromClause() |
String |
getFullyTableName() |
com.google.common.collect.ImmutableSet<String> |
getJoinClauses() |
String |
getSchemaName() |
String |
getTableName() |
String |
getWhereClause(com.google.common.collect.ImmutableSet<String> ids) |
String |
getWhereClauseAlias() |
int |
hashCode() |
String |
toString() |
protected final String schemaName
protected final String tableName
protected final String fullyTableName
protected final String fromClause
protected final String whereClauseAlias
protected final com.google.common.collect.ImmutableSet<String> joinClauses
public String getSchemaName()
public String getTableName()
public String getFullyTableName()
public String getFromClause()
public String getWhereClauseAlias()
public com.google.common.collect.ImmutableSet<String> getJoinClauses()
Copyright © 2004–2016 CodeLutin. All rights reserved.