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

org.firebirdsql.pool.FBSimpleDataSource Maven / Gradle / Ivy

There is a newer version: 4.0.10.java8
Show newest version
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