Class TableName


  • public class TableName
    extends Object
    Represents a fully qualified TableName.
    • Constructor Detail

      • TableName

        public TableName​(String schemaName,
                         String tableName)
        Constructs a fully qualified TableName.
        Parameters:
        schemaName - The name of the schema that the table belongs to.
        tableName - The name of the table.
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getQualifiedTableName

        public String getQualifiedTableName()