Package anderix.datajets
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 TypeMethodDescriptionvoid
createTable
(boolean dropTableFirst) Creates a physical database table to correspond to the DataJet.
-
Method Details
-
createTable
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 incorrectDataJetException
- if the DataJet has not been initialized
-