Class DropTable.SchemaAndTable

  • Enclosing class:
    DropTable

    private static final class DropTable.SchemaAndTable
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Schema schema  
      (package private) java.lang.String tableName  
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaAndTable​(Schema schema, java.lang.String tableName)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tableName

        final java.lang.String tableName
    • Constructor Detail

      • SchemaAndTable

        SchemaAndTable​(Schema schema,
                       java.lang.String tableName)