Class ConnectionProviderTarget

  • All Implemented Interfaces:
    IDatabaseTarget

    public class ConnectionProviderTarget
    extends java.lang.Object
    implements IDatabaseTarget
    An IDatabaseTarget which uses an IConnectionProvider to obtain a connection which is then closed immediately for each statement. Each run statement is committed before the connection is closed. This target is not intended for use with the ITransactionProvider/ITransaction implementation.