Structs§
- tag_
cqdb - CQDB Reader API
- tag_
cqdb_ writer - CQDB Writer API
Constants§
- CQDB_
ERROR_ FILEWRITE - Error in file write operations.
- CQDB_
ERROR_ INVALIDID - Invalid id parameters
- CQDB_
ERROR_ NOTFOUND - String not found
- CQDB_
NONE - No flag
- CQDB_
ONEWAY - A reverse lookup array is omitted
- CQDB_
SUCCESS - Success
Functions§
- cqdb_
delete - Delete the CQDB reader.
- cqdb_
num - Get the number of associations in the database.
- cqdb_
reader - Open a new CQDB reader on a memory block.
- cqdb_
to_ id - Retrieve the identifier associated with a string.
- cqdb_
to_ string - Retrieve the string associated with an identifier.
- cqdb_
writer - Create a new CQDB writer on a seekable stream.
- cqdb_
writer_ close - Close a CQDB writer.
- cqdb_
writer_ put - Put a string/identifier association to the database.