org.firebirdsql.encodings.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaybird Show documentation
Show all versions of jaybird Show documentation
JDBC Driver for the Firebird RDBMS
The newest version!
/**
* Defines the supported Firebird character sets and their mapping to Java character sets.
*
* It is possible — but considered internal API — to define and override encodings by providing
* an implementation of the {@link org.firebirdsql.encodings.EncodingSet} SPI. See that class for details.
*
*
* @since 3
*/
@InternalApi
package org.firebirdsql.encodings;
import org.firebirdsql.util.InternalApi;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy