Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
SQLitePragmas.java File Reference
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Objects;
Include dependency graph for SQLitePragmas.java:

Go to the source code of this file.

Classes

class  dev.rafex.ether.database.sqlite.config.SQLitePragmas
 Utility to apply SQLite PRAGMA settings to a connection. More...

Packages

package  dev.rafex.ether.database.sqlite.config
 SQLite configuration and PRAGMA utilities.