Copyright ©1995 by NeXT Computer, Inc. All Rights Reserved.
| Types and Constants |
| Defined Types |
| Access Exceptions
typedef enum _DBAccessErrors {
Failure Codes typedef enum {
Failure Responses typedef enum {
Image Style typedef enum {
Order of Retrieved Records typedef enum {
Retrieval Mode of a Record List typedef enum _DBRecordListMode {
Selection Mode in a DBTableView typedef enum {
Status of Record Retrieval typedef enum _DBRecordRetrievalStatus { |
| Symbolic Constants |
| Error Numbers' Base Value |
| DB_ERROR_BASE | (6000) |
| Format Types |
| DBFormat_EPS | "EPS" | |
| DBFormat_RTF | "RTF" | |
| DBFormat_TIFF | "TIFF" |
| No Index Indicator |
| DB_NoIndex | 0xffffffff |
| Null Values |
| DB_NullDouble | (NAN) | |
| DB_NullFloat | (NAN) | |
| DB_NullInt | ((int)0x7ffffffe) |
| Record Limit Default |
| DB_DEFAULT_RECORD_LIMIT | 1000 |