Java from entry to the master database operations in Chapter 20

JDBC common classes and interfaces

  • Connection interface
  • Statement Interface
  • PreparedStatement Interface
  • DriveManage class
  • ResultSet Interface

Database operations

  • Connect to the database
  • Send SQL statements to the database
  • Processing the query result set
  • Order inquiry
  • Fuzzy query
  • Prepared Statement
  • Add modify delete records
Published 46 original articles · won praise 0 · Views 1015

Guess you like

Origin blog.csdn.net/weixin_37680513/article/details/104973076