sqlite3_vfs
com.github.lolgab.jdbc.sqlite.internal.structs.sqlite3_vfs
object sqlite3_vfs
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
sqlite3_vfs.type
Members list
Value members
Concrete methods
def apply(iVersion: CInt, szOsFile: CInt, mxPathname: CInt, pNext: Ptr[sqlite3_vfs], zName: CString, pAppData: Ptr[Byte], xOpen: CFuncPtr5[Ptr[sqlite3_vfs], sqlite3_filename, Ptr[sqlite3_file], CInt, Ptr[CInt], CInt], xDelete: CFuncPtr3[Ptr[sqlite3_vfs], CString, CInt, CInt], xAccess: CFuncPtr4[Ptr[sqlite3_vfs], CString, CInt, Ptr[CInt], CInt], xFullPathname: CFuncPtr4[Ptr[sqlite3_vfs], CString, CInt, CString, CInt], xDlOpen: CFuncPtr2[Ptr[sqlite3_vfs], CString, Ptr[Byte]], xDlError: CFuncPtr3[Ptr[sqlite3_vfs], CInt, CString, Unit], xDlSym: CFuncPtr3[Ptr[sqlite3_vfs], Ptr[Byte], CString, CFuncPtr0[Unit]], xDlClose: CFuncPtr2[Ptr[sqlite3_vfs], Ptr[Byte], Unit], xRandomness: CFuncPtr3[Ptr[sqlite3_vfs], CInt, CString, CInt], xSleep: CFuncPtr2[Ptr[sqlite3_vfs], CInt, CInt], xCurrentTime: CFuncPtr2[Ptr[sqlite3_vfs], Ptr[Double], CInt], xGetLastError: CFuncPtr3[Ptr[sqlite3_vfs], CInt, CString, CInt], xCurrentTimeInt64: CFuncPtr2[Ptr[sqlite3_vfs], Ptr[sqlite3_int64], CInt], xSetSystemCall: CFuncPtr3[Ptr[sqlite3_vfs], CString, sqlite3_syscall_ptr, CInt], xGetSystemCall: CFuncPtr2[Ptr[sqlite3_vfs], CString, sqlite3_syscall_ptr], xNextSystemCall: CFuncPtr2[Ptr[sqlite3_vfs], CString, CString])(using Zone): Ptr[sqlite3_vfs]
Givens
Givens
Extensions
Extensions
extension (struct: sqlite3_vfs)
def xOpen_=(value: CFuncPtr5[Ptr[sqlite3_vfs], sqlite3_filename, Ptr[sqlite3_file], CInt, Ptr[CInt], CInt]): Unit
In this article