scala-native-jdbc-sqlite
scala-native-jdbc-sqlite
API
org.sqlite
SQLiteDataSource
com.github.lolgab.jdbc.sqlite
internal
SQLiteOps
aliases
fts5_extension_function
sqlite3_callback
sqlite3_destructor_type
sqlite3_filename
sqlite3_int64
sqlite3_rtree_dbl
sqlite3_syscall_ptr
sqlite3_uint64
sqlite_int64
sqlite_uint64
va_list
all
constants
functions
structs
Fts5Context
Fts5ExtensionApi
Fts5PhraseIter
Fts5Tokenizer
fts5_api
fts5_tokenizer
sqlite3
sqlite3_api_routines
sqlite3_backup
sqlite3_blob
sqlite3_context
sqlite3_file
Struct0
sqlite3_index_constraint
sqlite3_index_constraint_usage
sqlite3_index_info
Struct0
Struct1
Struct2
sqlite3_index_orderby
sqlite3_io_methods
sqlite3_mem_methods
sqlite3_module
sqlite3_mutex
sqlite3_mutex_methods
sqlite3_pcache
sqlite3_pcache_methods
sqlite3_pcache_methods2
sqlite3_pcache_page
sqlite3_rtree_geometry
sqlite3_rtree_query_info
sqlite3_snapshot
sqlite3_stmt
sqlite3_str
sqlite3_value
sqlite3_vfs
sqlite3_vtab
sqlite3_vtab_cursor
types
SQLiteConnection
SQLiteDriver
SQLitePreparedStatement
SQLiteResultSet
SQLiteSavepoint
SQLiteStatement
scala-native-jdbc-sqlite
/
com.github.lolgab.jdbc.sqlite
/
com.github.lolgab.jdbc.sqlite.internal
/
SQLiteOps
SQLiteOps
com.github.lolgab.jdbc.sqlite.internal.SQLiteOps
object
SQLiteOps
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
SQLiteOps
.
type
Members list
Clear all
Value members
Concrete methods
def
bindBytes
(
stmt
:
Ptr
[
sqlite3_stmt
],
idx
:
Int
,
value
:
Array
[
Byte
])(
using
Zone
):
Unit
def
bindDouble
(
stmt
:
Ptr
[
sqlite3_stmt
],
idx
:
Int
,
value
:
Double
):
Unit
def
bindInt
(
stmt
:
Ptr
[
sqlite3_stmt
],
idx
:
Int
,
value
:
Int
):
Unit
def
bindLong
(
stmt
:
Ptr
[
sqlite3_stmt
],
idx
:
Int
,
value
:
Long
):
Unit
def
bindString
(
stmt
:
Ptr
[
sqlite3_stmt
],
idx
:
Int
,
value
:
String
)(
using
Zone
):
Unit
def
createStatementHandle
(
db
:
Ptr
[
sqlite3
],
sql
:
String
)(
using
Zone
):
Ptr
[
sqlite3_stmt
]
def
getBytes
(
stmt
:
Ptr
[
sqlite3_stmt
],
col
:
Int
):
Array
[
Byte
]
def
getDouble
(
stmt
:
Ptr
[
sqlite3_stmt
],
col
:
Int
):
Double
def
getInt
(
stmt
:
Ptr
[
sqlite3_stmt
],
col
:
Int
):
Int
def
getLong
(
stmt
:
Ptr
[
sqlite3_stmt
],
col
:
Int
):
Long
def
getString
(
stmt
:
Ptr
[
sqlite3_stmt
],
col
:
Int
):
String
def
step
(
stmt
:
Ptr
[
sqlite3_stmt
]):
Boolean
def
withStatement
[
A
](
db
:
Ptr
[
sqlite3
],
sql
:
String
)(
f
: (
Ptr
[
sqlite3_stmt
])
=>
A
)(
using
Zone
):
A
In this article
Attributes
Members list
Value members
Concrete methods