DuplicatedValue
Value obtained from Value.duplicate and for which the caller take ownership.
Properties
Link copied to clipboard
Returns the current text encoding of the value, assuming that type returns ksqlite.types.SqliteDataType.TEXT.
Link copied to clipboard
Whether the value originated from a bound parameter.
Link copied to clipboard
Returns the type of the value after a numeric conversion as been done. The conversion is only made if the value can be converted.
Link copied to clipboard
Data type of the value.
Functions
Link copied to clipboard
Duplicates the value, returning a DuplicatedValue.
Link copied to clipboard
Returns the value as a ksqlite.capi.memory.ReadableBuffer.
Link copied to clipboard
Returns the value as ByteArray.
Link copied to clipboard
Returns the value as Double.
Link copied to clipboard
Returns the value as String.