This purely static class defines enumerations used in record streams and conversions to database datatypes.
Definition at line 69 of file recordstreamdef.h.
Media of a record stream.
| smUnknown | Unknown record stream media. |
| smFile | Record stream is obtained by file. |
| smSocket | Record stream is obtained through socket. |
| smDatabase | The records of this stream are stored in the database. |
Definition at line 112 of file recordstreamdef.h.
Status of a record stream.
Definition at line 72 of file recordstreamdef.h.
Type of a record stream.
Definition at line 98 of file recordstreamdef.h.
| OSB_LIB::RecordStream::RecordStream | ( | ) | [private] |
Prevent construction: not implemented.
| static char OSB_LIB::RecordStream::toChar | ( | Media | m | ) | [static] |
| static char OSB_LIB::RecordStream::toChar | ( | Type | t | ) | [static] |
Convert Status into long.
| s | Status to convert. |
Definition at line 139 of file recordstreamdef.h.
References toStatus().
| static Media OSB_LIB::RecordStream::toMedia | ( | char | c | ) | [static] |
| static Type OSB_LIB::RecordStream::toType | ( | char | c | ) | [static] |
1.4.7