Package com.exasol
-
Interface Summary Interface Description ExaConnectionInformation This class holds all information about a specific connection, as it can be created using theCREATE CONNECTION
statement.ExaExportSpecification This class holds all information about a user-defined EXPORT, which can be started using theEXPORT INTO SCRIPT ...
statement.ExaImportSpecification This class holds all information about a user-definedIMPORT
, which can be started using theIMPORT FROM SCRIPT ...
statement.ExaIterator This interface enables UDF scripts to iterate over input data and to emit output.ExaMetadata This interface enables scripts to access metadata such as information about the database and the script. -
Enum Summary Enum Description ExaConnectionInformation.ConnectionType Type of database connection -
Exception Summary Exception Description ExaCompilationException This exception indicates that the compilation of a script failed, or that the script API callback functions are not correctly implemented.ExaConnectionAccessException This exception indicates that the requested connection information could not be accessed, e.g.ExaDataTypeException This Exception indicates that a data type error occurred with the script input or output.ExaIterationException This exception indicates an error during interaction with the ExaIterator interface.ExaUDFException This exception indicates that an exception during the execution of user code happened.