org.firebirdsql.pool.FBSimpleDataSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaybird-jdk18 Show documentation
Show all versions of jaybird-jdk18 Show documentation
JDBC Driver for the Firebird RDBMS
package org.firebirdsql.pool;
import org.firebirdsql.gds.impl.GDSType;
/**
* @deprecated This class will be removed in Jaybird 4; use {@link org.firebirdsql.ds.FBSimpleDataSource}
*/
@Deprecated
public class FBSimpleDataSource extends org.firebirdsql.ds.FBSimpleDataSource {
private static final long serialVersionUID = 3156578540634970427L;
/**
* Create instance of this class.
*/
public FBSimpleDataSource() {
super();
}
/**
* Create instance of this class.
*/
public FBSimpleDataSource(GDSType type) {
super(type);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy