https://github.com/exasol/db-fundamentals-java
Base objects and ground rules for Exasol
https://github.com/exasol/db-fundamentals-java
exasol exasol-integration foundation-library java
Last synced: 4 months ago
JSON representation
Base objects and ground rules for Exasol
- Host: GitHub
- URL: https://github.com/exasol/db-fundamentals-java
- Owner: exasol
- License: mit
- Created: 2020-06-08T05:03:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T14:14:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T21:09:27.155Z (6 months ago)
- Topics: exasol, exasol-integration, foundation-library, java
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exasol Database Fundamentals for Java
[](https://github.com/exasol/db-fundamentals-java/actions/workflows/ci-build.yml)
[](https://search.maven.org/artifact/com.exasol/db-fundamentals-java)[](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)[](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)
[](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)Base objects and ground rules for the Exasol database.
## Features
* Base objects (e.g. Identifiers)
## Table of Contents
### In a Nutshell
```java
final Identifier id = ExasolIdentifier.of("THE_SCHEMA"); // validates on construction
System.out.println("Schema name: " + id + ", quoted: " + id.quote());
```### Information for Users
* [User Guide](doc/user_guide/user_guide.md)
* [Changelog](doc/changes/changelog.md)
* [Dependencies](dependencies.md)