@Portable public class TableMetadata extends Object
| Constructor and Description |
|---|
TableMetadata(String catalogName,
String schemaName,
String tableName,
String tableType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCatalogName() |
String |
getSchemaName() |
String |
getTableName() |
String |
getTableType() |
int |
hashCode() |
void |
setCatalogName(String catalogName) |
void |
setSchemaName(String schemaName) |
void |
setTableName(String tableName) |
void |
setTableType(String tableType) |
String |
toString() |
public String getCatalogName()
public void setCatalogName(String catalogName)
public String getSchemaName()
public void setSchemaName(String schemaName)
public String getTableName()
public void setTableName(String tableName)
public String getTableType()
public void setTableType(String tableType)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.