Class BasicClientXADataSource40

  • All Implemented Interfaces:
    Serializable, Wrapper, CommonDataSource, DataSource, XADataSource, org.apache.derby.jdbc.ClientDataSourceInterface, org.apache.derby.jdbc.ClientXADataSourceInterface

    public class BasicClientXADataSource40
    extends BasicClientDataSource40
    implements org.apache.derby.jdbc.ClientXADataSourceInterface, XADataSource
    This data source is suitable for client/server use of Derby, running on Java 8 Compact Profile 2 or higher.

    Similar to ClientXADataSource except it does not support JNDI, i.e. it does not implement javax.naming.Referenceable.

    See Also:
    Serialized Form