资讯

SQLException handles SQL errors between the Java application and the database. ResultSet and Statement model the data result sets and SQL statements. You’ll see each of these in action shortly.
There a number of pure Java SQL database systems develolpers can embed into applications. In this tip we introduce two open source projects, HSQLDB and Apache Derby.