Search results

There are no results.

sqlite.BindValue

trait pub BindValue

A value that may be bound to a column in a SQLite statement.

Implementations

std.bool.

Bool

impl BindValue for Bool
std.bytes.

ByteArray

impl BindValue for ByteArray
std.float.

Float

impl BindValue for Float
std.int.

Int

impl BindValue for Int
std.nil.

Nil

impl BindValue for Nil
std.string.

String

impl BindValue for String