[ Web Proxy ]
URL:
Viewing: https://www.sqlitetutorial.net/sqlite-java/ [Back]  [Original]

SQLite Java - How to Use JDBC to Interact with SQLite
Skip to content

SQLite Java

This SQLite Java section guides you step-by-step through how to interact with SQLite using Java JDBC API.

Several interfaces are available for interacting with SQLite in Java. Some provide a wrapper around the native C API, while others implement the standard Java Database Connectivity (JDBC) API.

In this section, we will introduce you to the modern SQLiteJDBC package, a JDBC driver for SQLite. The SQLiteJDBC package includesJava classes and native SQLite libraries for Windows, macOS, and Linux.

SQLite Java [SQLite Java]

Section 1. Connecting to SQLite

Section 2. Creating Tables

Section 3. CRUD

Section 4. Managing Transactions

  • Managing transactions – Manage SQLite transactions using Java JDBC API such as setAutoCommit, commit, and rollback.

Section 5. Handling BLOB data

Search …:

Getting Started

Performing Database Operations

Handling BLOB

Managing Transactions

Copyright © 2015 - Present SQLite Tutorial. All Rights Reserved.


Web Proxy Viewer  |  New URL  |  Original Page