JDBC

From NovaOrdis Knowledge Base
Revision as of 14:17, 25 September 2017 by Ovidiu (talk | contribs) (Created page with "=External= * https://docs.oracle.com/javase/7/docs/api/javax/sql/package-summary.html =Internal= * Java =Overview= The <tt>javax.sql</tt> JSE package pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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