Parent: $root.$constants
| kFetchAll | When passed as the fetch cap to list.$fetch, fetch all the rows |
| kFetchError | Returned from $fetch(). An error occurred while executing the method |
| kFetchFinished | Returned from $fetch(). The method completed successfully; there are no more rows to fetch |
| kFetchMemoryExceeded | Returned from $fetch(). Some rows could not be fetched because $maxresultsetsize was exceeded |
| kFetchOk | Returned from $fetch(). The method completed successfully; there may be more rows to fetch |
| kTableDeleteError | Passed to $sqlerror(). A SQL error occurred while executing the table $delete() method |
| kTableFetchError | Passed to $sqlerror(). A SQL error occurred while executing the table $fetch() method |
| kTableGeneralError | Passed to $sqlerror(). A SQL error occurred while executing a table method |
| kTableInsertError | Passed to $sqlerror(). A SQL error occurred while executing the table $insert() method |
| kTableSelectError | Passed to $sqlerror(). A SQL error occurred while executing the table $select() method |
| kTableUpdateError | Passed to $sqlerror(). A SQL error occurred while executing the table $update() method |