All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JProjects.eab.data.InformixJDBC

java.lang.Object
   |
   +----JProjects.eab.data.DatastoreJDBC
           |
           +----JProjects.eab.data.InformixJDBC

public class InformixJDBC
extends DatastoreJDBC
Implements support for some informix - specific features.

Author:
Alexander Jaremenko
< jarem@isb.gomel.by >

Constructor Index

 o InformixJDBC()
 o InformixJDBC(String)
 o InformixJDBC(String, Properties)

Method Index

 o serialKey(String)
Gets last generated serial value after inserting row with Primary Key that consist of 1 column of serial data type.

Constructors

 o InformixJDBC
 public InformixJDBC()
 o InformixJDBC
 public InformixJDBC(String driver)
 o InformixJDBC
 public InformixJDBC(String driver,
                     Properties prop)

Methods

 o serialKey
 public int serialKey(String table) throws DAException
Gets last generated serial value after inserting row with Primary Key that consist of 1 column of serial data type.

Parameters:
table - - name of any existing table - just to generate valid SQL.
Returns:
- last generated serial value.
Throws: DAException
- if data access error occur.

All Packages  Class Hierarchy  This Package  Previous  Next  Index