C Driver API 3.0.0
API for the NuoDB C Driver Library
Loading...
Searching...
No Matches
NuoDB.h
Go to the documentation of this file.
1/* (C) Copyright 2015-2023 Dassault Systemes SE. All Rights Reserved. */
2
3#ifndef _NUODB_H_
4#define _NUODB_H_ 1
5
62#include <stdint.h>
63
64#include <nuodb/utils.h>
65
66#include <nuodb/structs.h>
67#include <nuodb/error.h>
68#include <nuodb/options.h>
69#include <nuodb/connection.h>
70#include <nuodb/temporal.h>
71#include <nuodb/lob.h>
72#include <nuodb/resultSet.h>
75#include <nuodb/statement.h>
77
78#endif /* end of #ifndef _NUODB_H_ */
NuoDB Database Connection.
Metadata about a NuoDB database.
NuoDB Error information.
NuoDB Large Object.
Container for NuoDB_Connection options.
Metadata about parameters.
Data representing a database result set.
Metadata for a NuoDB_ResultSet.
(C) Copyright 2015-2024 Dassault Systemes SE.
structs and typedefs.
Data structure used to represent temporal information.
NuoDB utilities.