https://github.com/exasol/udf-api-java
API for writing User Defined Functions (UDFs) for Exasol in the Java programming language
https://github.com/exasol/udf-api-java
api exasol exasol-integration java udf
Last synced: 12 days ago
JSON representation
API for writing User Defined Functions (UDFs) for Exasol in the Java programming language
- Host: GitHub
- URL: https://github.com/exasol/udf-api-java
- Owner: exasol
- License: mit
- Created: 2022-11-08T12:18:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-30T09:14:20.000Z (8 months ago)
- Last Synced: 2025-10-30T10:12:18.147Z (8 months ago)
- Topics: api, exasol, exasol-integration, java, udf
- Language: Java
- Homepage:
- Size: 371 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Exasol UDF API for Java
[](https://github.com/exasol/udf-api-java/actions/workflows/ci-build.yml)
[](https://search.maven.org/artifact/com.exasol/udf-api-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java)
This project contains the API required to build [User Defined Functions](https://docs.exasol.com/db/latest/database_concepts/udf_scripts.htm) (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
* [API documentation as JavaDoc](https://exasol.github.io/udf-api-java)
* [Java tutorials](https://github.com/exasol/exasol-java-tutorial) with examples of how to build, test and run Java UDFs
## Additional Information
* [Changelog](doc/changes/changelog.md)
* [Dependencies](dependencies.md)