Jump to main content
Product Documentation
Customer Support
HCL OneDB V1.0.0.0
Getting Started
Product overview
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 topics explain how to use
HCL OneDB™ ESQL/C
, the
HCL OneDB™
implementation of Embedded Structured Query Language (SQL) for C (ESQL/C), to create client applications with database-management capabilities.
The
HCL® OneDB® ESQL/C Programmer's Manual
explains how to use
HCL OneDB™ ESQL/C
, 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 topics explain how to use
HCL OneDB™ ESQL/C
, the
HCL OneDB™
implementation of Embedded Structured Query Language (SQL) for C (ESQL/C), to create client applications with database-management capabilities.
The
HCL® OneDB® ESQL/C Programmer's Manual
explains how to use
HCL OneDB™ ESQL/C
, the
HCL OneDB™
implementation of Embedded Structured Query Language (SQL) for C (ESQL/C), to create client applications with database-management capabilities.
What's new in ESQL/C for Client SDK, Version 3.70
This publication includes information about new features and changes in existing functionality.
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
HCL OneDB™ ESQL/C
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
HCL OneDB™ ESQL/C
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
HCL OneDB™ ESQL/C
program. Use these
HCL OneDB™ ESQL/C
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
These topics serve 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
.
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
These topics describe how to install, load, and use
HCL OneDB™ JDBC Driver
to connect to the
HCL OneDB™
database from within a Java™ application or applet.
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 or applet.
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
HCL OneDB™ ESQL/C
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
HCL OneDB™ ESQL/C
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
HCL OneDB™ ESQL/C
program. Use these
HCL OneDB™ ESQL/C
data types to represent an opaque data type as it is transferred to and from
HCL OneDB™
.