IBM Books

Net.Data Language Environment Guide

Net.Data Language Environment Guide

Table of Contents

Notices

  • Trademarks
  • Introduction

  • Who Should Read This Book
  • About Examples in This Book
  • Learning More About Net.Data
  • Using Language Environments

  • Net.Data Supplied Language Environments
  • Java Applet Language Environment
  • Java Language Environment
  • ODBC Language Environment
  • Oracle Language Environment
  • PERL Language Environment
  • REXX Language Environment
  • SQL Language Environment
  • Sybase Language Environment
  • System Language Environment
  • Configuring a Language Environment

    Creating a New Language Environment

  • Language Environment Programming
  • Which language environment interfaces should I provide?
  • Processing Input Parameters
  • Processing User Requests
  • Processing Output Parameters
  • Communicating Error Conditions
  • The Language Environment Interface

  • Structures in the Language Environment Interface
  • dtw_lei
  • dtw_parm_data
  • Functions in Language Environment Interface
  • Routine dtw_initialize()
  • Routine dtw_execute()
  • Routine dtw_getNextRow()
  • Routine dtw_cleanup()
  • Language Environment Utility Functions
  • dtw_free()
  • dtw_getvar()
  • dtw_malloc()
  • dtw_row_SetCols()
  • dtw_row_SetV()
  • dtw_setvar()
  • dtw_strdup()
  • dtw_table_AppendRow()
  • dtw_table_Cols()
  • dtw_table_Delete()
  • dtw_table_DeleteCol()
  • dtw_table_DeleteRow()
  • dtw_table_GetN()
  • dtw_table_GetV()
  • dtw_table_InsertCol()
  • dtw_table_InsertRow()
  • dtw_table_MaxRows()
  • dtw_table_New()
  • dtw_table_QueryColnoNj()
  • dtw_table_Rows()
  • dtw_table_SetCols()
  • dtw_table_SetN()
  • dtw_table_SetV()
  • Appendix A. Language Environment Template

    Index



    [ Top of Page | Next Page | Index ]