Skip to content

exasol/udf-api-java

Repository files navigation

Exasol UDF API for Java

Build Status Maven Central – Exasol UDF API for Java

Quality Gate Status

Security Rating Reliability Rating Maintainability Rating Technical Debt

Code Smells Coverage Duplicated Lines (%) Lines of Code

This project contains the API required to build User Defined Functions (UDFs) for Exasol in the Java programming language.

User Defined Functions extend Exasol with functions and scripts that can be called from within SQL statements.

Information for API Users

Dependency

This library is already included in the Exasol database. Therefore, you should include it with the scope provided in Maven or compileOnly in Gradle. This ensures that the library is available during compilation but is not bundled with your UDF jar, avoiding conflicts with the version pre-installed in the database.

Replace the version numbers below with the latest version.

Maven

<dependency>
    <groupId>com.exasol</groupId>
    <artifactId>udf-api-java</artifactId>
    <version>1.0.10</version>
    <scope>provided</scope>
</dependency>

Gradle

dependencies {
    compileOnly 'com.exasol:udf-api-java:1.0.10'
}

Additional Information

About

API for writing User Defined Functions (UDFs) for Exasol in the Java programming language

Topics

Resources

License

Security policy

Stars

1 star

Watchers

6 watching

Forks

Packages

 
 
 

Contributors

Languages