org.firebirdsql.gds.ng.jna.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!
/**
* Implementation of the {@link org.firebirdsql.gds.ng} API for accessing Firebird using fbclient (native and embedded),
* using the JNA (Java Native Access) library.
*
* @since 3
*/
@InternalApi
package org.firebirdsql.gds.ng.jna;
import org.firebirdsql.util.InternalApi;