Module org.firebirdsql.jaybird
Package org.firebirdsql.encodings
@InternalApi
package org.firebirdsql.encodings
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 EncodingSet
SPI. See that class for details.
- Since:
- 3
-
ClassDescriptionDefinition of a Firebird encoding.The default encoding set for Jaybird.Encoding translates between a Java string and a byte array for a specific (Firebird) encoding.Definition of a Firebird encoding.Factory for
EncodingDefinition
andEncoding
.EncodingSet
is an interface for the purpose of loadingEncodingDefinition
mappings into Jaybird.Interface for the EncodingFactory.