*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface ExternalTableInterface

All Superinterfaces:
ClassifierInterface, DataTableInterface, MetadataInterface, PublicObjectInterface, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public interface ExternalTableInterface extends DataTableInterface
  • Method Details

    • setOwningFile

      void setOwningFile(FileInterface file) throws ServiceException, RemoteException
      Set the owning file for this external table.
      Parameters:
      file - The owning file.
      Throws:
      ServiceException - If a metadata error occurs.
      RemoteException - In the event of remote object failure.
    • getOwningFile

      FileInterface getOwningFile() throws ServiceException, RemoteException
      Get the owning file for this external table.
      Returns:
      The owning file, or null if none is set.
      Throws:
      ServiceException - If a metadata error occurs.
      RemoteException - In the event of remote object failure.