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 booleanequals(Object o)StringgetQualifiedTableName()StringgetSchemaName()Gets the name of the schema the table belongs to.StringgetTableName()Gets the name of the table.inthashCode()StringtoString()
-
-
-
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()
-
-