AggregateFunctionStepScope
Scope for use with AggregateFunction.step and WindowFunction.step.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun setResultError(message: String, result: SqliteResultCode.Failure = SqliteResultCode.ERROR): Nothing
Causes SQLite to throw an exception with message. The default error code is SqliteResultCode.ERROR but can be overriden by supplying the appropriate error code
Link copied to clipboard
Causes SQLite to throw an error indicating that a memory allocation failed.
Link copied to clipboard
Causes SQLite to throw an error indicating that a string or BLOB is too long to represent.