Expand description
A wrapper for C YottaDB API (the C Raw API, CRAW)
This contains things like error codes, return values, constants, new functionality not yet wrapped in the simple API, and other fun things, but is dangerous to use. Unless you have a good reason, use the [Simple API].
§See also
Structs§
Constants§
- The constant used to indicate that timeout occurred while acquiring a lock.
- The constant used by
ydb_node_next_st()
to indicate that the end of a node has been reached. - An error code returned by
ydb_file_is_identical_t()
. - The constant used to indicate that no transaction is ongoing.
- The constant used to indicate a transaction should be restarted.
- The constant that indicates a transaction should be rolled back. This can be used in conjunction with
ydb_tp_st
to rollback an ongoing transaction.