Dbutils 简明教程

Apache Commons DBUtils Tutorial

Apache Commons DBUtils 库只是一小套类,它们旨在在不泄露资源的情况下更轻松地处理 JDBC 调用,并拥有更干净的代码。本教程涵盖了对 Apache Commons DBUtils 有基本了解以及体验其工作原理所需的大多数主题。

Apache Commons DBUtils library is a quite small set of classes, which are designed to make easier JDBC call processing without resource leak and to have cleaner code. This tutorial covers most of the topics required for a basic understanding of Apache Commons DBUtils and to get a feel of how it works.

Audience

此教程为初学者准备,帮助他们理解与Apache Commons DBUtils相关的从基础到高级的概念。

This tutorial has been prepared for the beginners to help them understand the basic to advanced concepts related to Apache Commons DBUtils.

Prerequisites

在您开始练习本参考中给出的各种类型的示例之前,我们假设您已了解计算机程序和计算机编程语言。

Before you start practicing various types of examples given in this reference, we assume that you are already aware about the computer programs and computer programming languages.