Class TableName
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.domain.TableName
-
public class TableName extends Object
Represents a fully qualified TableName.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getQualifiedTableName()
String
getSchemaName()
Gets the name of the schema the table belongs to.String
getTableName()
Gets the name of the table.int
hashCode()
String
toString()
-
-
-
Method Detail
-
getSchemaName
public String getSchemaName()
Gets the name of the schema the table belongs to.- Returns:
- A String containing the schema name for the table.
-
getTableName
public String getTableName()
Gets the name of the table.- Returns:
- A String containing the name of the table.
-
getQualifiedTableName
public String getQualifiedTableName()
-
-