enum

UnQLite::StdPublicReturn

Inherits Enum < Comparable < Value < Object

Constants

RET_OK = 0

Standard return values from Symisc public interfaces

ERR_MEM = -1
ERR_IO = -2
ERR_EMPTY = -3
ERR_LOCKED = -4
ERR_ORANGE = -5
ERR_NOTFOUND = -6
ERR_LIMIT = -7
ERR_MORE = -8
ERR_INVALID = -9
ERR_ABORT = -10
ERR_EXISTS = -11
ERR_SYNTAX = -12
ERR_UNKNOWN = -13
ERR_BUSY = -14
ERR_OVERFLOW = -15
ERR_WILLBLOCK = -16
ERR_NOTIMPLEMENTED = -17
ERR_EOF = -18
ERR_PERM = -19
ERR_NOOP = -20
ERR_FORMAT = -21
ERR_NEXT = -22
ERR_OS = -23
ERR_CORRUPT = -24
ERR_CONTINUE = -25
ERR_NOMATCH = -26
ERR_RESET = -27
ERR_DONE = -28
ERR_SHORT = -29
ERR_PATH = -30
ERR_TIMEOUT = -31
ERR_BIG = -32
ERR_RETRY = -33
ERR_IGNORE = -63

Instance methods

err_abort?

Returns true if this enum value equals ERR_ABORT

Source
err_big?

Returns true if this enum value equals ERR_BIG

Source
err_busy?

Returns true if this enum value equals ERR_BUSY

Source
err_continue?

Returns true if this enum value equals ERR_CONTINUE

Source
err_corrupt?

Returns true if this enum value equals ERR_CORRUPT

Source
err_done?

Returns true if this enum value equals ERR_DONE

Source
err_empty?

Returns true if this enum value equals ERR_EMPTY

Source
err_eof?

Returns true if this enum value equals ERR_EOF

Source
err_exists?

Returns true if this enum value equals ERR_EXISTS

Source
err_format?

Returns true if this enum value equals ERR_FORMAT

Source
err_ignore?

Returns true if this enum value equals ERR_IGNORE

Source
err_invalid?

Returns true if this enum value equals ERR_INVALID

Source
err_io?

Returns true if this enum value equals ERR_IO

Source
err_limit?

Returns true if this enum value equals ERR_LIMIT

Source
err_locked?

Returns true if this enum value equals ERR_LOCKED

Source
err_mem?

Returns true if this enum value equals ERR_MEM

Source
err_more?

Returns true if this enum value equals ERR_MORE

Source
err_next?

Returns true if this enum value equals ERR_NEXT

Source
err_nomatch?

Returns true if this enum value equals ERR_NOMATCH

Source
err_noop?

Returns true if this enum value equals ERR_NOOP

Source
err_notfound?

Returns true if this enum value equals ERR_NOTFOUND

Source
err_notimplemented?

Returns true if this enum value equals ERR_NOTIMPLEMENTED

Source
err_orange?

Returns true if this enum value equals ERR_ORANGE

Source
err_os?

Returns true if this enum value equals ERR_OS

Source
err_overflow?

Returns true if this enum value equals ERR_OVERFLOW

Source
err_path?

Returns true if this enum value equals ERR_PATH

Source
err_perm?

Returns true if this enum value equals ERR_PERM

Source
err_reset?

Returns true if this enum value equals ERR_RESET

Source
err_retry?

Returns true if this enum value equals ERR_RETRY

Source
err_short?

Returns true if this enum value equals ERR_SHORT

Source
err_syntax?

Returns true if this enum value equals ERR_SYNTAX

Source
err_timeout?

Returns true if this enum value equals ERR_TIMEOUT

Source
err_unknown?

Returns true if this enum value equals ERR_UNKNOWN

Source
err_willblock?

Returns true if this enum value equals ERR_WILLBLOCK

Source
ret_ok?

Returns true if this enum value equals RET_OK

Source