Interface UpdateLocation

All Superinterfaces:
PendingUpdate<String>
All Known Implementing Classes:
SetLocation

public interface UpdateLocation extends PendingUpdate<String>
API for setting a table's or view's base location.
  • Method Details

    • setLocation

      UpdateLocation setLocation(String location)
      Set the table's or view's location.
      Parameters:
      location - a String location
      Returns:
      this for method chaining