com.github.lolgab.jdbc.sqlite

Members list

Type members

Classlikes

class SQLiteConnection(filename: String) extends Connection

Attributes

Supertypes
trait Connection
trait AutoCloseable
trait Wrapper
class Object
trait Matchable
class Any
Show all
class SQLiteDriver extends Driver

Attributes

Supertypes
trait Driver
class Object
trait Matchable
class Any
class SQLitePreparedStatement(connection: SQLiteConnection, db: Ptr[sqlite3], sql: String) extends SQLiteStatement, PreparedStatement

Attributes

Supertypes
trait PreparedStatement
trait Statement
trait AutoCloseable
trait Wrapper
class Object
trait Matchable
class Any
Show all
class SQLiteResultSet(statement: SQLiteStatement, stmt: Ptr[sqlite3_stmt]) extends ResultSet

Attributes

Supertypes
trait ResultSet
trait AutoCloseable
trait Wrapper
class Object
trait Matchable
class Any
Show all
class SQLiteSavepoint(id: Int, name: String) extends Savepoint

Attributes

Supertypes
trait Savepoint
class Object
trait Matchable
class Any
class SQLiteStatement(connection: SQLiteConnection, db: Ptr[sqlite3]) extends Statement

Attributes

Supertypes
trait Statement
trait AutoCloseable
trait Wrapper
class Object
trait Matchable
class Any
Show all
Known subtypes