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 fileSQLException
public static Connection createConnection(File file, Properties props) throws SQLException
file
- SQLite database fileprops
- Properties instanceSQLException
Copyright © 2000–2024 Packwood Software. All rights reserved.