public interface TableDroppable
Modifier and Type | Method and Description |
---|---|
TableDropBuilder |
dropTable(Schema schema,
String tableName) |
TableDropBuilder |
dropTable(String tableName) |
TableDropBuilder |
dropTable(String schemaName,
String tableName) |
TableDropBuilder |
dropTable(Table table) |
boolean |
isDropTableSupported()
Determines whether table drop is supported
|
boolean isDropTableSupported()
TableDropBuilder dropTable(Schema schema, String tableName) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
TableDropBuilder dropTable(String schemaName, String tableName) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
TableDropBuilder dropTable(String tableName) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
TableDropBuilder dropTable(Table table) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.