Java org.springframework.boot.jdbc.metadata DataSourcePoolMetadata fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.jdbc.metadata DataSourcePoolMetadata fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.jdbc.metadata DataSourcePoolMetadata.

The text is from its open source code.

Method

BooleangetDefaultAutoCommit()
The default auto-commit state of connections created by this pool.
FloatgetUsage()
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not limited).