类 CommonsDbcpDataSourcePoolMetadata

    • 方法详细资料

      • getActive

        public Integer getActive()
        已过时。
        从接口复制的说明: DataSourcePoolMetadata
        Return the current number of active connections that have been allocated from the data source or null if that information is not available.
        返回:
        the number of active connections or null
      • getMax

        public Integer getMax()
        已过时。
        从接口复制的说明: DataSourcePoolMetadata
        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 maximum number of active connections or null
      • getMin

        public Integer getMin()
        已过时。
        从接口复制的说明: DataSourcePoolMetadata
        Return the minimum number of idle connections in the pool or null if that information is not available.
        返回:
        the minimum number of active connections or null
      • getValidationQuery

        public String getValidationQuery()
        已过时。
        从接口复制的说明: DataSourcePoolMetadata
        Return the query to use to validate that a connection is valid or null if that information is not available.
        返回:
        the validation query or null