Class ClientDataSource40

  • All Implemented Interfaces:
    java.io.Serializable, java.sql.Wrapper, javax.naming.Referenceable, javax.sql.CommonDataSource, javax.sql.DataSource, ClientDataSourceInterface

    public class ClientDataSource40
    extends ClientDataSource
    implements javax.sql.DataSource
    Deprecated.
    Use ClientDataSource instead.

    This is a vacuous, deprecated class. At one time, it had real behavior and helped us support separate datasources for Java 5 and Java 6. Now that we no longer support Java 5, all functionality has migrated into the superclass, ClientDataSource. This class is preserved for backward compatibility reasons.

    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClientDataSource40

        public ClientDataSource40()
        Deprecated.