Interface ConnectionFactory


public interface ConnectionFactory
Creates JDBC connections for tests.

The base class is abstract, and all of the with methods throw.

Avoid creating new sub-classes otherwise it would be hard to support .with(property, value).with(...) kind of chains.

If you want augment the connection, use CalciteAssert.ConnectionPostProcessor.

See Also: