Package-level declarations

Types

Link copied to clipboard

Value obtained from Value.duplicate and for which the caller take ownership.

Link copied to clipboard
open class ProtectedValue : Value

Represents a protected Value.

Link copied to clipboard
interface Status

Holder for a status-like value and its highwater.

Link copied to clipboard

Represents an unprotected Value.

Link copied to clipboard
sealed class Value

Represents an sqlite3_value opaque type.

Link copied to clipboard

Scope used in places where SQLite is expecting a value to be returned using one of sqlite3_result_xx APIs.

Functions

Link copied to clipboard

Sets value result or sets null as the result if value is null.

Sets the bytes buffer value as the result or sets null as the result if value is null.

Sets the 64-bit floating point value as the result or sets null as the result if value is null.

Sets the 32-bit signed integer value as the result or sets null as the result if value is null.

Sets the 64-bit signed integer value as the result or sets null as the result if value is null.

Sets the text value as the UTF-8 encoded result or sets null as the result if value is null.