Jump to main content
Product Documentation
Customer Support
HCL OneDB V 1.0.1.0
What's new in
HCL OneDB™
1.0.1.0
Getting Started
Installing
Administering
Security
Client APIs and tools
SQL programming
JSON compatibility
Extending
HCL OneDB™
Designing databases
Embedding
HCL OneDB™
Release information
Search
Home
Client APIs and tools
You can use the
HCL OneDB™
implementation of client APIs to develop applications for
HCL OneDB™
database servers.
ESQL/C Guide
The
HCL OneDB™
ESQL/C Programmer's Manual
explains how to use , the
HCL OneDB™
implementation of Embedded Structured Query Language (SQL) for C (ESQL/C), to create client applications with database-management capabilities.
What is
HCL OneDB™
ESQL/C?
Client APIs and tools
You can use the
HCL OneDB™
implementation of client APIs to develop applications for
HCL OneDB™
database servers.
Change Data Capture API Programmer's Guide
These topics describe how to program applications to process changed data from
HCL OneDB™
databases using the
HCL® OneDB® Change Data Capture API
.
The
HCL OneDB™
Change Data Capture API Programmer's Guide
describes how to program applications to process changed data from
HCL OneDB™
databases using the
HCL® OneDB® Change Data Capture API
.
ESQL/C Guide
The
HCL OneDB™
ESQL/C Programmer's Manual
explains how to use , the
HCL OneDB™
implementation of Embedded Structured Query Language (SQL) for C (ESQL/C), to create client applications with database-management capabilities.
What is
HCL OneDB™
ESQL/C?
HCL OneDB™
ESQL/C programming
Compile programs
HCL OneDB™
ESQL/C data types
These topics contain information about the correspondence between SQL and C data types and how to handle data types in the program.
Character and string data types
These topics explain how to use character data types in the
HCL® OneDB® ESQL/C
program.
Numeric data types
Time data types
These topics explain how to use
date
,
datetime
, and
interval
data types in the
HCL® OneDB® ESQL/C
program.
Simple large objects
A simple large object is a large object that is stored in a blobspace on disk and is not recoverable.
Smart large objects
A smart large object is a data type that stores large, non-relational data objects such as images, sound clips, documents, graphics, maps and other large objects, and allows you to perform read, write, and seek operations on those objects.
Complex data types
These topics explain how to use
collection
and
row
data types in the program.
Opaque data types
These topics explain how to use the
lvarchar
,
fixed binary
, and
var binary
data types to access an opaque data type from the program. Use these data types to represent an opaque data type as it is transferred to and from
HCL OneDB™
.
Database server communication
Dynamic SQL
Appendixes
This section contains additional reference information.
GLS User's Guide
These topics describe the Global Language Support (GLS) feature available in
HCL® OneDB®
products.
The
HCL OneDB™
GLS User's Guide
describes the Global Language Support (GLS) feature available in
HCL® OneDB®
products.
HCL OneDB™
ODBC Driver Guide
The
HCL OneDB™ ODBC Driver Programmer's Manual
serves as a user guide and reference for
HCL OneDB™ ODBC Driver
, which is the
HCL OneDB™
implementation of the Microsoft™ Open Database Connectivity (ODBC) interface, Version
3.0
.
OneDB .NET Core Provider
The
.NET Core Provider
for OneDB® is used for developing .NET applications.
HCL OneDB™
JDBC Driver Guide
The
HCL OneDB™ JDBC Driver Programmer's Guide
describes how to install, load, and use
HCL OneDB™ JDBC Driver
to connect to the
HCL OneDB™
database from within a Java™ application.
HCL OneDB™
REST API Guide
The
HCL OneDB™
REST API allows application developers to access data in their
HCL OneDB™
database server through simple HTTP requests. Applications can query, insert, load, update, and delete data in relational tables, in JSON collections, or in TimeSeries tables all through simple, JSON-based REST requests.
What is
HCL OneDB
ESQL/C?
HCL OneDB ESQL/C programming
Compile programs
HCL OneDB ESQL/C data types
These topics contain information about the correspondence between SQL and C data types and how to handle data types in the program.
Character and string data types
These topics explain how to use character data types in the
HCL® OneDB® ESQL/C
program.
Numeric data types
Time data types
These topics explain how to use
date
,
datetime
, and
interval
data types in the
HCL® OneDB® ESQL/C
program.
Simple large objects
A simple large object is a large object that is stored in a blobspace on disk and is not recoverable.
Smart large objects
A smart large object is a data type that stores large, non-relational data objects such as images, sound clips, documents, graphics, maps and other large objects, and allows you to perform read, write, and seek operations on those objects.
Complex data types
These topics explain how to use
collection
and
row
data types in the program.
Opaque data types
These topics explain how to use the
lvarchar
,
fixed binary
, and
var binary
data types to access an opaque data type from the program. Use these data types to represent an opaque data type as it is transferred to and from
HCL OneDB™
.