sqlite3_file

com.github.lolgab.jdbc.sqlite.internal.structs.sqlite3_file
opaque object sqlite3_file

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Struct0

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Struct0.type

Types

opaque type Struct0

Value members

Concrete methods

def apply()(using Zone): Ptr[sqlite3_file]
def apply(pMethods: Ptr[sqlite3_io_methods])(using Zone): Ptr[sqlite3_file]

Givens

Givens

given _tag: Tag[sqlite3_file]

Extensions

Extensions

extension (struct: sqlite3_file)
def pMethods_=(value: Ptr[sqlite3_io_methods]): Unit