Return the maximum number of active connections that can be allocated at the same
time or -1 if there is no limit. Can also return null if that
information is not available.
The default auto-commit state of connections created by this pool. If not set
(null), default is JDBC driver default (If set to null then the
java.sql.Connection.setAutoCommit(boolean) method will not be called.)