In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
1.DBUtils is a database operation utility in java programming. It is small, simple and practical. How does it manage things?
We all know that in jdbc things are controlled by Connection objects.
The core class of the DBUtils utility class is QueryRunner
Here it is mainly explained that the empty constructor and the parameter are the constructor of the link pool.
The parameter is the constructor of the link pool, which means that we hand over the link to DBUtils to manage, and the things to be managed by DBUtils. Mysql adopts the default way of managing things, one sql language and one submission.
QueryRunner (DataSource ds)
Update (String sql, Object... Params)
Query (String sql, ResultSetHandler rsh, Object... Params)
These three sql statements should be used together.
Empty constructor, links are left to developers to manage, things are also left to developers to manage, need to manually commit and roll back things
QueryRunner ()-- indicates that the underlying layer does not help you manage the connection, but manages the connection yourself.
Update (Connection conn, String sql, Object... Params)
Query (Connection conn, String sql, ResultSetHandler rsh, Object... Params)
These three sql statements should be used together
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.