org.firebirdsql.gds.impl.wire.JavaGDSImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaybird-jdk15 Show documentation
Show all versions of jaybird-jdk15 Show documentation
JDBC Driver for the Firebird RDBMS
The newest version!
package org.firebirdsql.gds.impl.wire;
/**
* Java implementation of GDS.
*
* @author Steve Jardine
*/
public class JavaGDSImpl extends AbstractJavaGDSImpl {
}