Copyright ©1995 by NeXT Computer, Inc. All Rights Reserved.
| Defined Types
DBExceptions |
| DECLARED IN dbkit/exceptions.h |
} DBExceptions; |
| DESCRIPTION Exceptions raised during a database access. |
| DBFailureCode |
| DECLARED IN dbkit/enums.h |
} DBFailureCode; |
| DESCRIPTION Error codes returned by an adaptor. |
| DBFailureResponse |
| DECLARED IN dbkit/enums.h |
} DBFailureResponse; |
| DESCRIPTION Possible returns from methods that respond to a failure notification. |
| DBImageStyle |
| DECLARED IN dbkit/DBImageView.h |
} DBImageStyle; |
| DESCRIPTION Style of frame to surround an image. |
| DBRecordListRetrieveMode |
| DECLARED IN dbkit/enums.h |
} DBRecordListRetrieveMode; |
| DESCRIPTION Access strategy used by a DBRecordList. |
| DBRecordRetrieveStatus |
| DECLARED IN dbkit/enums.h |
} DBRecordRetrieveStatus; |
| DESCRIPTION Status of a DBRecordStream or a DBRecordList. |
| DBRetrieveOrder |
| DECLARED IN dbkit/enums.h |
} DBRetrieveOrder; |
| DESCRIPTION Order in which retrieved records are sorted. |
| DBSelectionMode |
| DECLARED IN dbkit/DBTableView.h |
} DBSelectionMode |
| DESCRIPTION Modes in which the user may select rows or columns in a DBTableView. |
| DB_RADIOMODE | Selecting a row or column deselects those previously selected. | |
| DB_LISTMODE | Selecting a previously unselected row or column adds it to the selection already made; selecting a previously selected row or column deselects. | |
| DB_NOSELECT | No selection is permitted. |
| Symbolic Constants
Error Code Base Value |
| DECLARED IN dbkit/exceptions.h |
| DESCRIPTION Constant added to Database Kit error codes. |
| Format Types |
| DECLARED IN dbkit/customType.h |
| DBFormat_EPS | "EPS" | |
| DBFormat_RTF | "RTF" | |
| DBFormat_TIFF | "TIFF" |
| DESCRIPTION Type of the source image to be displayed or transferred. |
| No Index Indicator |
| DECLARED IN dbkit/enums.h |
| DESCRIPTION No selected position in an indexed array (such as DBTableView). |
| Null Values |
| DECLARED IN dbkit/DBValue.h |
| DB_NullDouble | (NAN) | |
| DB_NullFloat | (NAN) | |
| DB_NullInt | ((int)0x7ffffffe) |
| DESCRIPTION Null returns of appropriate type. |
| Record Limit Default |
| DECLARED IN dbkit/DBFetchGroup.h |
| DESCRIPTION Maximum number of records that a DBFetchGroup will fetch unless explicitly set by the DBRecordList method setRecordLimit:. |