Interface TableRepository
-
- All Superinterfaces:
TableLister
- All Known Implementing Classes:
DefaultTableRepository
public interface TableRepository extends TableLister
Interface for operations on the table objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dropTableIfExists(ObjectName table)
Drops given table if it exists-
Methods inherited from interface com.snowflake.connectors.common.table.TableLister
showTables, showTables
-
-
-
-
Method Detail
-
dropTableIfExists
void dropTableIfExists(ObjectName table)
Drops given table if it exists- Parameters:
table
- table to drop
-
-