All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.firebirdsql.gds.package-info Maven / Gradle / Ivy

There is a newer version: 6.0.0-beta-1
Show newest version
/**
 * Low-level APIs for accessing a Firebird database server.
 * 

* This package contains classes defining the Firebird API for Java language that applications can use to access * databases directly without JDBC interfaces. This is probably most efficient way to access the database, but also it * is the most complicated one and requires deep knowledge of the Firebird API. For better understanding please refer * to the "InterBase 6 API Guide" published by Borland and released together with the open-sourcing the InterBase code, * a predecessor of Firebird. *

*

* Please refer to the documentation in the javadoc comments as well as to the source code for more information. *

*/ @InternalApi package org.firebirdsql.gds; import org.firebirdsql.util.InternalApi;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy