public final class SQLite extends Object
| Constructor and Description |
|---|
SQLite() |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
createConnection(File file)
Create a connection to a SQLite database.
|
static Connection |
createConnection(File file,
Properties props)
Create a connection to a SQLite database, allowing properties to be passed.
|
static Properties |
dateFormatProperties()
Returns a `Properties` instance with date format used by SQLite databases.
|
public static Properties dateFormatProperties()
public static Connection createConnection(File file) throws SQLException
file - SQLite database fileSQLExceptionpublic static Connection createConnection(File file, Properties props) throws SQLException
file - SQLite database fileprops - Properties instanceSQLExceptionCopyright © 2000–2025 MPXJ. All rights reserved.