Jump to main content
HCL Logo Product Documentation
Customer Support Community
Customer Support HCLSoftware U Community Forums Customer Idea Portal
HCL Informix V15.0
  1. Home icon
  2. Welcome
  3. Extending Informix®

    Beyond standard relational database objects, HCL Informix® can be extended to handle specialized data types, access methods, routines, and other objects. Informix includes many built-in extensions that are fully integrated in the database server. Informix also provides DataBlade® modules, which are packages of extended database objects for a particular purpose and that are installed separately from the database server. Alternatively, you can create your own user-defined objects for Informix.

  4. Creating extensions

    You can create user-defined data types, routines, access methods, and other database objects to suit your needs. You can use application programming interfaces to write user-defined routines and applications that access data in Informix® databases.

  5. DataBlade® Developers Kit

    The DataBlade® Developers Kit (DBDK) guides contain information about the tools you can use to develop and package DataBlade modules, which extend the functionality of HCL Informix® databases.

  6. DBDK InfoShelf

    The DataBlade® Developers Kit InfoShelf is designed to help you work with BladeSmith.

  7. DataBlade® Developers Kit Tutorial

    The Informix® DataBlade® Developers Kit (DBDK) Tutorial is a set of exercises that demonstrate how to create extensions to HCL Informix and package them as DataBlade modules by using DBDK. Support for DataBlade Developers Kit (DBDK) is removed starting Informix Server 14.10.xC6.

  8. Tutorial exercise 6: Using smart large objects

    This exercise demonstrates how to create a DataBlade® module that handles smart large objects. This exercise has nine steps. It takes approximately one hour to complete.

  9. Assigning a local database server and a test database to the project
Product logo

  • HCL Informix® V15.0 documentation

    Welcome to the documentation for HCL Informix® 15.0 and related client tools and products.

  • Product overview

    HCL Informix® is a fast and scalable database server that manages traditional relational, object-relational, and dimensional databases. Its small footprint and self-managing capabilities are suited to embedded data-management solutions.

  • Installing

    These topics describe how to install HCL Informix® database servers, client products, and DataBlade® modules.

  • Administering

    In addition to administering the database server, you can tune performance, replicate data, and archive data.

  • Migrating and upgrading

    You can upgrade to the 15.0 release of HCL Informix® or migrate from other database servers to Informix. Upgrading is an in-place migration method that uses your existing hardware and operating system software. Some changes to the Informix database server can affect upgrading from a previous release.

  • Client APIs and tools

    You can use the HCL Informix® implementation of client APIs to develop applications for Informix database servers.

  • Embedding Informix®

    When you embed HCL Informix®, you can use enterprise-class high-availability and high performance with embeddability features such as easy programmability, a small disk and memory footprint, and silent deployment.

  • Extending Informix®

    Beyond standard relational database objects, HCL Informix® can be extended to handle specialized data types, access methods, routines, and other objects. Informix includes many built-in extensions that are fully integrated in the database server. Informix also provides DataBlade® modules, which are packages of extended database objects for a particular purpose and that are installed separately from the database server. Alternatively, you can create your own user-defined objects for Informix.

    • Informix® extensions and DataBlade® modules

      These topics describe how to use built-in database extensions and separately installed DataBlade® modules.

    • Creating extensions

      You can create user-defined data types, routines, access methods, and other database objects to suit your needs. You can use application programming interfaces to write user-defined routines and applications that access data in Informix® databases.

      • DataBlade® API Programmer's Guide

        These topics describe information about the DataBlade® API, the C-language application programming interface (API) provided with HCL Informix®.

      • DataBlade® API Function Reference

        These topics describe the DataBlade® API functions and the subset of IBM® Informix® ESQL/C functions that the DataBlade API supports.

      • DataBlade® Developers Kit

        The DataBlade® Developers Kit (DBDK) guides contain information about the tools you can use to develop and package DataBlade modules, which extend the functionality of HCL Informix® databases.

        • DataBlade® Module Development Overview

          These topics serve as an overview of the HCL Informix® DataBlade® module development process.The HCL Informix DataBlade module overview serves as an overview of the HCL Informix DataBlade module development process.

        • DataBlade® Developers Kit User's Guide

          These topics describe how to use Informix® DataBlade® Developers Kit (DBDK) tools to develop and package DataBlade modules.

        • DBDK InfoShelf

          The DataBlade® Developers Kit InfoShelf is designed to help you work with BladeSmith.

          • Example descriptions

            This section describes the example DataBlade® modules provided with the DataBlade Developers Kit.

          • DataBlade® Developers Kit Tutorial

            The Informix® DataBlade® Developers Kit (DBDK) Tutorial is a set of exercises that demonstrate how to create extensions to HCL Informix and package them as DataBlade modules by using DBDK. Support for DataBlade Developers Kit (DBDK) is removed starting Informix Server 14.10.xC6.

            • Tutorial exercise 1: Creating a simple user-defined routine

              This exercise demonstrates how to use the tools of the Informix® DataBlade® Developers Kit (DBDK)-- BladeSmith and the DBDK Visual C++ Add-In--to create a DataBlade module with a user-defined routine and to debug it.

            • Tutorial exercise 2: Creating distinct data types and casts

              This exercise demonstrates how to create distinct data types and the casts that convert them. This exercise consists of 14 steps. It takes approximately one hour to complete.

            • Tutorial exercise 3: Creating row data types

              This exercise demonstrates how to create row data types and user-defined routines that operate on them. This exercise consists of 11 steps. It takes approximately one hour to complete.

            • Tutorial exercise 4: Creating opaque data types

              This exercise demonstrates how to create opaque data types, their support routines, and user-defined routines that operate on them. This exercise has 11 steps. It takes approximately one hour to complete.

            • Tutorial exercise 5: Using interfaces

              This exercise demonstrates how to use interfaces to define how one DataBlade® module depends on another. This exercise has 16 steps. It takes approximately one hour to complete

            • Tutorial exercise 6: Using smart large objects

              This exercise demonstrates how to create a DataBlade® module that handles smart large objects. This exercise has nine steps. It takes approximately one hour to complete.

              • Creating a Poem project
              • Creating the Poem data type
              • Add custom SQL to test for an sbspace
              • Generating the Circle DataBlade® module and open the project in Visual C++
              • Assigning a local database server and a test database to the project
              • Modifying the source code
              • Building the DataBlade® module
              • Installing the Poem DataBlade® module
              • Copying the XML files to the Poem.0 project directory.
              • Editing the Poem.sql unit test file
              • Running the Poem DataBlade® module
            • Glossary

              This section contains additional reference information

      • J/Foundation Developer's Guide

        These topics describe how to write user-defined routines (UDRs) in the Java™ programming language for Informix®.

      • R-Tree Index User's Guide

        These topics describe the HCL Informix® R-tree secondary access method and how to access and use its components.

      • User-Defined Routines and Data Types Developer's Guide

        These topics describe how to define new data types and enable user-defined routines (UDRs) to extend HCL Informix®.

      • Virtual-Table Interface Guide

        These topics explain how to create a primary access method with the Virtual-Table Interface (VTI) so that users have a single SQL interface to HCL Informix® tables and to data that does not conform to the storage scheme of HCL Informix.

      • Virtual-Index Interface Guide

        These topics explain how to create a secondary access method with the Virtual-Index Interface (VII) to extend the built-in indexing schemes of HCL Informix® typically with a DataBlade® module.

  • Data warehousing

    In addition to designing and implementing Informix® dimensional databases, you can use tools to create data warehouse applications and optimize your data warehouse queries.

  • Designing databases

    The first step in creating a relational database is to construct a data model, which is a precise, complete definition of the data you want to store. After you prepare your data model, you must implement it as a database and tables. To implement your data model, you first select a data type for each column and then you create a database and tables and populate the tables with data. You can also implement fragmentation strategies and control access to your data.

  • JSON compatibility

    You can use the popular JSON-oriented query language created by MongoDB to interact with data stored in HCL Informix®.

  • Security

    You can secure your Informix® database server and the data that is stored in your Informix databases. You can encrypt data, secure connections, control user privileges and access, and audit data security.

  • SQL programming

    You can use the HCL Informix® implementation of the SQL language to develop applications for Informix database servers.

  • Troubleshooting HCL Informix®

    Several troubleshooting techniques, tools, and resources are available for resolving problems that you encounter in your HCL Informix® database server environment.

 Feedback

Assigning a local database server and a test database to the project

About this task

Create a database called smartlotest. See Assigning a database server and test database to a project for instructions.

  • Share: Email
  • Twitter
  • Disclaimer
  • Privacy
  • Terms of use
  • Cookie Preferences