public class SchemaTableName extends Object
| Constructor and Description |
|---|
SchemaTableName(String schemaName,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSchemaName() |
String |
getTableName() |
int |
hashCode() |
SchemaTablePrefix |
toSchemaTablePrefix() |
String |
toString() |
public String getSchemaName()
public String getTableName()
public SchemaTablePrefix toSchemaTablePrefix()
Copyright © 2012–2019. All rights reserved.