Java org.apache.commons.dbcp2 Utils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.dbcp2 Utils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.dbcp2 Utils.

The text is from its open source code.

Field

booleanIS_SECURITY_ENABLED
StringDISCONNECTION_SQL_CODE_PREFIX
Any SQL_STATE starting with this value is considered a fatal disconnect
SetDISCONNECTION_SQL_CODES
SQL codes of fatal connection errors.

Method

voidcloseQuietly(ResultSet rset)
Closes the ResultSet (which may be null).
voidcloseQuietly(Connection conn)
Closes the Connection (which may be null).
voidcloseQuietly(Statement stmt)
Closes the Statement (which may be null).
StringgetMessage(String key)
Obtain the correct i18n message for the given key.