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 >
-
InformixJDBC()
-
-
InformixJDBC(String)
-
-
InformixJDBC(String, Properties)
-
-
serialKey(String)
- Gets last generated serial value after inserting row with Primary Key that consist
of 1 column of
serial
data type.
InformixJDBC
public InformixJDBC()
InformixJDBC
public InformixJDBC(String driver)
InformixJDBC
public InformixJDBC(String driver,
Properties prop)
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