Interface Definable


public interface Definable
Specifies that a DataJet will expose methods to create a physical table corresponding to the DataJet.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createTable(boolean dropTableFirst)
    Creates a physical database table to correspond to the DataJet.
  • Method Details

    • createTable

      void createTable(boolean dropTableFirst) throws ConnectionException, DataJetException
      Creates a physical database table to correspond to the DataJet.
      Parameters:
      dropTableFirst - set to true to drop existing table before creating table
      Throws:
      ConnectionException - if the connection information provided to the DataJet object is incorrect
      DataJetException - if the DataJet has not been initialized