org.objectweb.jorm.runtime.mapper.rdb.adapter.lib
Class FirebirdAdapter

java.lang.Object
  |
  +--org.objectweb.jorm.runtime.mapper.rdb.adapter.lib.BasicRdbAdapter
        |
        +--org.objectweb.jorm.runtime.mapper.rdb.adapter.lib.FirebirdAdapter
All Implemented Interfaces:
RdbAdpater

public class FirebirdAdapter
extends BasicRdbAdapter

This class is a sql adapter for the Firebird relational database. FireBird 1.0.2 with JayBird JCA/JDBC Driver for Firebird 1.0RC2 FAIL: VARCHAR: create table: GDS Exception. Dynamic SQL Error FAIL: VARCHAR: create table: GDS Exception. Dynamic SQL Error FAIL: BIT: create table: GDS Exception. Dynamic SQL Error FAIL: TINYINT: create table: GDS Exception. Dynamic SQL Error FAIL: BIGINT: create table: GDS Exception. Dynamic SQL Error FAIL: DOUBLE: create table: GDS Exception. Dynamic SQL Error FAIL: DATE: create table: GDS Exception. Dynamic SQL Error

Author:
S.Chassande-Barrioz

Constructor Summary
FirebirdAdapter()
           
 
Method Summary
 java.lang.String getSqlType(PType pt, boolean usedInPK)
          This method returns the SQL type linked to the PType specified in parameter.
 
Methods inherited from class org.objectweb.jorm.runtime.mapper.rdb.adapter.lib.BasicRdbAdapter
fetchResultSetSize, getBigDecimal, getBoolean, getByte, getByteArray, getChar, getCharArray, getDate, getDouble, getFloat, getInt, getLong, getObject, getOboolean, getObyte, getOchar, getOdouble, getOfloat, getOint, getOlong, getOshort, getShort, getSqlGetterName, getSqlSetterName, getSqlTypeCode, getString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirebirdAdapter

public FirebirdAdapter()
Method Detail

getSqlType

public java.lang.String getSqlType(PType pt,
                                   boolean usedInPK)
                            throws PExceptionProtocol
Description copied from interface: RdbAdpater
This method returns the SQL type linked to the PType specified in parameter.
Overrides:
getSqlType in class BasicRdbAdapter