org.firebirdsql.gds.impl.jni.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
/**
* Implementations of {@link org.firebirdsql.gds.impl.GDSFactoryPlugin} for native and embedded access.
*
* NOTE: For historic reasons the name of this package contains JNI, but the actual implementation uses JNA.
*
*/
@InternalApi
package org.firebirdsql.gds.impl.jni;
import org.firebirdsql.util.InternalApi;