import java.sql.Connection;import java.sql.SQLException;import java.sql.Statement;import java.util.Objects;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. | |