CONZEPT 16 C++ API
|
▼NC16 | Namespace |
▼NException | |
CDifference | Exception caused by difference |
CGeneric | Generic exception |
CInaccessibility | Exception caused by inaccessibility |
CInexistence | Exception caused by inexistence |
CInternal | Internal exception |
CInvalidity | Exception caused by invalidity |
CUnavailability | Exception caused by unavailability |
▼NFilesystem | Filesystem |
CException | Exception of a filesystem |
▼NValue | Value types |
CDate | Period of time covering a day |
CDecimal | Decimal number |
CMoment | Absolute point in time |
CTime | Point in time relative to midnight (00:00) of a day |
▼CArray | Array of elements |
CIterator | Iterator for elements of an array |
CIteratorConst | Const-Iterator for elements of an array |
▼CArrayGeneric | Generic array |
CIteratorGeneric | Generic iterator of an array |
▼CBinary | Generic binary buffer to operate on binaries |
CException | Exception of an operation on a binary |
CBinaryDirectory | Binary directory buffer to operate on binary directories |
CBinaryObject | Binary object buffer to operate on binary objects |
CClient | Client to access a server hosting databases |
▼CDatabase | Database hosted by a server |
▼CConnection | Connection to a database |
CException | Exception of a connection to a database |
CDiagnosis | Diagnosis of a database |
CField | Field of a table |
CFields | Fields of a database |
CFlags | Set of enumerators |
▼CKey | Key of a table |
CField | Field of a key |
CReorganization | Reorganization of a key |
CKeys | Keys of a database |
▼CLink | Link of a table |
CField | Field of a link |
CLinks | Links of a database |
▼CProcedure | Procedure buffer to operate on procedures of a database |
▼CCompilation | Compilation of a procedure |
CResult | Result of a compilation of a procedure |
▼CExecution | Execution of a procedure |
CException | Exception of the execution of a procedure |
CProcedures | Procedures of a database |
▼CRecord | Record buffer to operate on records of a table |
CField | Field buffer of a record buffer |
CFieldCommon | Common field buffer of a record buffer |
CFieldConst | Constant field buffer of a record buffer |
CFieldConstGeneric | Generic constant field buffer of a record buffer |
CFieldGeneric | Generic field buffer of a record buffer |
CRecords | Generic record set |
CRecordsKey | Record set of records ordered by a key |
CRecordsLink | Record set of records restricted and ordered by a link |
CRecordsSelection | Record set of records restricted and ordered by a selection |
CSelection | Selection buffer to operate on selections of a table |
CSeries | Series of elements |
CSeriesGeneric | Generic series |
CServer | Server hosting databases |
CSubrecord | Subrecord of a table |
CSubrecords | Subrecords of a database |
▼CTable | Table of a database |
CFields | Fields of a table |
▼CTables | Tables of a database |
CIteratorConst | Const-Iterator for tables of a database |
▼CText | Text buffer to operate on texts of a database |
CStream | Generic stream for text buffers |
CStreamBuffer | Generic stream buffer for text buffers |
CStreamBufferInput | Input stream buffer for reading text buffers |
CStreamBufferOutput | Output stream buffer for writing texts |
CStreamInput | Input stream for reading texts |
CStreamOutput | Output stream for writing texts |
CTexts | Texts of a database |
CTransaction | Transaction of a database |
CTransactions | Transactions performed by the user accessing the database |
▼CUser | User buffer to operate on users of a database |
CLogout | Logout of a user from a database |
CUsers | Users of a database |
CVariant | Container holding one of many alternatives |