All Classes
-
All Classes Interface Summary Enum Summary Exception Summary Class 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.ExaConnectionInformation This class holds all information about a specific connection, as it can be created using theCREATE CONNECTION
statement.ExaConnectionInformation.ConnectionType Type of database connectionExaDataTypeException This Exception indicates that a data type error occurred with the script input or output.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.ExaIterationException This exception indicates an error during interaction with the ExaIterator interface.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.ExaUDFException This exception indicates that an exception during the execution of user code happened.