public class BaseTable extends AbstractRelation
| Constructor and Description |
|---|
BaseTable(String tableName) |
BaseTable(String schemaName,
String tableName) |
BaseTable(String schemaName,
String tableName,
String tableSourceAlias) |
| Modifier and Type | Method and Description |
|---|---|
BaseTable |
deepcopy() |
boolean |
equals(Object obj) |
static BaseTable |
getBaseTableWithoutSchema(String tableName,
String tableSourceAlias) |
String |
getSchemaName() |
String |
getTableName() |
int |
hashCode() |
void |
setSchemaName(String schemaName) |
void |
setTableName(String tableName) |
String |
toSql(SqlSyntax syntax) |
String |
toString() |
getAliasName, isSupportedAggregate, setAliasNamepublic BaseTable(String tableName)
public static BaseTable getBaseTableWithoutSchema(String tableName, String tableSourceAlias)
public String getSchemaName()
public void setSchemaName(String schemaName)
public String getTableName()
public void setTableName(String tableName)
public String toSql(SqlSyntax syntax) throws VerdictDBTypeException
VerdictDBTypeExceptionpublic int hashCode()
hashCode in class AbstractRelationpublic boolean equals(Object obj)
equals in class AbstractRelationpublic String toString()
toString in class AbstractRelationpublic BaseTable deepcopy()
deepcopy in class AbstractRelationCopyright © 2018 University of Michigan. All rights reserved.