Package klyn.databases.sql
Contains 24 type(s).
Types
Classes
- DataTruncation - Warning raised when data is truncated during read or write.
- DriverManager - SQL connection factory.
- Types - SQL type code constants used by metadata and parameter binding.
Exceptions
- BatchUpdateException - Raised when a batch statement stops part-way through execution.
- SQLException - Base exception for SQL access, statement preparation and result processing.
- SQLFeatureNotSupportedException - Raised when a requested SQL feature is declared by the API but not yet
provided by the current driver or runtime branch.
- SQLWarning - Non-fatal SQL warning.