Module: Amalgalite::SQLite3::Constants::StatementStatus

Extended by:
Helpers
Defined in:
lib/amalgalite/sqlite3/constants.rb,
ext/amalgalite/c/amalgalite_constants.c

Overview

StatementStatus defines the namespace for all the possible status codes for the SQLite prepared statements

Constant Summary collapse

AUTOINDEX =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_STMTSTATUS_AUTOINDEX)
FULLSCAN_STEP =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_STMTSTATUS_FULLSCAN_STEP)
MEMUSED =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_STMTSTATUS_MEMUSED)
REPREPARE =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_STMTSTATUS_REPREPARE)
RUN =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_STMTSTATUS_RUN)
SORT =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_STMTSTATUS_SORT)
VM_STEP =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_STMTSTATUS_VM_STEP)

Method Summary

Methods included from Helpers

name_from_value, value_from_name