Uses of Class
org.objectweb.jorm.api.PExceptionProtocol

Packages that use PExceptionProtocol
org.objectweb.jorm.comp.generator.rdb   
org.objectweb.jorm.interp.genclass.file.lib   
org.objectweb.jorm.interp.genclass.fos.lib   
org.objectweb.jorm.interp.genclass.lib   
org.objectweb.jorm.interp.genclass.memory.lib   
org.objectweb.jorm.interp.genclass.rdb.lib   
org.objectweb.jorm.runtime.mapper.rdb.adapter.api   
org.objectweb.jorm.runtime.mapper.rdb.adapter.lib   
 

Uses of PExceptionProtocol in org.objectweb.jorm.comp.generator.rdb
 

Methods in org.objectweb.jorm.comp.generator.rdb that throw PExceptionProtocol
 java.lang.String RdbBindingMOP.getPreparedSetter(RdbBindingMOP.ColInfo ci, RdbBindingMOP.ColDesc o, int index, int specific)
          build a setter used to initialize a prepared statement.
 java.lang.String RdbBindingMOP.getPreparedSetter(PType type, int index, java.lang.String value)
           
 

Uses of PExceptionProtocol in org.objectweb.jorm.interp.genclass.file.lib
 

Methods in org.objectweb.jorm.interp.genclass.file.lib that throw PExceptionProtocol
 void FileGenClassMapping.initMappingStructures(java.lang.Object conn, byte cleanup)
          It initializes the persistent structures required to map a JORM class within a particular Data Store.
 void FileGenClassMapping.removeMappingStructures(java.lang.Object conn, boolean contentonly)
          It removes the persistent structures required to map a JORM class within a particular Data Store.
 boolean FileGenClassBinding.exist(java.lang.Object conn)
          It verifies if the DSI attached to this binding exists within the DS.
 void FileGenClassBinding.read(java.lang.Object conn)
          It reads the data store instance designated by the PName of this binding and transfers each attribute value to the accessor object.
 void FileGenClassBinding.write(java.lang.Object conn)
          It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.
 

Constructors in org.objectweb.jorm.interp.genclass.file.lib that throw PExceptionProtocol
FileGenClassBinding(GenClassMapping mapping)
          It constructs a RdbGenClassBinding.
 

Uses of PExceptionProtocol in org.objectweb.jorm.interp.genclass.fos.lib
 

Methods in org.objectweb.jorm.interp.genclass.fos.lib that throw PExceptionProtocol
 void FosGenClassMapping.initMappingStructures(java.lang.Object conn, byte cleanup)
          It initializes the persistent structures required to map a JORM class within a particular Data Store.
 void FosGenClassMapping.removeMappingStructures(java.lang.Object conn, boolean contentonly)
          It removes the persistent structures required to map a JORM class within a particular Data Store.
 

Constructors in org.objectweb.jorm.interp.genclass.fos.lib that throw PExceptionProtocol
FosGenClassBinding(GenClassMapping mapping)
          It constructs a FosGenClassBinding for a GC whose elements are GC in turn.
 

Uses of PExceptionProtocol in org.objectweb.jorm.interp.genclass.lib
 

Methods in org.objectweb.jorm.interp.genclass.lib that throw PExceptionProtocol
 void GenClassBinding.init(PClassMapping pcm)
          It initialises a PBinding.
 

Constructors in org.objectweb.jorm.interp.genclass.lib that throw PExceptionProtocol
GenClassBinding(GenClassMapping mapping)
          It contructs
 

Uses of PExceptionProtocol in org.objectweb.jorm.interp.genclass.memory.lib
 

Methods in org.objectweb.jorm.interp.genclass.memory.lib that throw PExceptionProtocol
 boolean MemoryGenClassBinding.exist(java.lang.Object conn)
          It verifies if the DSI attached to this binding exists within the DS.
 void MemoryGenClassBinding.read(java.lang.Object conn, PAccessor pa)
          It reads the data store instance designated by the PName of this binding and transfers each attribute value to the accessor object.
 void MemoryGenClassBinding.write(java.lang.Object conn, PAccessor pa)
          It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.
 void MemoryGenClassMapping.initMappingStructures(java.lang.Object conn, byte cleanup)
          It initializes the persistent structures required to map a JORM class within a particular Data Store.
 void MemoryGenClassMapping.removeMappingStructures(java.lang.Object conn, boolean contentonly)
          It removes the persistent structures required to map a JORM class within a particular Data Store.
 

Constructors in org.objectweb.jorm.interp.genclass.memory.lib that throw PExceptionProtocol
MemoryGenClassBinding(GenClassMapping mapping)
          It constructs a RdbGenClassBinding.
 

Uses of PExceptionProtocol in org.objectweb.jorm.interp.genclass.rdb.lib
 

Methods in org.objectweb.jorm.interp.genclass.rdb.lib that throw PExceptionProtocol
 java.util.Iterator RdbGenClassMapping.getPNameIterator(java.lang.Object conn)
          It returns an iterator over all pname of persitent objects availlable in this class.
 void RdbGenClassMapping.initMappingStructures(java.lang.Object conn, byte cleanup)
          It initializes the persistent structures required to map a JORM class within a particular Data Store.
 PName RdbGenClassMapping.decodeSingle(FieldDesc fd, java.sql.ResultSet resultSet, int idx)
           
 

Constructors in org.objectweb.jorm.interp.genclass.rdb.lib that throw PExceptionProtocol
RdbGenClassBinding(GenClassMapping mapping)
          It constructs a RdbGenClassBinding.
 

Uses of PExceptionProtocol in org.objectweb.jorm.runtime.mapper.rdb.adapter.api
 

Methods in org.objectweb.jorm.runtime.mapper.rdb.adapter.api that throw PExceptionProtocol
 java.lang.String RdbAdpater.getSqlType(PType pt, boolean usedInPK)
          This method returns the SQL type linked to the PType specified in parameter.
 java.lang.String RdbAdpater.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
          This method returns the sql getter method associated to the PType specified in parameter.
 java.lang.String RdbAdpater.getSqlSetterName(PType pt, java.lang.String value, int idx)
          This method returns the sql setter method associated to the PType specified in parameter.
 int RdbAdpater.getSqlTypeCode(PType pt)
          This method returns the SQL type code linked to the PType specified in parameter.
 

Uses of PExceptionProtocol in org.objectweb.jorm.runtime.mapper.rdb.adapter.lib
 

Methods in org.objectweb.jorm.runtime.mapper.rdb.adapter.lib that throw PExceptionProtocol
 int BasicRdbAdapter.getSqlTypeCode(PType pt)
          This methods return the SQL type code linked to the PType specified in parameter.
 java.lang.String BasicRdbAdapter.getSqlType(PType pt, boolean usedInPK)
           
 java.lang.String BasicRdbAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
           
 java.lang.String BasicRdbAdapter.getSqlSetterName(PType pt, java.lang.String value, int idx)
           
 java.lang.String OracleAdapter.getSqlType(PType pt, boolean usedInPK)
           
 java.lang.String OracleAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
           
 java.lang.String MckoiAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
           
 java.lang.String FirebirdAdapter.getSqlType(PType pt, boolean usedInPK)
           
 java.lang.String MysqlAdapter.getSqlType(PType pt, boolean usedInPK)
           
 java.lang.String MysqlAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
           
 java.lang.String SapdbAdapter.getSqlType(PType pt, boolean usedInPK)
           
 java.lang.String SapdbAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
           
 java.lang.String SybaseAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
           
 java.lang.String PostgresAdapter.getSqlType(PType pt, boolean usedInPK)
           
 java.lang.String PostgresAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)