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: 11 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T10:38:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T21:09:24.853Z (12 months ago)
- Topics: api, exasol, exasol-integration, java, udf
- Language: Java
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)