SQLiteOps
com.github.lolgab.jdbc.sqlite.internal.SQLiteOps
object SQLiteOps
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SQLiteOps.type
Members list
Value members
Concrete methods
def bindBytes(db: Ptr[sqlite3], stmt: Ptr[sqlite3_stmt], idx: Int, value: Array[Byte])(using Zone): Unit
def bindString(db: Ptr[sqlite3], stmt: Ptr[sqlite3_stmt], idx: Int, value: String)(using Zone): Unit
In this article