JDBC
Jump to navigation
Jump to search
External
Internal
Overview
The javax.sql JSE package provides the API to access SQL database servers for JSE applications. The package is part of JSE since 1.4, and includes the following features:
- The DataSource interface
- Connection and statement pooling
- Distributed transactions
- RowSets