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.
OneDB .NET Core Provider
The
.NET Core Provider
for OneDB® is used for developing .NET applications.
HCL OneDB™
.NET Core Provider Guide
Type reference
All of the classes described in these topics belong in the namespace Informix.Net.Core.
IfxMonthSpan structure
Create an IfxMonthSpan
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.
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™
.NET Core Provider Guide
Overview of the
HCL OneDB™
.NET Core Provider
The topics in this overview describe the
HCL® OneDB® .NET Core Provider
and provide information on the environment in which to use it. These topics also provide installation and connection information and general information to help you get started using the
HCL® OneDB® .NET Core Provider
.
Mapping data types
These topics describe how data types are mapped between
HCL OneDB™
databases and the .NET Core Framework.
Type reference
All of the classes described in these topics belong in the namespace Informix.Net.Core.
Supported public .NET interfaces
The
HCL® OneDB® .NET Core Provider
implements specific Microsoft™ .NET interfaces.
Supported Public .NET base classes
The
HCL® OneDB® .NET Core Provider
implements specific Microsoft™ .NET base classes.
Prototype syntax
Because the objects of the
HCL® OneDB® .NET Core Provider
can be used in many different programming languages, the prototypes of the methods are given in this publication using a pseudo code.
IfxBlob class
An IfxBlob represents a BLOB, which is a large block of binary data that allows random access of its contents. You can treat a BLOB in much the same way you treat an operating system file. You can read or write to certain positions in the file without reading or writing through all of the data up to that position.
IfxClob class
An IfxClob represents a CLOB, which is a large block of character data that allows random access of its contents. You can treat a CLOB in much the same way you treat an operating system file. You can read or write to certain positions in the file without reading or writing through all of the data up to that position.
IfxCommand class
IfxCommandBuilder class
IfxConnection class
IfxConnectionStringBuilder class
IfxDataAdapter class
IfxDataReader class
IfxDataSourceEnumerator class
IfxDateTime structure
IfxDecimal structure
IfxError class
IfxErrorCollection class
IfxException class
IfxMonthSpan structure
Create an IfxMonthSpan
IfxMonthSpan constructors
IfxMonthSpan public properties
IfxMonthSpan public methods
IfxParameter class
IfxParameterCollection class
IfxProviderFactory class
IfxSmartLOBCreateTimeFlags enumeration
IfxSmartLOBFileLocation enumeration
IfxSmartLOBLocator class
IfxSmartLOBLockMode enumeration
IfxSmartLOBOpenMode enumeration
IfxSmartLOBWhence enumeration
IfxTimeSpan structure
IfxTimeUnit enumeration
IfxTransaction class
IfxType enumeration
Sample programs
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.
Create an IfxMonthSpan
IfxMonthSpan constructors