Constants: Tables

Parent: $root.$constants

kFetchAllWhen passed as the fetch cap to list.$fetch, fetch all the rows
kFetchErrorReturned from $fetch(). An error occurred while executing the method
kFetchFinishedReturned from $fetch(). The method completed successfully; there are no more rows to fetch
kFetchMemoryExceededReturned from $fetch(). Some rows could not be fetched because $maxresultsetsize was exceeded
kFetchOkReturned from $fetch(). The method completed successfully; there may be more rows to fetch
kTableDeleteErrorPassed to $sqlerror(). A SQL error occurred while executing the table $delete() method
kTableFetchErrorPassed to $sqlerror(). A SQL error occurred while executing the table $fetch() method
kTableGeneralErrorPassed to $sqlerror(). A SQL error occurred while executing a table method
kTableInsertErrorPassed to $sqlerror(). A SQL error occurred while executing the table $insert() method
kTableSelectErrorPassed to $sqlerror(). A SQL error occurred while executing the table $select() method
kTableUpdateErrorPassed to $sqlerror(). A SQL error occurred while executing the table $update() method