com.github.lolgab.jdbc.sqlite
package com.github.lolgab.jdbc.sqlite
Members list
Packages
Type members
Classlikes
class SQLiteConnection(filename: String) extends Connection
Attributes
- Supertypes
-
trait Connectiontrait AutoCloseabletrait Wrapperclass Objecttrait Matchableclass AnyShow all
class SQLiteDriver extends Driver
Attributes
- Supertypes
-
trait Driverclass Objecttrait Matchableclass Any
class SQLitePreparedStatement(connection: SQLiteConnection, db: Ptr[sqlite3], sql: String) extends SQLiteStatement, PreparedStatement
Attributes
- Supertypes
-
trait PreparedStatementclass SQLiteStatementtrait Statementtrait AutoCloseabletrait Wrapperclass Objecttrait Matchableclass AnyShow all
class SQLiteResultSet(statement: SQLiteStatement, stmt: Ptr[sqlite3_stmt]) extends ResultSet
Attributes
- Supertypes
-
trait ResultSettrait AutoCloseabletrait Wrapperclass Objecttrait Matchableclass AnyShow all
class SQLiteSavepoint(id: Int, name: String) extends Savepoint
Attributes
- Supertypes
-
trait Savepointclass Objecttrait Matchableclass Any
class SQLiteStatement(connection: SQLiteConnection, db: Ptr[sqlite3]) extends Statement
Attributes
- Supertypes
-
trait Statementtrait AutoCloseabletrait Wrapperclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class SQLitePreparedStatement
In this article